slitaz-doc-wiki-data view plugins/note/style.css @ rev 142

Updated en:handbook:start to 4.0
author Christian Mesh meshca@clarkson.edu
date Mon Mar 19 22:02:10 2012 +0000 (2012-03-19)
parents
children
line source
1 .noteclassic, .noteimportant, .notewarning, .notetip {
2 margin: 2em;
3 margin-left: auto;
4 margin-right: auto;
5 width: 70% !important;
6 min-height: 40px;
7 clear: both;
8 text-align: justify;
9 vertical-align: middle;
10 border-collapse: collapse;
11 padding: 15px 20px 15px 80px;
12 background-position: 20px 50%;
13 background-repeat: no-repeat;
14 -moz-border-radius: 20px;
15 -khtml-border-radius: 20px;
16 border-radius: 20px;
17 }
19 .noteclassic {
20 /*border: 1px solid #99D;*/
21 background-color: #eef;
22 background-image: url(images/note.png);
23 }
25 .noteimportant {
26 /*border: 1px solid #ff0;*/
27 background-color: #ffc;
28 background-image: url(images/important.png);
29 }
31 .notewarning {
32 /*border: 1px solid #d99;*/
33 background-color: #fdd;
34 background-image: url(images/warning.png);
35 }
37 .notetip {
38 /*border: 1px solid #9d9;*/
39 background-color: #dfd;
40 background-image: url(images/tip.png);
41 }