slitaz-doc-wiki-data diff plugins/note/style.css @ rev 89

Update meta folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Aug 14 12:36:53 2011 +0000 (2011-08-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/plugins/note/style.css	Sun Aug 14 12:36:53 2011 +0000
     1.3 @@ -0,0 +1,41 @@
     1.4 +.noteclassic, .noteimportant, .notewarning, .notetip {
     1.5 +  margin: 2em;
     1.6 +  margin-left: auto;
     1.7 +  margin-right: auto;
     1.8 +  width: 70% !important;
     1.9 +  min-height: 40px;
    1.10 +  clear: both;
    1.11 +  text-align: justify;
    1.12 +  vertical-align: middle;
    1.13 +  border-collapse: collapse;
    1.14 +  padding: 15px 20px 15px 80px;
    1.15 +  background-position: 20px 50%;
    1.16 +  background-repeat: no-repeat;
    1.17 +  -moz-border-radius: 20px;
    1.18 +  -khtml-border-radius: 20px;
    1.19 +  border-radius: 20px;
    1.20 +}
    1.21 + 
    1.22 +.noteclassic {
    1.23 +  /*border: 1px solid #99D;*/
    1.24 +  background-color: #eef;
    1.25 +  background-image: url(images/note.png);
    1.26 +}
    1.27 + 
    1.28 +.noteimportant {
    1.29 +  /*border: 1px solid #ff0;*/
    1.30 +  background-color: #ffc;
    1.31 +  background-image: url(images/important.png);
    1.32 +}
    1.33 + 
    1.34 +.notewarning {
    1.35 +  /*border: 1px solid #d99;*/
    1.36 +  background-color: #fdd;
    1.37 +  background-image: url(images/warning.png);
    1.38 +}
    1.39 + 
    1.40 +.notetip {
    1.41 +  /*border: 1px solid #9d9;*/
    1.42 +  background-color: #dfd;
    1.43 +  background-image: url(images/tip.png);
    1.44 +}