Advertisement
Guest User

base.css

a guest
May 24th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.44 KB | None | 0 0
  1. /*
  2. * Skeleton V1.2
  3. * Copyright 2011, Dave Gamache
  4. * www.getskeleton.com
  5. * Free to use under the MIT license.
  6. * http://www.opensource.org/licenses/mit-license.php
  7. * 6/20/2012
  8. */
  9.  
  10.  
  11. /* Table of Content
  12. ==================================================
  13.     #Reset & Basics
  14.     #Basic Styles
  15.     #Site Styles
  16.     #Typography
  17.     #Links
  18.     #Lists
  19.     #Images
  20.     #Buttons
  21.     #Forms
  22.     #Misc */
  23.  
  24.  
  25. /* #Reset & Basics (Inspired by E. Meyers)
  26. ================================================== */
  27.     html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
  28.         margin: 0;
  29.         padding: 0;
  30.         border: 0;
  31.         font-size: 100%;
  32.         font: inherit;
  33.         vertical-align: baseline; }
  34.     article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  35.         display: block; }
  36.     body {
  37.         line-height: 1; }
  38.     ol, ul {
  39.         list-style: none; }
  40.     blockquote, q {
  41.         quotes: none; }
  42.     blockquote:before, blockquote:after,
  43.     q:before, q:after {
  44.         content: '';
  45.         content: none; }
  46.     table {
  47.         border-collapse: collapse;
  48.         border-spacing: 0; }
  49.  
  50. /* #Basic Styles
  51. ================================================== */
  52. body {
  53.     overflow-x:hidden;
  54.     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  55.     text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  56.     -webkit-text-size-adjust: 100%;
  57.  }
  58.  html {
  59.         overflow-x:hidden;
  60.     height:100%;
  61. }
  62. /* #Typography
  63. ================================================== */
  64.  
  65.     h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
  66.     h1 { font-size: 46px; line-height:46px;text-transform:uppercase;letter-spacing:6px; }
  67.     h2 { font-size: 40px; line-height:40px;text-transform:uppercase;letter-spacing:5px;}
  68.     h3 { font-size: 34px; line-height: 34px;text-transform:uppercase;letter-spacing:4px;}
  69.     h4 { font-size: 28px; line-height: 34px;text-transform:uppercase;letter-spacing:3px;}
  70.     h5 { font-size: 20px; line-height: 20px;text-transform:uppercase;letter-spacing:2px;}
  71.     h6 { font-size: 16px; line-height: 16px;text-transform:uppercase;letter-spacing:1px;}
  72.  
  73.  
  74.     p {  }
  75.     p img { margin: 0; }
  76.     p.lead { font-size: 21px; line-height: 27px; color: #777;  }
  77.  
  78.     em { font-style: italic; }
  79.     strong { font-weight: 600;}
  80.     small { font-size: 80%; }
  81.    
  82.  
  83.  
  84. /*  Blockquotes  */
  85.     blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
  86.     blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
  87.     blockquote cite { display: block; font-size: 12px; color: #555; }
  88.     blockquote cite:before { content: "\2014 \0020"; }
  89.     blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
  90.  
  91.     hr { }
  92.  
  93.  
  94. /* #Links
  95. ================================================== */
  96.     a, a:visited { text-decoration: none; }
  97.     a:hover, a:focus { }
  98.     p a, p a:visited { line-height: inherit; text-decoration: none;}
  99.     a:focus{
  100.     outline:none;
  101.     }
  102.  
  103. /* #Lists
  104. ================================================== */
  105.     ul, ol { }
  106.     ul { list-style: none outside; }
  107.     ol { list-style: decimal; }
  108.     ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  109.     ul.square { list-style: square outside; }
  110.     ul.circle { list-style: circle outside; }
  111.     ul.disc { list-style: disc outside; }
  112.     ul ul, ul ol,
  113.     ol ol, ol ul { font-size: 90%;  }
  114.     ul ul li, ul ol li,
  115.     ol ol li, ol ul li {  }
  116.     li { line-height: 18px; }
  117.     ul.large li { line-height: 21px; }
  118.     li p { line-height: 21px; }
  119. /* #Buttons
  120. ================================================== */
  121.  
  122.     .button,
  123.     button,
  124.     input[type="submit"],
  125.     input[type="reset"],
  126.     input[type="button"] {
  127.     background:#363636;
  128.     margin-top:10px;
  129.     border:none;
  130.       color: #dfdfdf;
  131.       display: inline-block;
  132.       font-size: 16px;
  133.       cursor: pointer;
  134.       line-height: normal;
  135.       padding: 15px 25px;
  136.     -webkit-transition : all 0.3s ease-out;
  137.     -moz-transition : all 0.3s ease-out;
  138.     -o-transition :all 0.3s ease-out;
  139.     transition : all 0.3s ease-out; }
  140.  
  141.     .button:hover,
  142.     button:hover,
  143.     input[type="submit"]:hover,
  144.     input[type="reset"]:hover,
  145.     input[type="button"]:hover {   
  146.       color: #e74c3c;
  147.     background:#292929;  }
  148.  
  149.     .button:active,
  150.     button:active,
  151.     input[type="submit"]:active,
  152.     input[type="reset"]:active,
  153.     input[type="button"]:active {  
  154.       color: #e74c3c;}
  155.  
  156.     .button.full-width,
  157.     button.full-width,
  158.     input[type="submit"].full-width,
  159.     input[type="reset"].full-width,
  160.     input[type="button"].full-width {
  161.         width: 100%;
  162.         padding-left: 0 !important;
  163.         padding-right: 0 !important;
  164.         text-align: center; }
  165.  
  166.     /* Fix for odd Mozilla border & padding issues */
  167.     button::-moz-focus-inner,
  168.     input::-moz-focus-inner {
  169.     border: 0;
  170.     padding: 0;
  171.     }
  172. /* #Images
  173. ================================================== */
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. /* #Misc
  181. ================================================== */
  182.     .remove-bottom { margin-bottom: 0 !important; }
  183.     .half-bottom { margin-bottom: 10px !important; }
  184.     .add-bottom { margin-bottom: 20px !important; }
  185.  
  186. .clear {
  187.     clear: both;
  188.     display: block;
  189.     overflow: hidden;
  190.     visibility: hidden;
  191.     width: 0;
  192.     height: 0;
  193. }
  194. ::selection {
  195.     background: rgba(100,100,100,.2); /* Safari */
  196.     }
  197. ::-moz-selection {
  198.     background: rgba(100,100,100,.2); /* Firefox */
  199. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement