Advertisement
sweenig

Health Check CSS

Mar 26th, 2014
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.12 KB | None | 0 0
  1. body {margin:1% 5%;}
  2. h1 {
  3.     color:#133CAC;
  4.     width:100%;
  5.     border-style:solid;
  6.     border-width:0px 0px 3px 0px;
  7.     border-color:#133CAC;
  8. }
  9. h2 {color:#2B4281;margin-left:2.5%}
  10. p {margin:10px 0px 10px 10%;}
  11. ul {margin:0px 0px 10px 10%;}
  12. #legal_notices {font-size:10px;}
  13. #helptoggler {position:absolute;left:0px;top:0px;}
  14. #helptoggler > img {visibility:hidden;width:32px;height:auto;}
  15. #helptoggler:hover > img {visibility:visible;}
  16. .fw_image {max-width:100%;height:auto;}
  17. .highlight {font-weight:bold;}
  18. .separator {margin:5%;}
  19. .littleseparator {margin:1%;}
  20. .prettify {
  21.     margin-left:10%;
  22.     padding:0px;
  23.     width:90%;
  24.     box-shadow: 10px 10px 5px #888888;
  25.     border:1px solid #6d89d5;
  26.     -moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;border-bottom-left-radius:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;
  27. }
  28. .prettify table{
  29.     border-collapse: collapse;
  30.     border-spacing: 0;
  31.     width:100%;
  32.     margin:0px;padding:0px;
  33.     border:1px solid #6d89d5;
  34. }
  35. .prettify tr:last-child td:last-child {-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;}
  36. .prettify table tr:first-child td:first-child {-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;}
  37. .prettify table tr:first-child td:last-child {-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px;}
  38. .prettify tr:last-child td:first-child{-moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;border-bottom-left-radius:0px;}
  39. .prettify tr:nth-child(odd){ background-color:#062270; }
  40. .prettify tr:nth-child(even) { background-color:#476dd5; }
  41. .prettify td{
  42.     vertical-align:middle;
  43.     border:1px solid #6d89d5;
  44.     text-align:left;
  45.     padding:7px;
  46.     font-weight:normal;
  47.     color:#ffffff;
  48. }
  49. .prettify tr:first-child td{
  50.     background:-o-linear-gradient(bottom, #133cac 5%, #2b4281 100%);
  51.     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #133cac), color-stop(1, #2b4281) );
  52.     background:-moz-linear-gradient( center top, #133cac 5%, #2b4281 100% );
  53.     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#133cac", endColorstr="#2b4281");
  54.     background: -o-linear-gradient(top,#133cac,2b4281);
  55.     background-color:#133cac;
  56.     text-align:left;
  57.     font-weight:bold;
  58.     color:#ffffff;
  59.     padding:25px 10px;
  60. }
  61. .prettify h1 {color:white;border-width:0px;}
  62. .prettify h2 {color:white;border-width:0px;}
  63. .editablecontent {
  64.     position:relative;
  65.     margin-left:10%;
  66. }
  67. .editablecontent ul {margin-left:0px;}
  68. .editablecontent > img,input {
  69.     position:absolute;
  70.     bottom:0px;
  71.     right:0px;
  72.     height:25px;
  73.     width:auto;
  74.     visibility:hidden;
  75.     margin-right:20px;
  76.     margin-bottom:2px;
  77. }
  78. .editablecontent:hover > img,input {visibility:visible;}
  79. .editablecontent div {border:1px solid red;}
  80. .editablecontent textarea {
  81.     border:1px solid red;
  82.     background-color:#FFAD00;
  83.     height:200px;
  84.     width:100%;
  85. }
  86. .example {
  87.     color:red;
  88.     font-weight:bold;
  89. }
  90. .emphasis {
  91.     font-weight:bold;
  92.     text-decoration:underline;
  93. }
  94. .primary-1 { background-color: #133CAC }
  95. .primary-2 { background-color: #2B4281 }
  96. .primary-3 { background-color: #062270 }
  97. .primary-4 { background-color: #476DD5 }
  98. .primary-5 { background-color: #6D89D5 }
  99.  
  100. .secondary-a-1 { background-color: #3C13AF }
  101. .secondary-a-2 { background-color: #432C83 }
  102. .secondary-a-3 { background-color: #230672 }
  103. .secondary-a-4 { background-color: #6D48D7 }
  104. .secondary-a-5 { background-color: #8A6ED7 }
  105.  
  106. .secondary-b-1 { background-color: #028E9B }
  107. .secondary-b-2 { background-color: #1E6D74 }
  108. .secondary-b-3 { background-color: #015C65 }
  109. .secondary-b-4 { background-color: #35C0CD }
  110. .secondary-b-5 { background-color: #5EC4CD }
  111.  
  112. .complement-1 { background-color: #FFAD00 }
  113. .complement-2 { background-color: #BF9130 }
  114. .complement-3 { background-color: #A67000 }
  115. .complement-4 { background-color: #FFC140 }
  116. .complement-5 { background-color: #FFD273 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement