Advertisement
rdsedmundo

pStatic.css

Mar 9th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.34 KB | None | 0 0
  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  2.     margin:0;
  3.     padding:0;
  4. }
  5. table {
  6.     border-collapse:collapse;
  7.     border-spacing:0;
  8. }
  9. fieldset,img {
  10.     border:0;
  11. }
  12. address,caption,cite,code,dfn,em,strong,th,var {
  13.     font-style:normal;
  14.     font-weight:normal;
  15. }
  16. ol,ul {
  17.     list-style:none;
  18. }
  19. caption,th {
  20.     text-align:left;
  21. }
  22. h1,h2,h3,h4,h5,h6 {
  23.     font-size:100%;
  24.     font-weight:normal;
  25. }
  26. q:before,q:after {
  27.     content:'';
  28. }
  29. abbr,acronym { border:0;
  30. }
  31. html, body {
  32.     background-color: #fff;
  33.     font-family: Arial, Helvetica, sans-serif;
  34.     font-size: 12px;
  35.     line-height: 18px;
  36.     color: #52697E;
  37. }
  38. body {
  39.     text-align: center;
  40.     overflow: auto;
  41. }
  42. .wrapper {
  43.     width: 700px;
  44.     margin: 0 auto;
  45.     text-align: left;
  46. }
  47. h1 {
  48.     font-size: 21px;
  49.     height: 47px;
  50.     line-height: 47px;
  51.     text-transform: uppercase;
  52. }
  53. .navigationTabs {
  54.     height: 23px;
  55.     line-height: 23px;
  56.     border-bottom: 1px solid #ccc;
  57. }
  58. .navigationTabs li {
  59.     float: left;
  60.     height: 23px;
  61.     line-height: 23px;
  62.     padding-right: 3px;
  63. }
  64. .navigationTabs li a{
  65.     float: left;
  66.     dispaly: block;
  67.     height: 23px;
  68.     line-height: 23px;
  69.     padding: 0 10px;
  70.     overflow: hidden;
  71.     color: #52697E;
  72.     background-color: #eee;
  73.     position: relative;
  74.     text-decoration: none;
  75. }
  76. .navigationTabs li a:hover {
  77.     background-color: #f0f0f0;
  78. }
  79. .navigationTabs li a.active {
  80.     background-color: #fff;
  81.     border: 1px solid #ccc;
  82.     border-bottom: 0px solid;
  83. }
  84. .tabsContent {
  85.     border: 1px solid #ccc;
  86.     border-top: 0px solid;
  87.     width: 698px;
  88.     overflow: hidden;
  89. }
  90. .tab {
  91.     padding: 16px;
  92.     display: none;
  93. }
  94. .tab h2 {
  95.     font-weight: bold;
  96.     font-size: 16px;
  97. }
  98. .tab h3 {
  99.     font-weight: bold;
  100.     font-size: 14px;
  101.     margin-top: 20px;
  102. }
  103. .tab p {
  104.     margin-top: 16px;
  105.     clear: both;
  106. }
  107. .tab ul {
  108.     margin-top: 16px;
  109.     list-style: disc;
  110. }
  111. .tab li {
  112.     margin: 10px 0 0 35px;
  113. }
  114. .tab a {
  115.     color: #8FB0CF;
  116. }
  117. .tab strong {
  118.     font-weight: bold;
  119. }
  120. .tab pre {
  121.     font-size: 11px;
  122.     margin-top: 20px;
  123.     width: 668px;
  124.     overflow: auto;
  125.     clear: both;
  126. }
  127. .tab table {
  128.     width: 100%;
  129. }
  130. .tab table td {
  131.     padding: 6px 10px 6px 0;
  132.     vertical-align: top;
  133. }
  134. .tab dt {
  135.     margin-top: 16px;
  136. }
  137. #customWidget {
  138.     position: relative;
  139.     height: 36px;
  140. }
  141. select {
  142.     padding:3px;
  143.     margin: 0;
  144.     -webkit-border-radius:4px;
  145.     -moz-border-radius:4px;
  146.     border-radius:4px;
  147.     -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  148.     -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  149.     box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  150.     background: #f8f8f8;
  151.     color:#888;
  152.     border:none;
  153.     outline:none;
  154.     display: inline-block;
  155.     -webkit-appearance:none;
  156.     -moz-appearance:none;
  157.     appearance:none;
  158.     cursor:pointer;
  159. }
  160.  
  161. @media screen and (-webkit-min-device-pixel-ratio:0) {
  162.     select {padding-right:18px}
  163. }
  164.  
  165. label {position:relative}
  166. label:after {
  167.     content:'<>';
  168.     font:11px "Consolas", monospace;
  169.     color:#aaa;
  170.     -webkit-transform:rotate(90deg);
  171.     -moz-transform:rotate(90deg);
  172.     -ms-transform:rotate(90deg);
  173.     transform:rotate(90deg);
  174.     right:8px; top:2px;
  175.     padding:0 0 2px;
  176.     border-bottom:1px solid #ddd;
  177.     position:absolute;
  178.     pointer-events:none;
  179. }
  180. label:before {
  181.     content:'';
  182.     right:6px; top:0px;
  183.     width:20px; height:20px;
  184.     background:#f8f8f8;
  185.     position:absolute;
  186.     pointer-events:none;
  187.     display:block;
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement