home *** CD-ROM | disk | FTP | other *** search
/ grafika-wolowiec.cba.pl / grafika-wolowiec.cba.pl.tar / grafika-wolowiec.cba.pl / admin / template.css < prev    next >
Cascading Style Sheet File  |  2014-01-24  |  4KB  |  232 lines

  1. html, body {
  2.     margin: 0;
  3.     padding: 0;
  4.     font-family: "Trebuchet MS", Helvetica, sans-serif;
  5.     font-size: 12px;
  6. }
  7. h1, h2 {
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     font-size: 1.5em;
  10.     margin: 0.5em 10px 1.25em;
  11.     color: #333;
  12. }
  13. #imNavBar {
  14.     top: 0;
  15.     left: 0;
  16.     width: 100%;
  17.     background-color: #595959;
  18.     color: #fff;
  19.     padding: 5px 0;
  20.     position: relative;
  21. }
  22. #imNavBar a {
  23.     font-size: 12px;
  24.     color: #ddd;
  25.     text-decoration: none;
  26.     padding: 5px;
  27. }
  28. #imNavBar span {
  29.     position: absolute;
  30.     right: 10px;
  31. }
  32. #imNavBar .active {
  33.     font-weight: bold;
  34.     color: #fff;
  35. }
  36. .imContent {
  37.     padding: 0;
  38.     background-color: #f4f4f4;
  39.     border: 1px solid #ddd;
  40.     border-radius: 5px;
  41. }
  42. #imLoginPage {
  43.     margin: 100px auto 10px auto;
  44.     width: 280px;
  45. }
  46. #imLoginPage .imContent {
  47.     padding: 10px;
  48. }
  49. #imAdminPage {
  50.     margin: 40px auto 10px auto;
  51.     width: 600px;
  52. }
  53. #imBody {
  54.     padding: 0;
  55. }
  56. .imBreadcrumb {
  57.     display: block;
  58. }
  59. fieldset {
  60.     margin: 0;
  61.     padding: 0;
  62.     border: none;
  63. }
  64. input {
  65.     color: #555;
  66.     border: 1px solid gray;
  67.     font-size: 12px;
  68.     padding: 2px;
  69.     margin-bottom: 2px; 
  70. }
  71. select {
  72.     color: #555;
  73.     margin-bottom: 2px;
  74. }
  75. input[type="submit"] {
  76.     background-color: #ffd9be;
  77.     cursor: pointer;
  78. }
  79. input[type="submit"].imBlogPostCommentActionApprove {
  80.     border-color: #8bff51;
  81.     background-color: #d9ffbe;
  82. }
  83. input[type="submit"]:hover {
  84.     background-color: #ffeacf;
  85. }
  86. input[type="submit"]:hover.imBlogPostCommentActionApprove {
  87.     background-color: #eaffcf;
  88. }
  89. input[type="password"],
  90. input[type="text"] {
  91.     width: 255px;
  92.     font-size: 12px;
  93. }
  94. table {
  95.     width: 100%;
  96.     border-collapse: collapse;
  97. }
  98.  
  99. thead td, thead th, .head td, .head th, .head {
  100.     background-color: #717171;
  101.     color: white;
  102. }
  103.  
  104. .align-center {
  105.     text-align: center;
  106. }
  107.  
  108. .align-left {
  109.     text-align: left;
  110. }
  111.  
  112. .align-right {
  113.     text-align: right;
  114. }
  115.  
  116. .personal-data {
  117.     display: inline-block;
  118.     margin: 0 5px;
  119.     width: 48%;
  120.     border: 1px solid #ccc;
  121. }
  122.  
  123. .personal-data table {
  124.     width: auto;
  125. }
  126.  
  127. .personal-data td, .personal-data th {
  128.     padding: 5px;
  129. }
  130.  
  131. table.border th, table.border td {
  132.     border-collapse: collapse;
  133.     border: 1px solid #CCC;
  134.     padding: 5px;
  135. }
  136.  
  137. table.border th {
  138.     font-weight: bold;
  139. }
  140. .topic-summary {
  141.     margin: 30px auto;
  142.     text-align: center;
  143.     font-size: 1.25em;
  144. }
  145. .topic-comment {
  146.     padding: 10px 10px 0 10px;
  147.     border-top: 1px solid #ddd;
  148.     border-bottom: none;
  149.     font-size: 12px;
  150. }
  151. .abused {
  152.     background-color: #ffeabf;
  153. }
  154. .disabled {
  155.     background-color: #ffccbf;    
  156. }
  157. .topic-comment:last-child {
  158.     border-bottom: none;
  159. }
  160. .topic-comments-user {
  161.     font-weight: bold;
  162.     font-size: 1.1em;
  163.     margin: 0;
  164. }
  165. .topic-comments-user a {
  166.     text-decoration: none;
  167.     color: #ee7a40;
  168. }
  169. .topic-commenst-user a:hover {
  170.     text-decoration: underline;
  171.     color: #ee7a40;
  172. }
  173. .topic-comments-body {
  174.     margin: 10px 0;
  175. }
  176. .topic-comments-date {
  177.     font-size: 70%;
  178.     color: #888;
  179.     margin-bottom: 3px;
  180. }
  181. .topic-comments-action {
  182.     float: right;
  183. }
  184. .topic-comments-controls {
  185.     color: #555;
  186.     text-align: right;
  187.     padding: 5px 0;
  188.     border-top: 1px solid #888;
  189. }
  190. .topic-comments-controls a, .topic-comments-controls a:hover {
  191.     color: inherit;
  192.     text-decoration: none;
  193. }
  194. .imTest {
  195.     margin: 5px;
  196.     padding: 5px;
  197.     vertical-align:middle;
  198.     font-size: 15px;
  199.     position: relative;
  200. }
  201. .pass {
  202.     background-color: rgb(51,204,51);
  203. }
  204. .fail {
  205.     background-color: rgb(240,0,0);
  206. }
  207. .imTest span {
  208.     position: absolute;
  209.     right: 5px;
  210. }
  211. .imTest span {
  212.     position: absolute;
  213.     right: 5px;
  214. }
  215. .imTest p {
  216.     padding: 8px 0 0 0;
  217.     font-size: 0.85em;
  218. }
  219. .imSectionTitle {
  220.     padding: 0;
  221.     background-color: white;
  222.     font-size: 18px;
  223.     margin-bottom: 10px;
  224. }
  225. .dynobj {
  226.     display: block;
  227.     text-align: center;
  228.     color: black;
  229.     padding: 10px;
  230.     float: left;
  231. }
  232.