Difference between revisions of "MediaWiki:Common.css"
Line 24: | Line 24: | ||
padding:8px; | padding:8px; | ||
} | } | ||
+ | |||
+ | <body> | ||
+ | <div class="container"> | ||
+ | <div class="center_div"> |
Revision as of 18:40, 30 October 2013
- /* CSS placed here will be applied to all skins */
- *{font-family: "verdana"}
- body
- {
- margin-left:200px;
- background:#5d9ab2 url('img_tree.png') no-repeat top left;
- }
- .container
- {
- text-align:center;
- }
- .center_div
- {
- border:1px solid gray;
- margin-left:auto;
- margin-right:auto;
- width:90%;
- background-color:#d0f0f6;
- text-align:left;
- padding:8px;
- }
- <body>
- <div class="container">
- <div class="center_div">