Advertisement
Trankalinos

css.css

Dec 4th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. body {
  2. font-family: Arial, Helvetica, sans-serif;
  3. width: 80%;
  4. margin-left: auto;
  5. margin-right: auto;
  6. background: #0F3B5F;
  7. height: 100%;
  8. }
  9.  
  10. .wrapper {
  11. min-height: 100%;
  12. height: auto;
  13. height: 100%;
  14. margin: 0 auto -4em;
  15. background-color: #E5DBCF;
  16. }
  17.  
  18. .footer {
  19. background-color: #336699;
  20. text-align: center;
  21. font-size: 12px;
  22. padding-top: 15px;
  23. padding-bottom: 15px;
  24. padding-left: 0px;
  25. padding-right: 0px;
  26. width: 100%;
  27. }
  28.  
  29. .red {
  30. color: red;
  31. }
  32.  
  33. .labels {
  34. text-align: right;
  35. }
  36.  
  37. div.section{
  38. padding-left: 20px;
  39. padding-right: 30px;
  40. }
  41.  
  42. .footer a, .footer a:visted{
  43. background-color: #336699;
  44. }
  45.  
  46. h4 { text-align: center; }
  47.  
  48. table {
  49. width: 80%;
  50. font-size: 11px;
  51. }
  52.  
  53. img {
  54. padding: 15px;
  55. float: left;
  56. }
  57.  
  58. input:not([type="radio"]):not([type="reset"]):not([type="submit"]):not(#btn), textarea {
  59. padding-left: 4px;
  60. border-radius: 3px;
  61. width: 300px;
  62. }
  63.  
  64. input:required {
  65. border: 2px solid red;
  66. }
  67.  
  68. input:valid:not(#btn):not([type="submit"]) {
  69. border: 2px solid green;
  70. }
  71.  
  72. .lbl { text-align: right; }
  73.  
  74. #divForm { clear:both; }
  75.  
  76. .buttons { text-align: center; }
  77.  
  78. span.star { color: #ff0000; }
  79.  
  80. .nav, .top {
  81. width: 100%;
  82. color: orange;
  83. background-color: #336699;
  84. font-size: 18px;
  85. }
  86.  
  87. #nav ul { list-style-type: none; }
  88.  
  89. #nav li {display: inline; }
  90.  
  91. #nav a, #nav a:visited{
  92. text-decoration: none;
  93. padding-right: 10px;
  94. color: orange;
  95. font-weight: bold;
  96. }
  97.  
  98. #confirm {
  99. text-align:center;
  100. height: 300px;
  101. }
  102.  
  103. #reports {
  104. padding-left: 15px;
  105. text-align:left;
  106. height: 500px;
  107. }
  108.  
  109. .darker{
  110. color: #000;
  111. background-color: orange;
  112. }
  113.  
  114. .res {
  115. border: 1px solid black;
  116. border-spacing: 0;
  117. }
  118.  
  119. th {
  120. border: 1px solid black;
  121. }
  122.  
  123. .res td{
  124. padding-left: 10px;
  125. border: 1px solid black;
  126. padding-right: 10px;
  127. }
  128.  
  129. #menu ul { list-style-type: none; }
  130.  
  131. #menu a , #menu a:visited{
  132. text-decoration: none;
  133. padding-right: 10px;
  134. color: orange;
  135. }
  136.  
  137. th { text-align: center; }
  138.  
  139. .searchbar{
  140. border: 1px solid white;
  141. width: 400px;
  142. text-align: center;
  143. }
  144.  
  145. .regForm{
  146. border: 1px solid white;
  147. padding-left: 15px;
  148. width: 60%;
  149. }
  150.  
  151. .login{
  152. border: 1px solid white;
  153. padding-left: 15px;
  154. width: 50%;
  155. }
  156.  
  157. .home{
  158. border: 1px solid white;
  159. padding: 15px;
  160. }
  161.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement