Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.84 KB | None | 0 0
  1. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,
  2. code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,
  3. legend,table,caption,tbody,tfoot,thead,tr,th,td {
  4. background:transparent;border:0;font-family:inherit;font-size:100%;
  5. font-style:inherit;font-weight:inherit;margin:0;padding:0;outline:0;vertical-align:baseline;}
  6. table {border-collapse:collapse;border-spacing:0;}
  7.  
  8. /* Main Layout */
  9. html {height:100%;margin-bottom:1px;}
  10. body {font:62.5%/1.2 Helvetica, Arial, sans-serif;color:#aaa;}
  11. h2,h3,h4,.componentheading {font-weight:bold;margin:2em 0 1em;}
  12. .componentheading {font-size:180%;}
  13. h2 {font-size:150%;}
  14. h3 {font-size:130%;}
  15. h4 {font-size:110%;}
  16. a {color:#FFF;text-decoration:none;font-weight:bold;}
  17. a:hover {text-decoration:underline;}
  18. ul {margin:1em;}
  19. p {margin-top:10px;margin-bottom:10px; max-width: 500px; font-size: 13px; line-height: 1.5;}
  20. .createdate { text-transform: uppercase; font-size: 13px; color: #666; }
  21. /* -----------------------------------------*/
  22. body{
  23.     margin:0;
  24.     padding:0;
  25.     font-family:Arial, Helvetica, sans-serif;
  26.     font-size:11px;
  27.     background-color: #010101;
  28.     /*background-color:#369fae;*/
  29.    
  30. }
  31.  
  32. .moduletable a:link{
  33.     font-family:Arial, Helvetica, sans-serif;
  34.     font-size:16px;
  35.     font-weight:bold;
  36.     text-decoration:none;
  37.     color:#FF6600;
  38. }
  39. .moduletable a:hover{
  40.     text-decoration:none;
  41.     /*background-color:#ff6600;*/
  42.     color:#ff6600;
  43. }
  44.  
  45. h2{
  46.     font-family:Arial, Helvetica, sans-serif;
  47.     font-size:16px;
  48.     font-weight:bold;
  49.     color:#FFF;
  50. }
  51. #wrapper{
  52.     float:left;
  53.     width:100%;
  54.     height:100%;
  55. }
  56. #left-col{
  57.     width:35%;
  58.     float:left;
  59. }
  60. #left-col #page-title {
  61.     width:100%;
  62.     padding-top:100px;
  63.     padding-bottom:20px;
  64.     float:left;
  65.     text-align:right;
  66.     font-size:24px;
  67.     font-weight:bold;
  68.     line-height:38px;
  69.     border-bottom:#242424 20px solid;
  70. }
  71. #left-col h1, #left-col a{
  72.     font-family:Arial, Helvetica, sans-serif;
  73.     font-size:50px;
  74.     color:#ff6600;
  75. }
  76. #left-col a:hover {color:#efff00; text-decoration:none; background:none;}
  77. #left-col #main-menu{
  78.     float:left;
  79.     width:100%;
  80.     padding-top:10px;
  81.     font-family:Arial, Helvetica, sans-serif;
  82.     font-size:16px;
  83.     color:#FFFFFF;
  84.     text-align:right;
  85. }
  86. #left-col #main-menu ul{list-style:none;}
  87. #left-col #main-menu a {font-family:Arial, Helvetica, sans-serif;
  88.     font-size:16px;
  89.     color:#FFFFFF;
  90.     text-align:right;
  91. }
  92. #left-col #main-menu a:hover {color:#efff00; background:none;}
  93.  
  94. #right-col{
  95.     width:60%;
  96.     margin-left:5px;
  97.     float:right;
  98.     border-top:#242424 20px solid;
  99. }
  100.  
  101. #right-col #hot-spot{
  102.     width:100%;
  103.     margin-top:20px;
  104.     float:left;
  105.     font-size:72px;
  106.     color:#FFFFFF;
  107.     text-align:left;
  108.     font-weight:bold;
  109.     letter-spacing:-5px;
  110.     line-height:55px;
  111. }
  112. .texts{
  113.     width:200px;
  114.     margin-right:5%;
  115.     margin-top:60px;
  116.     font-size:12px;
  117.     color:#FFFFFF;
  118.     float:left;
  119. }
  120.  
  121. .texts p{
  122.     margin:0;
  123.     padding:0;
  124.     line-height:13px;
  125.     float:left;
  126.     text-align:left;
  127. }
  128. .texts p:first-letter{
  129.     font-size:14px;
  130. }
  131. #footer_container{
  132.     width:100%;
  133.     height:1000px;
  134.     float:left;
  135.     height:40px;
  136.     color:#FFFFFF;
  137.     font-size:16px;
  138.     margin-top:50px;
  139.     background-color:#010101;
  140. }
  141. #footer{
  142.     height:40px;
  143.     width:100%;
  144.     float:right;
  145.     padding:0;
  146.     border-bottom:#242424 10px solid;
  147.     text-align:right;
  148. }
  149. #footer p{
  150.     margin-right:5%;
  151.     color:#ff6600;font-size:10px;
  152. }
  153. #footer a {font-size:11px;}
  154.  
  155. /* content override */
  156. .cols1 {display:block;float:none;margin:0;width:100%;}
  157. .cols2 {width:49%;overflow:hidden;}
  158. .cols3 {width:30%;}
  159. .column1, .column2 {position:relative;float:left;margin:0;}
  160. .colpad {padding:0 10px;position:relative;}
  161. .column2 {float:right;width:49%;}
  162. .article_row {overflow:hidden;margin:0 -10px 15px -10px;}
  163.  
  164. /* Content styles */
  165. p.buttonheading {position:absolute;top:2px;right:10px;margin:0px;}
  166. p.buttonheading a{font-size:10px;}
  167. .buttonheading .icon {display:block;width:16px;height:16px;float:left;margin-left:5px;}
  168. .buttonheading .pdf {background:url(../images/dark.png) -57px -366px;}
  169. .buttonheading .print {background:url(../images/dark.png) -21px -366px;}
  170. .buttonheading .email {background:url(../images/dark.png) -39px -366px;}
  171. .iteminfo {font-size:90%;overflow:hidden;border-bottom:1px solid #393939;margin-bottom:20px;display:block;margin-top:-10px;width:100%;}
  172. .modifydate, .createdby, .createdate {display:inline/*block*/;}
  173. .createdby {font-weight:bold;}
  174. a.readon, a.readon2 {display:block;margin-top:15px;font-style:italic;}
  175. a.readon2 {background:url(../images/dark.png) 100% -344px;display:block;float:right;color:#fff;font-weight:bold;line-height:20px;}
  176. a.readon2 span {background:url(../images/dark.png) 0 -344px;display:block;margin-right:10px;height:21px;float:left;padding:0 5px 0 15px;}
  177. .breadcrumbs-pad {padding:0 1px;}
  178. div.breadcrumbs {background:url(../images/dark.png) 0 -68px repeat-x;border-bottom:1px solid #272727;font-size:110%;font-weight:bold;margin:0;padding:7px 15px 5px;color:#ccc;border-top:1px solid #414141;}
  179. div.breadcrumbs .sep {padding:0 5px;}
  180. .component-pad {padding:0 15px 15px;}
  181. .banneritem_text {margin-bottom:10px;}
  182. #modlgn_username, #modlgn_passwd {border:1px solid #666;background:#444;padding:3px;color:#fff;}
  183. .pagination span, .pagination a {margin-right:5px;}
  184.  
  185. h2.contentheading {padding-right:65px; font-size: 32px;}
  186. .sectiontableheader {font-weight:bold;line-height:25px;text-align:left;}
  187. tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {text-align:left;padding:0 4px;vertical-align:middle;border-top:1px solid #444;line-height:30px;}
  188. span.attention {display:block;margin:15px 0;padding:8px 10px 8px 10px;background:#FFF3A3;border:1px solid #E7BD72;color:#B79000;}
  189.  
  190. /* Modules */
  191. .module {padding:1px;}
  192. .module-title {font-size:110%;font-weight:bold;margin:0;padding:7px 15px 5px;}
  193. .module-body {padding:20px 15px 25px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement