User:Treo650/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Content deleted Content added
Treo650 (talk | contribs)
No edit summary
Treo650 (talk | contribs)
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
}
}
#content {
#content {
margin: 1.4em 0 0 0; /* Change the 2.8em to 1.4em to remove */
margin: 0.0em 0 0 0; /* Change the 0.0em to 2.8em to make */
/* extra white space at the top of a wiki page */
/* extra white space at the top of a wiki page */
/* Doing that would cause the tab buttons at */
/* The 0.0em causes the tab buttons at */
/* the top ("edit this page", etc) to disappear */
/* the top ("edit this page", etc) to disappear */
/* on desktop browsers. In that case hit "alt+e" */
/* on gecko based browsers. In such a situation hit */
/* edit this page */
/* "alt+e" to edit this page */
line-height: 1em;
line-height: 1em;
padding: 0 0 0 0.2em;
padding: 0 0 0 0.2em;
}
}
/* Something about the above two sets of lines makes all content flow linearly down the page */
/* Something about the above two sets of lines makes all content flow */
/* linearly down the page */
#column-one {
#column-one {
padding-top: 0px;
padding-top: 0px;
Line 41: Line 42:
line-height: 1em;
line-height: 1em;
padding: 0 0 0 0;
padding: 0 0 0 0;
} /* Shrinks thumb picture frames as much as possible so they will fit on the handheld's screen. */
} /* Shrinks thumb picture frames as much as possible. */


div.thumb div div.thumbcaption {
div.thumb div div.thumbcaption {
line-height: 1em;
line-height: 1em;
padding: 0 0 0 0;
padding: 0 0 0 0;
} /* Shrinks thumb picture frames as much as possible so they will fit on the handheld's screen. */
} /* Shrinks thumb picture frames as much as possible. */

a.new, li.new, #p-personal a.new {
text-decoration: line-through;
}

Latest revision as of 05:34, 17 September 2005

#column-content {
    margin: 0 0 0 0;
    line-height: 1em;
    float: none;
}
#content {
    margin: 0.0em 0 0 0; /* Change the 0.0em to 2.8em to make */
                         /* extra white space at the top of a wiki page */
                         /* The 0.0em causes the tab buttons at */
                         /* the top ("edit this page", etc) to disappear */
                         /* on gecko based browsers. In such a situation hit */
                         /* "alt+e" to edit this page */
    line-height: 1em;
    padding: 0 0 0 0.2em;
}
/* Something about the above two sets of lines makes all content flow */
/* linearly down the page */
#column-one {
    padding-top: 0px;
    line-height: 1em;
}
#p-logo {
    position: relative;
}
#globalWrapper {
    font-size: 100%; /* Sets all fonts to normal size */
    line-height: 1em;
}
#contentSub {
    font-size: 100%; /* Sets all fonts to normal size */
    margin: 0 0 0 0; /* Removes margins */
    line-height: 1em;
    color: #FFFFFF; /* Sets the background to white */
}

ul, ol, li, dt, dd, p, h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
} /* Packs lines nicely*/

div.tright, div.tleft {
    border-width: 0 0 0 0;
    line-height: 1em;
    padding: 0 0 0 0;
} /* Shrinks thumb picture frames as much as possible. */

div.thumb div div.thumbcaption {
    line-height: 1em;
    padding: 0 0 0 0;
} /* Shrinks thumb picture frames as much as possible. */

a.new, li.new, #p-personal a.new {
        text-decoration: line-through;
}