Jump to content

User:Orin^soren/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Orin^soren (talk | contribs)
Replaced page with 'fundraising { display: none; }'
Orin^soren (talk | contribs)
No edit summary
Line 1: Line 1:
<style type="text/css">
/* No more fundraising ads */
fundraising { display: none; }
fundraising { display: none; }

/* Page content colors */
#content {
background: white;
color: black;
border: 3px solid MidnightBlue;
border-right: none;
line-height: 1.5em;
}

/* No edit section */
.editsection {
display: none;
}

/* Pre formatted text */
pre {
padding: 1em;
border: 2px dashed MidnightBlue;
color: black;
background-color: LightCyan;
line-height: 1.1em;
}

/* Table of Contents */
#toc,
.toc,
.mw-warning {
border: 2px dashed blue;
background-color: LavenderBlush;
padding: 5px;
font-size: 95%;
}

/* Portlets */
#p-logo {
display: none;
}
#p-search {
border: 3px solid MidnightBlue
}
#p-tb {
border: 3px solid MidnightBlue
}
#p-navigation {
border: 3px solid MidnightBlue
}
#p-interaction {
border: 3px solid MidnightBlue
}

/*
** Transform the user toolbar into a sidebox
** to take the space of logo
*/
#p-personal {
position:absolute;
top: 4em;
z-index:3;
width: 11.6em;
border: 3px solid MidnightBlue
}

#p-personal .pBody {
width: 10.7em;
border: none;
margin: 0 0 0.1em 0em;
float: none;
overflow: hidden;
font-size: 95%;
background: White;
border-collapse: collapse;
border: 1px solid #aaaaaa;
padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("/style/monobook/bullet.gif");

font-size:95%;
margin: 0 0 0 1.5em;
padding:0;
text-align:left;
text-transform: none;
}

#p-personal li {
display: list-item;
padding:0;
margin: 0 0 0 0;
margin-bottom: 0.1em;
}
li#pt-userpage { background: none }

/* The page related actions (talk, edit, hist) */
#p-cactions {
postition: absolute;
top: 2.3em;
left: 1em;
}

</style>

Revision as of 15:36, 22 May 2007

<style type="text/css">
/* No more fundraising ads */
fundraising { display: none; }

/* Page content colors */
#content {
	background: white;
	color: black;
	border: 3px solid MidnightBlue;
	border-right: none;
	line-height: 1.5em;
}

/* No edit section */
.editsection {
	display: none;
}

/* Pre formatted text */
pre {
	padding: 1em;
	border: 2px dashed MidnightBlue;
	color: black;
	background-color: LightCyan;
	line-height: 1.1em;
}

/* Table of Contents */
#toc,
.toc,
.mw-warning {
	border: 2px dashed blue;
	background-color: LavenderBlush;
	padding: 5px;
	font-size: 95%;
}

/* Portlets */
#p-logo {
        display: none;
}
#p-search {
        border: 3px solid MidnightBlue
}
#p-tb {
        border: 3px solid MidnightBlue
}
#p-navigation {
        border: 3px solid MidnightBlue
}
#p-interaction {
        border: 3px solid MidnightBlue
}

/*
** Transform the user toolbar into a sidebox 
** to take the space of logo
*/
#p-personal {
    position:absolute;
    top: 4em;
    z-index:3;
    width: 11.6em;
    border: 3px solid MidnightBlue
}

#p-personal .pBody {
    width: 10.7em;
    border: none;
    margin: 0 0 0.1em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em .5em;
}

#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");

    font-size:95%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}
li#pt-userpage { background: none }

/* The page related actions (talk, edit, hist) */
#p-cactions {
    postition: absolute;
    top: 2.3em;
    left: 1em;
}

</style>