Attachment 'screen-verdeyazafran.css'

Download

   1 /*  screen.css - MoinMoin Default Styles
   2 
   3 Copyright (c) 2001, 2002, 2003 by Juergen Hermann
   4 */
   5 
   6 /* content styles */
   7 
   8 /* debug 
   9 * {border: 1px dotted blue;}
  10 */
  11 
  12 body {
  13 	background-color: #577e53; 
  14 	height: 100%; 
  15 }
  16 
  17 a:hover, h1 a:hover {color: #b62814;}
  18 
  19 input {
  20     font-size: 1em;
  21     font-family: Arial, Lucida Grande, sans-serif;
  22 }
  23 
  24 textarea {
  25     font-size: 1em;
  26     font-family: monospace;
  27     background-color: #ffffcd;
  28 }
  29 
  30 .disabled {
  31     /* IE ignore disabled attribute, but at least show items in gray */
  32     color: gray;
  33 }
  34 
  35 /* user interface styles */
  36 
  37 #header {
  38     margin: 0;
  39     padding: 0;
  40     /* background: #3D4551; */
  41 /*    background: #E7E7E7; */
  42     background: #577e53;
  43 }
  44 
  45 #logo {
  46     float: left;
  47     margin: 5px 10px;
  48     padding: 0;
  49     /* For text only logo */
  50     font-size: 22px;
  51     line-height: 1em;
  52     font-weight: bold;
  53 }
  54 
  55 #logo img {
  56     vertical-align: middle;
  57 }
  58 
  59 #logo a {
  60     color: black;
  61     text-decoration: none;
  62 }
  63 
  64 *[dir="rtl"] #logo {
  65     float: right;
  66 }
  67 
  68 #username {
  69     margin: 0 10px;
  70     padding: 8px 0 0 0;
  71     text-align: right;
  72     font-size: 12px;
  73     white-space: nowrap;
  74 }
  75 
  76 *[dir="rtl"] #username {
  77     text-align: left;
  78 }
  79 
  80 #username li {
  81     display: inline;
  82     padding: 0 2px;
  83 }
  84 
  85 #username li:before {
  86 	content: "| ";
  87     color: black;
  88 }
  89 
  90 #username li:first-child:before {
  91 	content: "";
  92 }
  93 
  94 #username li a {
  95 	color: #b5bb7d; 
  96 	text-decoration: none; 
  97 }
  98 
  99 #searchform {
 100 	float: right;
 101 	margin: 5px 10px;
 102 	padding: 0;
 103 	white-space: nowrap;
 104 	font-size: 13px;
 105 }
 106 
 107 *[dir="rtl"] #searchform {
 108 	float: left;
 109 }
 110 
 111 #searchform form div {
 112     display: inline;
 113 }
 114 
 115 #pagetrail {
 116 	clear: both;
 117 	margin: 0;
 118 	padding: 0 10px;
 119 	font-size: 11px;
 120 }
 121 
 122 #pagetrail li {
 123 	float: left;
 124 	display: block;
 125 	padding: 0 2px;
 126 	margin: 0 0 5px 0;
 127 }
 128 
 129 *[dir="rtl"] #pagetrail {
 130 	float: right;
 131 }
 132 
 133 /* XXX Warning: non-ascii characters! */
 134 #pagetrail li:after {
 135 	content: " » ";
 136 	color: black;
 137 }
 138 
 139 *[dir="rtl"] #pagetrail li:after {
 140 	content: " « ";
 141 }
 142 
 143 #pagetrail li a {
 144 	color: #b5bb7d; 
 145 	text-decoration: none; 
 146 }
 147 
 148 #navibar {
 149 	clear: both;
 150 	display: block;
 151 	margin: 0;
 152 	padding: 0 10px;
 153 	font-size: 13px;
 154 }
 155 
 156 #navibar li {
 157 	float: left;
 158 	display: block;
 159 	margin: 0 2px;
 160 	padding: 2px 5px;
 161 	border: 1px solid #9C9C9C;
 162 	border-bottom: none;
 163 	white-space: nowrap;
 164 }
 165 
 166 *[dir="rtl"] #navibar li {
 167 	float: right;
 168 }
 169 
 170 #navibar li {
 171 	font-size: 0.8em; 	
 172 }
 173 
 174 #navibar li.wikilink {
 175 	background-color: #b5bb7d;
 176 }
 177 
 178 #navibar li.userlink {
 179 	background: #ffffcd;
 180 }
 181 
 182 #navibar li.wikilink a {
 183 	color: #577e53;	
 184 }
 185 
 186 #navibar li.userlink a {
 187 	color: #b5bb7d;
 188 }
 189 
 190 
 191 #navibar a, #navibar a:visited {
 192 	color: black;
 193 	text-decoration: none;    
 194 }
 195 
 196 #navibar li.current a {
 197 	font-weight: bold;
 198 }
 199 
 200 #navibar li:hover {
 201 	background: #ffffcd;
 202 }
 203 
 204 #navibar li.current, #navibar li.current:hover {
 205 	background: #fac46c; /* url(../img/tab-selected.png) repeat-x; */
 206 }
 207 
 208 #pageline {
 209 	clear: both;
 210 	margin: 0;
 211 	padding: 0;
 212 	width: 100%;
 213 	height: 4px;
 214 	border-top: 1px solid #9C9C9C; 
 215 /* 	border-bottom: 1px solid #9C9C9C; */
 216 	background: #fac46c /*url(../img/rule.png);*/
 217 }
 218 
 219 .editbar {
 220 	clear: both;
 221 	margin: 0;
 222 	padding: 0 8px;
 223 	white-space: nowrap;
 224 	height: 20pt;
 225 	background: #fac46c;
 226 	font-size: 11px;
 227 }
 228 
 229 .editbar form, .editbar form div {
 230 	display: inline;
 231 	margin: 0;
 232 }
 233 
 234 .editbar form select {
 235 	background: #d2a45b;
 236 	font-size: 9pt; 
 237 	color: #577e53; 
 238 	
 239 }
 240 
 241 .editbar li {
 242 	float: right;
 243 	display: block;
 244 	padding: 0;
 245 	margin: 2px 6px;
 246 }
 247 
 248 *[dir="rtl"] .editbar li {
 249 	float: right;
 250 }
 251 
 252 #header .editbar {
 253 /* 	border-bottom: 1px dotted #b5bb7d; */
 254 }
 255 
 256 #footer .editbar {
 257 /* 	border-top: 1px dotted #b5bb7d; */
 258 /* 	border-bottom: 1px solid #b5bb7d; */
 259 }
 260 
 261 .editbar a, .editbar a:visited {
 262 	color: #577e53;
 263 	text-decoration: none; 
 264 	}
 265 
 266 #message {
 267 	clear: both;
 268 	margin: 0;
 269 	padding: 5px 10px;
 270 	border-bottom: 1px solid #c9c9c9;
 271 	background: #d28b6b;
 272 }
 273 
 274 #message p {
 275 	margin: 5px 0;
 276 	padding: 0;
 277 	font-weight: bold;
 278 }
 279 
 280 #message .buttons {
 281 	font-weight: normal;
 282 	text-align: right;
 283 	text-decoration: none; 
 284 }
 285 
 286 #message .buttons a {
 287 	text-decoration: none; 
 288 }
 289 
 290 *[dir="rtl"] #message .buttons {
 291 	text-align: left;
 292 }
 293 
 294 #page {
 295 	background-color: white;  /* #fac46c;*/
 296 	margin: 0;
 297 	padding: 10px 30px 20px 30px;
 298 }
 299 
 300 /* We use here dumb css1 ids because of IE suckiness */
 301 #editor-textarea, #editor-comment {
 302 	width: 100%;
 303 }
 304 
 305 
 306 #preview {
 307 	border: 1px solid #6C7680;
 308 	padding: 10px 30px 20px 30px;
 309 	background: url(../img/draft.png);
 310 }
 311 
 312 #footer {
 313 	clear: both;
 314 	margin: 0;
 315 	padding: 0;
 316 }
 317 
 318 #credits, #timings{
 319 	margin: 5px 10px;
 320 	padding: 0;
 321 	text-align: center;
 322 	font-size: 0.88em;
 323 	color: #6C7680;
 324 	font-size: 12px;
 325 }
 326 
 327 #credits li, #timings li {
 328 	display: inline;
 329 	padding: 0 2px;
 330 	margin: 0 4px;
 331 }
 332 
 333 #credits img {
 334 	vertical-align: middle;
 335 }
 336 
 337 #credits a {
 338 	color: #b5bb7d; 
 339 	text-decoration: none; 
 340 }
 341 
 342 .diff {
 343 	width:99%;
 344 }
 345 
 346 .diff-header {
 347 	font-weight: bold;
 348 }
 349 
 350 .diff-title {
 351 	background-color: #C0C0C0;
 352 }
 353 
 354 .diff-added {
 355 	background-color: #E0FFE0;
 356 	vertical-align: sub;
 357 }
 358 
 359 .diff-removed {
 360 	background-color: #FFFFE0;
 361 	vertical-align: sub;
 362 }
 363 
 364 .diff-added span {
 365 	background-color: #80FF80;
 366 }
 367 
 368 .diff-removed span {
 369 	background-color: #FFFF80;
 370 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2007-12-03 09:49:05, 40.5 KB) [[attachment:MoinMoin13-verdeyzafran.png]]
  • [get | view] (2004-12-16 14:21:27, 5.0 KB) [[attachment:screen-verdeyazafran.css]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.