Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- margin: 0;
- padding: 0;
- }
- body {
- font-size: 10px;
- font-family: Verdana,Geneva,"Lucida Grande", Sans-Serif;
- /*background: #ccc;*/
- background-image:url('images/cms-background.png');
- background-attachment:fixed;
- }
- #page-wrap {
- width: 500px;
- margin: 50px auto;
- padding: 20px;
- background: none repeat scroll 0 0 #ffffff;
- border: 1px solid #000000;
- }
- #menu,#adminmenu {
- background: none repeat scroll 0 0 #cccccc;
- padding: 12px;
- margin-bottom: 5px;
- text-align: center;
- }
- #adminmenu {
- background: none repeat scroll 0 0 #949494;
- }
- ol, ul, li {
- list-style: none outside none;
- }
- a {
- text-decoration: none;
- color: #477354;
- }
- .ulmenu li:before {
- content: "\00AB \0020";
- }
- .ulmenu li:after{
- content: "\0020 \00BB";
- }
- .ulmenu li{
- display: inline;
- text-transform: uppercase;
- }
- h1, h2, h3 {
- font-size: 28px;
- border-bottom: 1px dotted #ccc;
- margin: 0 0 5px 0;
- }
- h4 {
- font-size: 9px;
- border-bottom: 1px dotted #ccc;
- margin: 0 0 4px 0;
- }
- .clear {
- clear: both;
- }
- input[type="text"], textarea {
- padding: 1px;
- border: 1px solid #666;
- width: 350px;
- margin: 0 0 15px 0;
- }
- input[type="text"] {
- font: 12px;
- font-family: Verdana,Geneva,"Lucida Grande", Sans-Serif;
- }
- input[type="button"], input[type="submit"] {
- padding: 2px;
- }
- .buttons {
- width: 100%;
- }
- textarea {
- height: 100px;
- font: 12px "Lucida Grande", Sans-Serif;
- }
- label {
- background: none repeat scroll 0 0 #666;
- color: white;
- padding: 2px 6px;
- }
- form {
- margin-top: 10px;
- }
- .post {
- margin: 0 0 20px 0;
- }
- .post-body {
- margin: 0 0 30px 0;
- }
- #pages {
- width: 100%;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment