Difference between revisions of "User:Jsanz/mysqkin.css"
Jump to navigation
Jump to search
(No difference)
|
Latest revision as of 09:39, 8 January 2007
/*
== CSS style sheet for Wikimedia ==
''Designed to be optimised for the Nokia 770.''
by Andrew Flegg 2005, mailto:andrew@bleb.org | http://www.bleb.org/
----
<pre><nowiki>*/
@import url("http://en.wikipedia.org/style/monobook/main.css");
#fundraising, #p-logo {
display: none;
}
#column-content {
float: none;
width: auto;
margin: 0px;
}
#content {
margin: 2.8em 0.5em 0.5em 0.5em;
border-right: 1px solid #aaaaaa;
}
#column-one {
padding: 0px;
}
.portlet {
position: relative;
margin: 0.5em;
}
#p-navigation a {
display: inline;
}
#p-navigation li, #p-search li, #p-tb li {
display: block;
float: left;
width: 10em;
height: 1em;
}
#p-navigation, #p-search, #p-tb {
width: 31%;
float: left;
}
#p-navigation .pBody, #p-tb .pBody {
height: 6em;
margin-bottom: 1em;
}
/* </nowiki></pre> */