User

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

From Joomla! Documentation

< User:Tom Hutchison
m (straighten out all this)
m (reset all margins on images to 0)
Line 32: Line 32:
 
font-size: .85em;
 
font-size: .85em;
 
background-color:gainsboro;
 
background-color:gainsboro;
 +
}
 +
 +
ol img, ul img {
 +
margin:0;
 
}
 
}
  

Revision as of 10:25, 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;
}

ol img, ul img {
margin:0;
}

pre, code, source {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
 
pre { 
        overflow-x: auto;
        font-size:13px
        background-color:#f8f8f8;
        white-space: pre-wrap;
        word-wrap: break-word; 
}
source { 
        overflow-x: auto;
        font-size:13px;
        background-color:#f0f0f0;
        white-space: pre-wrap;
        word-wrap: break-word; 
}
 
code { 
        font-size:13px;
        background-color: #f0f0f0;
        padding: 2px 4px;
}
pre {
background-color: #f8f8f8;
border: 1px solid #ddd;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
word-wrap: normal;
margin: 15px 0;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

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;
border:none !important;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}