Volkova

CMS Style

Jun 15th, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.66 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. body {
  7.     font-size: 10px;
  8.     font-family: Verdana,Geneva,"Lucida Grande", Sans-Serif;
  9.     /*background: #ccc;*/
  10.     background-image:url('images/cms-background.png');
  11.     background-attachment:fixed;
  12. }
  13. #page-wrap {
  14.     width: 500px;
  15.     margin: 50px auto;
  16.     padding: 20px;
  17.     background: none repeat scroll 0 0 #ffffff;
  18.     border: 1px solid #000000;
  19. }
  20.  
  21. #menu,#adminmenu {
  22.     background: none repeat scroll 0 0 #cccccc;
  23.     padding: 12px;
  24.     margin-bottom: 5px;
  25.     text-align: center;
  26. }
  27.  
  28. #adminmenu {
  29.     background: none repeat scroll 0 0 #949494;
  30. }
  31.  
  32. ol, ul, li {
  33.     list-style: none outside none;
  34. }
  35.  
  36. a {
  37.     text-decoration: none;
  38.     color: #477354;
  39. }
  40.  
  41. .ulmenu li:before {
  42.     content: "\00AB \0020";
  43. }
  44.  
  45. .ulmenu li:after{
  46.     content: "\0020 \00BB";
  47. }
  48.  
  49. .ulmenu li{
  50.     display: inline;
  51.     text-transform: uppercase;
  52. }
  53.  
  54. h1, h2, h3 {
  55.     font-size: 28px;
  56.     border-bottom: 1px dotted #ccc;
  57.     margin: 0 0 5px 0;
  58. }
  59.  
  60. h4 {
  61.     font-size: 9px;
  62.     border-bottom: 1px dotted #ccc;
  63.     margin: 0 0 4px 0;
  64. }
  65.  
  66. .clear {
  67.     clear: both;
  68. }
  69.  
  70. input[type="text"], textarea {
  71.     padding: 1px;
  72.     border: 1px solid #666;
  73.     width: 350px;
  74.     margin: 0 0 15px 0;
  75. }
  76.  
  77. input[type="text"] {
  78.     font: 12px;
  79.     font-family: Verdana,Geneva,"Lucida Grande", Sans-Serif;
  80. }
  81.  
  82. input[type="button"], input[type="submit"] {
  83.     padding: 2px;
  84. }
  85.  
  86. .buttons {
  87.     width: 100%;
  88. }
  89.  
  90. textarea {
  91.     height: 100px;
  92.     font: 12px "Lucida Grande", Sans-Serif;
  93. }
  94.  
  95. label {
  96.     background: none repeat scroll 0 0 #666;
  97.     color: white;
  98.     padding: 2px 6px;
  99. }
  100.  
  101. form {
  102.     margin-top: 10px;
  103. }
  104.  
  105. .post {
  106.     margin: 0 0 20px 0;
  107. }
  108.  
  109. .post-body {
  110.     margin: 0 0 30px 0;
  111. }
  112.  
  113. #pages {
  114.     width: 100%;
  115.     text-align: center;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment