MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
background: White ; | background: White ; | ||
} | } | ||
.bullets { | |||
padding: 15px; | |||
} | |||
ul.bullets li { | |||
margin-left: 30px; | |||
} | |||
#column-one { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
z-index: 4; | |||
} | |||
#p-personal { | |||
display: fixed; | |||
top: 0px; | |||
left: 600px; | |||
} | |||
/* Mārim tabulas */ | |||
/* css3 */ | |||
#shbox { | |||
background-color: #fff; | |||
width:97%; | |||
border-width:1px; | |||
border-color:lightgrey; | |||
padding: 10px 5px 5px 10px; | |||
min-height:36px; | |||
border-style:solid; | |||
font-size: 0.9em; | |||
-webkit-border-radius: 5px; | |||
-moz-border-radius: 5px; | |||
border-radius: 5px; | |||
-webkit-box-shadow: 6px 6px 6px #c0c0c0; | |||
-moz-box-shadow: 6px 6px 6px #c0c0c0; | |||
box-shadow: 6px 6px 6px #c0c0c0; | |||
} | |||
.styled_table { | |||
width: 80%; | |||
margin-left: 40px; | |||
border-collapse: collapse; | |||
} | |||
.styled_table th { | |||
background-color: #cccccc; | |||
} | |||
.styled_table tr { | |||
background-color: #d4d4d4; | |||
border-bottom: 2px solid #ffffff; | |||
} | |||
.styled_table td { | |||
border-bottom: 2px solid #FFF; | |||
vertical-align: top; | |||
padding: 5px; | |||
} | |||
.styled_table td+td { | |||
border-left: 2px solid #FFF; | |||
} | |||
/** </nowiki></pre> */ | /** </nowiki></pre> */ |
Revision as of 10:17, 30 April 2010
/** <pre><nowiki> */ /* replace the book in the background with something else */ body { background: White; } /* changes the background of pre areas */ pre { background: White ; } .bullets { padding: 15px; } ul.bullets li { margin-left: 30px; } #column-one { position: absolute; top: 0; left: 0; z-index: 4; } #p-personal { display: fixed; top: 0px; left: 600px; } /* Mārim tabulas */ /* css3 */ #shbox { background-color: #fff; width:97%; border-width:1px; border-color:lightgrey; padding: 10px 5px 5px 10px; min-height:36px; border-style:solid; font-size: 0.9em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 6px 6px 6px #c0c0c0; -moz-box-shadow: 6px 6px 6px #c0c0c0; box-shadow: 6px 6px 6px #c0c0c0; } .styled_table { width: 80%; margin-left: 40px; border-collapse: collapse; } .styled_table th { background-color: #cccccc; } .styled_table tr { background-color: #d4d4d4; border-bottom: 2px solid #ffffff; } .styled_table td { border-bottom: 2px solid #FFF; vertical-align: top; padding: 5px; } .styled_table td+td { border-left: 2px solid #FFF; } /** </nowiki></pre> */