~kili4n/+junk/installer

« back to all changes in this revision

Viewing changes to themes/movim/css/style2.css

  • Committer: kilian.holzinger at gmail
  • Date: 2012-08-21 14:05:55 UTC
  • mfrom: (142.9.100 movim-next)
  • Revision ID: kilian.holzinger@gmail.com-20120821140555-3ex6jjp0sg85grit
going on

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
    padding: 3px;
486
486
    cursor: pointer;
487
487
}
 
488
 
 
489
/* Bubble */
 
490
 
 
491
.textbubble {
 
492
    background-color: #555;
 
493
    color: white;
 
494
    padding: 8px;
 
495
    border-radius: 3px;
 
496
    text-align: center;
 
497
    font-size: 11px;
 
498
    font-style: italic;
 
499
    margin: 0 auto;
 
500
    margin-top: 15px;
 
501
    position: relative;
 
502
    white-space: normal;
 
503
}
 
504
 
 
505
.textbubble:after {
 
506
    content: "";
 
507
    display: block;
 
508
    position: absolute;
 
509
    top: -10px;
 
510
    left: 30px;
 
511
    border-width: 0px 10px 10px 10px;
 
512
    border-style: solid;
 
513
    border-color: #555 transparent;
 
514
}
 
515
 
 
516
.textbubble a {
 
517
    color: #CCC;
 
518
    text-decoration: underline;
 
519
}