[ Index ] |
|
Code source de DokuWiki 2006-11-06 |
1 /** 2 * Basic styles. These styles are needed for basic DokuWiki functions 3 * regardless of the used template. Templates can override them of course 4 */ 5 6 div.clearer { 7 clear: both; 8 line-height: 0; 9 height: 0; 10 overflow:hidden; 11 } 12 13 div.no { 14 display: inline; 15 margin: 0; 16 padding: 0; 17 } 18 19 div.error { 20 background: #fcc url(../images/error.png) 0.5em 0px no-repeat; 21 color: #000; 22 border-bottom: 1px solid #faa; 23 font-size: 90%; 24 margin: 0; 25 padding-left: 3em; 26 overflow: hidden; 27 } 28 29 div.info { 30 background: #ccf url(../images/info.png) 0.5em 0px no-repeat; 31 color: #000; 32 border-bottom: 1px solid #aaf; 33 font-size: 90%; 34 margin: 0; 35 padding-left: 3em; 36 overflow: hidden; 37 } 38 39 div.success { 40 background: #cfc url(../images/success.png) 0.5em 0px no-repeat; 41 color: #000; 42 border-bottom: 1px solid #afa; 43 font-size: 90%; 44 margin: 0; 45 padding-left: 3em; 46 overflow: hidden; 47 } 48 49 div.notify { 50 background: #ffc url(../images/notify.png) 0.5em 0px no-repeat; 51 color: #000; 52 border-bottom: 1px solid #ffa; 53 font-size: 90%; 54 margin: 0; 55 padding-left: 3em; 56 overflow: hidden; 57 } 58 59 60 /* image alignment */ 61 .medialeft { 62 float: left; 63 } 64 .mediaright { 65 float: right; 66 } 67 .mediacenter { 68 display: block; 69 margin-left: auto; 70 margin-right: auto; 71 } 72 73 .leftalign {text-align: left;} 74 .centeralign {text-align: center;} 75 .rightalign {text-align: right;} 76 77 em.u { 78 font-style: normal; 79 text-decoration: underline; 80 } 81 82 83 /* syntax highlighting code */ 84 .code .br0 { color: #66cc66; } 85 .code .co1 { color: #808080; font-style: italic; } 86 .code .co2 { color: #808080; font-style: italic; } 87 .code .coMULTI { color: #808080; font-style: italic; } 88 .code .es0 { color: #000099; font-weight: bold; } 89 .code .kw1 { color: #b1b100; } 90 .code .kw2 { color: #000000; font-weight: bold; } 91 .code .kw3 { color: #000066; } 92 .code .kw4 { color: #993333; } 93 .code .kw5 { color: #0000ff; } 94 .code .me0 { color: #006600; } 95 .code .nu0 { color: #cc66cc; } 96 .code .re0 { color: #0000ff; } 97 .code .re1 { color: #0000ff; } 98 .code .re2 { color: #0000ff; } 99 .code .re4 { color: #009999; } 100 .code .sc0 { color: #00bbdd; } 101 .code .sc1 { color: #ddbb00; } 102 .code .sc2 { color: #009900; } 103 .code .st0 { color: #ff0000; }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 20:47:31 2007 | par Balluche grâce à PHPXref 0.7 |