User:Skace/monobook.css: Difference between revisions
Jump to navigation
Jump to search
New page: →This is a test: .test123 { padding: 1em; border: 1px solid #C0C0C0; color: silver; background-color: black; line-height: 100%; max-width: 600px; font-family: monospaced;... |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Sandbox testing for CSS based views */ | ||
. | |||
.rodbox { | |||
padding: 1em; | padding: 1em; | ||
border: 1px solid #C0C0C0; | border: 1px solid #C0C0C0; | ||
| Line 8: | Line 9: | ||
max-width: 600px; | max-width: 600px; | ||
font-family: monospaced; | font-family: monospaced; | ||
} | |||
.ident1 { | |||
color: #3366FF; | |||
line-height: 100%; | |||
font-family: monospaced; | |||
} | |||
.ident2 { | |||
color: aqua; | |||
line-height: 100%; | |||
font-family: monospaced; | |||
} | |||
.mobeq { | |||
color: #00FF00; | |||
line-height: 100%; | |||
font-family: monospaced; | |||
:link:link {color: #00FF00}; | |||
:link:visited {color: #00FF00}; | |||
} | } | ||
Revision as of 18:09, 4 September 2008
/* Sandbox testing for CSS based views */
.rodbox {
padding: 1em;
border: 1px solid #C0C0C0;
color: silver;
background-color: black;
line-height: 100%;
max-width: 600px;
font-family: monospaced;
}
.ident1 {
color: #3366FF;
line-height: 100%;
font-family: monospaced;
}
.ident2 {
color: aqua;
line-height: 100%;
font-family: monospaced;
}
.mobeq {
color: #00FF00;
line-height: 100%;
font-family: monospaced;
:link:link {color: #00FF00};
:link:visited {color: #00FF00};
}