A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

User:Crissov/cologneblue.css: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 16:51, 8 December 2006

caption {font-weight: bold; font-size: large; margin-top: 1em;}
table table>caption {margin-top: 0;}
tr:first-child>th {text-align: center;}
tr>th:first-child {text-align: left;}
th, td {
  vertical-align: top; text-align: left; text-align: ".";
  min-height: 1em; padding: 0.25em;
}
tr>td[align="right"],
tr[align="right"]>td             {text-align: right; text-align: ".";}
tr[align="right"]>[align="left"] {text-align: left;}
#article tbody>tr:hover,
#article tbody>tr:hover>* {background-color: #68A; color: #FFF;}

p, dt, dd, li, td, th, address, blockquote {min-width: 6ex; max-width: 80ex;}

sup, sub {line-height: 0.1em; font-size: 1ex;}
pre {font: 95%/1.15 monospace !important; white-space: pre-wrap; background: #FFE; color: #236}

code {color: #68A}
var  {color: #666}

:link:hover, :visited:hover              {color: navy; text-decoration: underline}
textarea:focus, input[text]:focus {border-color: navy}

h1, h2, h3, h4, h5, h6, ul, ol, dl {clear: left;}
hr                                 {clear: both;}

#topbar, #footer, #quickbar {font-size: smaller}
#article, #article p        {font-size: medium;}
#article p, #article blockquote,
#article ol, #article ul, #article dl,
#article table, #article td, #article th
                            {font-family: serif;}

/* Ensure text cursor. (Some browser bug, IIRC.) */
p, li, dt, dd,
h1, h2, h3, h4, h5, h6,
blockquote, pre, address,
textarea, input[type="text"], input[type="password"] {cursor: text !important;}

/* Don't show quickbar on edit pages. */
     body[onload]    #quickbar {display: none !important}
html body[onload=""] #quickbar {display: block !important}

/* Fancy definition lists */
dt {display: compact; font-weight: bolder;}

/* Better print-outs. */
.printfooter, #editpage-copywarn, #editpage-copywarn2 {display: none}
@media projection, print {
 h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
 }
 h1+h2, h2+h3, h3+h4, h4+h5, h5+h6,
 h1+table, h2+table, h3+table, h4+table, h5+table, h6+table {
  page-break-before: avoid;
 }
 ul, ol, dl {
  page-break-inside: avoid;
 }
 p, li, blockquote {
   page-break-inside: avoid;
 }
 .subtitle {display: none}
}