Changeset 316 for branches/release-1_3
- Timestamp:
- Jan 24, 2004, 11:53:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/template/default/default.css
r310 r316 5 5 text-decoration:underline; 6 6 } 7 a.back {8 color: #ffffff;7 a.back,body { 8 color:lightgray; 9 9 } 10 10 body { … … 12 12 font-size:12px; 13 13 background-color:#444444; 14 color:#ffffff;15 14 margin:5px; 16 15 } … … 20 19 } 21 20 .imgLink { 22 border:1px solid #ffffff;21 border:1px solid lightgray; 23 22 } 24 23 .imgLink:hover { 25 24 text-decoration:none; 26 25 } 27 .titrePage, .titreMenu, .menu, .info, a{28 color: #ffffff;26 .titrePage,.titreMenu,.menu,.info,a,.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar { 27 color:lightgray; 29 28 } 30 29 .titreMenu, .menu, .info { … … 89 88 } 90 89 .bouton { 91 background: #eeeeee;90 background:lightgray; 92 91 } 93 input {94 border-color: #000000;95 background :#ffffff;92 textarea,input { 93 border-color:gray; 94 background-color:lightgray; 96 95 color:#000000; 97 96 } … … 117 116 div.information { 118 117 text-align:center; 119 border:2px solid #ffffff;118 border:2px solid lightgray; 120 119 margin:10px; 121 120 padding:5px; 122 121 } 123 122 .commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar { 124 color:#ffffff;125 123 font-family:arial, sans-Serif; 126 124 font-size:12px; … … 147 145 margin:10px; 148 146 } 147 .tableComment,.cellAuthor,.cellInfo { 148 border-color:lightgray; 149 border-style:solid; 150 } 149 151 .tableComment { 150 152 width:100%; 151 border :2px solid #ffffff;153 border-width:2px; 152 154 text-align:left; 153 155 padding: 10px; 154 156 } 155 157 .cellAuthor { 156 border-right:1px solid #ffffff; 158 border-width:0px; 159 border-right-width:1px; 157 160 width:20%; 158 161 } 159 162 .cellInfo { 160 border-bottom:1px solid #ffffff; 163 border-width:0px; 164 border-bottom-width:1px; 161 165 } 162 166
Note: See TracChangeset
for help on using the changeset viewer.