User:NikosA/common.css: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(scratching a custom css)
 
m (testing a slightly customised <http://en.wikipedia.org/wiki/MediaWiki:Standard.css>)
Line 1: Line 1:
== Scratching a custom css ==
table.navbox {
    background: #00FFAE;
}
dt {
    font-weight: bold;
}
/*
div.topicon {
    position: absolute;
    z-index: 100;
    top: 120px;
    display: block !important;
}
*/
#coordinates { 
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    left: 163px;
    top: 3.5em;
    float: right;
    margin: 0em;
    padding: 0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

Revision as of 23:57, 8 January 2013

table.navbox {
    background: #00FFAE;
}
 
dt {
    font-weight: bold;
}
 
/*
div.topicon {
    position: absolute; 
    z-index: 100; 
    top: 120px;
    display: block !important;
}
*/
 
#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    left: 163px;
    top: 3.5em;
    float: right;
    margin: 0em;
    padding: 0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}