/styles/admin.css

http://github.com/gmhawash/SSR · CSS · 116 lines · 102 code · 14 blank · 0 comment · 0 complexity · c14b56936f073aa4ee03ccf19cd923de MD5 · raw file

  1. body {padding:50px 100px; margin:0; font-family:Tahoma, Geneva, sans-serif; background-image:url(../images/body_bg.jpg);}
  2. .float_left { float:left;}
  3. .float_right { float:right;}
  4. .clear {
  5. clear:both;
  6. }
  7. .note {
  8. background: silver;
  9. padding: 10px;
  10. }
  11. .showfield {
  12. float:left;
  13. width: 25em;
  14. margin-left: 10px;
  15. margin-right: 20px;
  16. vertical-align: bottom;
  17. }
  18. .showfield div, .editbox div {
  19. font-weight:bolder;
  20. color: Maroon;
  21. width: 12em;
  22. float:left;
  23. text-align:right;
  24. padding-right:1em;
  25. margin-left: -3em;
  26. }
  27. table .showfield{
  28. height: 3.5em;
  29. color: Navy;
  30. }
  31. .showfield label {
  32. text-align:right;
  33. }
  34. .date {
  35. width: 132px;
  36. }
  37. .editbox {
  38. float:left;
  39. width: 98%;
  40. }
  41. .required:after {
  42. content: '*';
  43. color: #DD0000;
  44. position: absolute;
  45. left: -20;
  46. }
  47. select {
  48. width: 175px;
  49. }
  50. #container {background-color:#FFFFFF; padding:10px; width:1024px;}
  51. #login {float:right; }
  52. #login a {float:right; color:Yellow; text-decoration:none; padding: 7px;}
  53. #header {height:150px; background-image:url(../images/header_bg.png);}
  54. #logo {color:Navy;font-size:30px; background:url(../images/header.png) no-repeat; height:100px; padding:50px 0 0 30px;}
  55. #logo a {color:Navy; text-decoration:none;}
  56. #slogan {float:right; font-size:18px; color:Maroon; padding:60px 30px 0 0;}
  57. #slogan:after {color:yellow;font-size:small; content :" Admins Only";position:absolute;margin-top:30px;}
  58. #menu {height:40px; background-image:url(../images/menu_bg.png); margin-top:5px;}
  59. #menu ul {margin:0; padding:0;}
  60. #menu li {list-style:none; float:left; background:url(../images/menu_border.png) right no-repeat;}
  61. #menu a {float:left; height:20px; padding:10px 30px; color:#FFFFFF; font-size:15px; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
  62. #menu a:hover {background:url(../images/menu_border.png);}
  63. .float_right{
  64. text-align:right;
  65. padding-right: 50px;
  66. }
  67. fieldset {
  68. -moz-border-radius-bottomleft:7px;
  69. -moz-border-radius-bottomright:7px;
  70. -moz-border-radius-topleft:7px;
  71. -moz-border-radius-topright:7px;
  72. border-radius: 5px;
  73. }
  74. #main
  75. {
  76. background-position: right center;
  77. width: 1024px;
  78. margin: 5px 0;
  79. background-color:#ECF8FF;
  80. color: #0D1D2F;
  81. font-size: 11px;
  82. background-repeat: repeat;
  83. }
  84. #main a {color:#1F416B;}
  85. #main a:hover {color:#000000;}
  86. #main br {line-height:8px;}
  87. #sidebar {width:160px; float:right; padding:0 30px 30px 30px; margin-top:10px;}
  88. #sidebar h3 {font-size:17px; font-weight:normal; margin:20px 0 5px 0;}
  89. #sidebar ul {margin:0; padding:0; border-top:1px solid #EFEFF7;}
  90. #sidebar li {list-style:none; border-bottom:1px solid #EFEFF7;}
  91. #sidebar li a {color:#0D1D2F; text-decoration:none; padding:3px; display:block;}
  92. #sidebar li a:hover {background-color:#EFEFF7;}
  93. #text {line-height:14px; width:900px;padding:10px 30px 30px 30px;}
  94. #text h1 {font-size:22px; font-weight:normal; margin:20px 0 10px 0;}
  95. #text h2 {font-size:19px; font-weight:normal; margin:20px 0 10px 0;}
  96. #text ol, #text ul {padding:0; margin:8px 0;}
  97. #text li {margin-left:40px;}
  98. #footer {padding:1em; height:40px; color:#FFFFFF; font-size:11px; background-image:url(../images/footer_bg.png); clear:both;}
  99. #footer a {color:#FFFFFF;}
  100. #footer a:hover {color:#D9F0FF;}
  101. #footer_left {float:left; padding:13px 0 0 30px;}
  102. #footer_right {float:right; padding:13px 30px 0 0;}