User

Difference between revisions of "Tom Hutchison/foreground.css"

From Joomla! Documentation

< User:Tom Hutchison
m (tt, covering all bases)
m (moved to common.css)
Line 32: Line 32:
 
font-size: .85em;
 
font-size: .85em;
 
background-color:gainsboro;
 
background-color:gainsboro;
}
 
 
ol img, ul img {
 
margin:0;
 
}
 
 
pre, code, source, tt {
 
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
 
font-size:13px;
 
border: 1px solid #ddd;
 
-moz-border-radius:3px;
 
-webkit-border-radius:3px;
 
border-radius: 3px;
 
line-height: 19px;
 
}
 
 
pre, source {
 
white-space: pre-wrap;
 
overflow-x: auto;
 
}
 
 
source, code, tt {
 
background-color:#f0f0f0;
 
}
 
 
pre {
 
background-color:#f8f8f8;
 
padding: 6px 10px;
 
margin: 15px 0;
 
word-wrap: normal;
 
}
 
 
code, tt {
 
padding: 1px 4px;
 
line-height:1.4em;
 
}
 
 
source {
 
word-wrap: break-word;
 
}
 
 
div.mw-geshi {
 
padding: 0;
 
margin: 0;
 
font-size: 13px;
 
line-height: 19px;
 
border-radius: 3px;
 
border: 1px solid #ddd;
 
}
 
 
.de1, .de2 {
 
padding: 10px !important;
 
background-color: #f8f8f8 !important;
 
font-size: 13px !important;
 
line-height: 19px !important;
 
word-wrap: normal; !important;
 
border:none !important;
 
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
 
 
}
 
}

Revision as of 11:07, 3 July 2014

/* Framing images in Help Screens, but not notices */
.ns-138 .ambox-notice a img {
border: none;
padding: 0;
}
.ns-138 a img {
border: solid 2px #eeeffe;
padding: 3px;
}

/*GSE Fixes*/
.gsc-search-box.gsc-search-box-tools table {
margin:.25em 0;
}

.wikitable.striped {
background: linen;
}

#page-content .center {
text-align:center;
}
table p {
margin:.75em 0 .75em 0
}
table.wikitable > tr > td, table.wikitable > * > tr > td {
border: 3px #fff solid;
padding: 0 .6em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
padding: .5em .6em;
font-size: .85em;
background-color:gainsboro;
}