Guest User

Untitled

a guest
May 23rd, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.23 KB | None | 0 0
  1. /* DEFAULTS
  2. ----------------------------------------------------------*/
  3.  
  4. body  
  5. {
  6.     background:url("bg.png");
  7.     font-size: .80em;
  8.     font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  9.     margin: 0px;
  10.     padding: 0px;    
  11. }
  12.  
  13. a.ArmyList
  14. {
  15.     color: #000000;
  16. }
  17.  
  18. a:link, a:visited
  19. {
  20.     color: #000000;
  21. }
  22.  
  23. a:hover
  24. {
  25.     color: #000000;
  26.     text-decoration: none;
  27. }
  28.  
  29. a:active
  30. {
  31.     color: #000000;
  32. }
  33.  
  34. p
  35. {
  36.     margin-bottom: 10px;
  37.     line-height: 1.6em;
  38. }
  39.  
  40.  
  41. /* HEADINGS  
  42. ----------------------------------------------------------*/
  43.  
  44. h1, h2, h3, h4, h5, h6
  45. {
  46.     font-size: 1.5em;
  47.     color: #666666;
  48.     font-variant: small-caps;
  49.     text-transform: none;
  50.     font-weight: 200;
  51.     margin-bottom: 0px;
  52. }
  53.  
  54. h1
  55. {
  56.     font-size: 1.6em;
  57.     padding-bottom: 0px;
  58.     margin-bottom: 0px;
  59. }
  60.  
  61. h2
  62. {
  63.     font-size: 1.5em;
  64.     font-weight: 600;
  65. }
  66.  
  67. h3
  68. {
  69.     font-size: 1.2em;
  70. }
  71.  
  72. h4
  73. {
  74.     font-size: 1.1em;
  75. }
  76.  
  77. h5, h6
  78. {
  79.     font-size: 1em;
  80. }
  81.  
  82. /* this rule styles <h1> and <h2> tags that are the
  83. first child of the left and right table columns */
  84. .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
  85. {
  86.     margin-top: 0px;
  87. }
  88.  
  89.  
  90. /* PRIMARY LAYOUT ELEMENTS  
  91. ----------------------------------------------------------*/
  92.  
  93. .page
  94. {
  95.     width: 960px;
  96.     background-color: #FFFFFF;
  97.     margin: 20px auto 0px auto;    
  98. }
  99.  
  100. .header
  101. {
  102.     position: relative;
  103.     margin: 0px;
  104.     padding: 0px;
  105.     background: #444;
  106.     width: 100%;
  107. }
  108.  
  109. .header h1
  110. {
  111.     font-weight: 700;
  112.     margin: 0px;
  113.     padding: 0px 0px 0px 20px;
  114.     color: #f9f9f9;
  115.     border: none;
  116.     line-height: 2em;
  117.     font-size: 2em;
  118. }
  119.  
  120. .main
  121. {
  122.     padding: 0px 12px;
  123.     margin: 12px 8px 8px 8px;
  124.     min-height: 420px;
  125. }
  126.  
  127. .leftCol
  128. {
  129.     padding: 6px 0px;
  130.     margin: 12px 8px 8px 8px;
  131.     width: 200px;
  132.     min-height: 200px;
  133. }
  134.  
  135. .footer
  136. {
  137.     color: #4e5766;
  138.     padding: 8px 0px 0px 0px;
  139.     margin: 0px auto;
  140.     text-align: center;
  141.     line-height: normal;
  142. }
  143.  
  144.  
  145. /* TAB MENU  
  146. ----------------------------------------------------------*/
  147.  
  148. div.hideSkiplink
  149. {
  150.     background-color:#555;
  151.     width:100%;
  152. }
  153.  
  154. div.menu
  155. {
  156.     padding: 4px 0px 4px 8px;
  157. }
  158.  
  159. div.menu ul
  160. {
  161.     list-style: none;
  162.     margin: 0px;
  163.     padding: 0px;
  164.     width: auto;
  165. }
  166.  
  167. div.menu ul li a, div.menu ul li a:visited
  168. {
  169.     background-color: #444;
  170.     border: 1px #666 solid;
  171.     color: #FFFF00;
  172.     display: block;
  173.     line-height: 1.35em;
  174.     padding: 4px 20px;
  175.     text-decoration: none;
  176.     white-space: nowrap;
  177. }
  178.  
  179. div.menu ul li a:hover
  180. {
  181.     background-color: #666;
  182.     color: #FFFF00;
  183.     text-decoration: none;
  184. }
  185.  
  186. div.menu ul li a:active
  187. {
  188.     background-color: #FFFF00;
  189.     color: #444;
  190.     text-decoration: none;
  191. }
  192.  
  193. /* FORM ELEMENTS  
  194. ----------------------------------------------------------*/
  195.  
  196. fieldset
  197. {
  198.     margin: 1em 0px;
  199.     padding: 1em;
  200.     border: 1px solid #ccc;
  201. }
  202.  
  203. fieldset p
  204. {
  205.     margin: 2px 12px 10px 10px;
  206. }
  207.  
  208. fieldset.login label, fieldset.register label, fieldset.changePassword label
  209. {
  210.     display: block;
  211. }
  212.  
  213. fieldset label.inline
  214. {
  215.     display: inline;
  216. }
  217.  
  218. legend
  219. {
  220.     font-size: 1.1em;
  221.     font-weight: 600;
  222.     padding: 2px 4px 8px 4px;
  223. }
  224.  
  225. input.textEntry
  226. {
  227.     width: 320px;
  228.     border: 1px solid #ccc;
  229. }
  230.  
  231. input.passwordEntry
  232. {
  233.     width: 320px;
  234.     border: 1px solid #ccc;
  235. }
  236.  
  237. div.accountInfo
  238. {
  239.     width: 42%;
  240. }
  241.  
  242. /* MISC  
  243. ----------------------------------------------------------*/
  244.  
  245. img.ArmyLogo
  246. {
  247.     text-align: right;
  248.     float:right;
  249.     margin: 0 0 15px 15px;
  250. }
  251.  
  252. .clear
  253. {
  254.     clear: both;
  255. }
  256.  
  257. .title
  258. {
  259.     display: block;
  260.     float: left;
  261.     text-align: left;
  262.     width: auto;
  263. }
  264.  
  265. .loginDisplay
  266. {
  267.     font-size: 1.1em;
  268.     display: block;
  269.     text-align: right;
  270.     padding: 10px;
  271.     color: White;
  272. }
  273.  
  274. .loginDisplay a:link
  275. {
  276.     color: white;
  277. }
  278.  
  279. .loginDisplay a:visited
  280. {
  281.     color: white;
  282. }
  283.  
  284. .loginDisplay a:hover
  285. {
  286.     color: white;
  287. }
  288.  
  289. .failureNotification
  290. {
  291.     font-size: 1.2em;
  292.     color: Red;
  293. }
  294.  
  295. .bold
  296. {
  297.     font-weight: bold;
  298. }
  299.  
  300. .submitButton
  301. {
  302.     text-align: right;
  303.     padding-right: 10px;
  304. }
Add Comment
Please, Sign In to add comment