Advertisement
jjkeegan86

style.css rpints

Feb 5th, 2016
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.64 KB | None | 0 0
  1. body {
  2.     background-image: url(img/background.jpg);
  3.     background-color: #000000;
  4.     background-size: cover;
  5.     background-repeat:no-repeat;
  6.     overflow: hidden;
  7.     color: #FFFFFF;
  8.     font: 1.5em Georgia, arial, MAGNETO, verdana, sans-serif;
  9.     margin:5px;
  10. }
  11. hr {
  12.     border: 0;
  13.     height: 1px;
  14.     -webkit-margin-before: 2px;
  15.     -webkit-margin-after: 2px;
  16.     background-image: -webkit-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255));
  17.     background-image:    -moz-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255));
  18.     background-image:     -ms-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255));
  19.     background-image:      -o-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255));
  20. }
  21. .HeaderCenter {
  22.         width: 30%;
  23.         height: 180px;
  24.         text-align: center;
  25.         float: left;
  26.         font-size: 45px;
  27.         font-family: MAGNETO;
  28.         vertical-align: middle;
  29.         padding-top:25px;
  30.         color: rgba(222,206,16,1.00);
  31.  
  32. }
  33.  
  34. .pour{
  35.         width:66px;
  36.         height:44px;
  37.         margin-top:25px;
  38.         font-family: MAGNETO;
  39.     font-size:large;
  40.     font-weight:bold;
  41.         border: 4px outset rgba(121,68,27,1.00);
  42.         box-shadow: inset 300px 300px 600px rgba(120,60,20,1.00);
  43.         color: rgba(222,206,16,1.00);
  44.     background-color: rgba(121,68,27,1.00);
  45.  
  46.         border-radius: 8px;
  47.  
  48. }
  49. select {
  50.    background: transparent;
  51.    width: 95px;
  52.    padding: 5px;
  53.    font-family: MAGNETO;
  54.    border: 4px outset rgba(121,68,27,1.00);
  55.    margin-top:12px;
  56.    font-size: 16px;
  57.    color: rgba(222,206,16,1.00);
  58.    font-weight: bold;
  59.    line-height: 1;
  60.    border-radius: 8px;
  61.    background-color: rgba(121,68,27,1.00);
  62.    border: 4px outset rgba(121,68,27,1.00);
  63.    weight: 34px;
  64.    -webkit-appearance: none;
  65.    }
  66. h1 {
  67.     display:block;
  68.     margin: 0;
  69.     font-weight: bold;
  70.     font-size: 1.5em;
  71.     opacity:1;
  72. }
  73.  
  74. h2 {
  75.     margin: 0;
  76.     color: #A0A0A0;
  77.     font-weight: normal;
  78.     font-size: 1em;
  79.     -webkit-margin-before: 0px;
  80.     -webkit-margin-after: 0px;
  81. }
  82.  
  83. h3 {
  84.     margin: 0;
  85.     color: #A0A0A0;
  86.     font-weight: normal;
  87.     font-size: .8em;
  88.     -webkit-margin-before: 5px;
  89.     -webkit-margin-after: 5px;
  90. }
  91.  
  92. p {
  93.     margin: 20px 0 0 0;
  94.     color: #A0A0A0;
  95.     font-weight: normal;
  96.     font-size: .8em;
  97. }
  98. img {
  99.     margin-left: auto;
  100.     margin-right: auto;
  101. }
  102. .bodywrapper
  103. {
  104.     width: 100%;
  105.     height: 100%;
  106. }
  107. /* Header Styles */
  108. .header {
  109.     width: 100%;
  110.     height: 100px;
  111.     margin-bottom: 10px;
  112. }
  113. .HeaderLeft {
  114.     width: 25%;
  115.     height: 100px;
  116.     float: left;
  117.     font-size: .85em;
  118.     font-weight: bold;
  119.     text-align: left;
  120. }
  121. .HeaderCenter {
  122.     width: 50%;
  123.     height: 85px;
  124.     text-align: center;
  125.     float: middle;
  126.     font-size: 49px;
  127.     font-family: MAGNETO;
  128.     vertical-align: middle;
  129.     padding-top:25px;
  130.     color: rgba(222,206,16,1.00);
  131.  
  132. }
  133. .HeaderRight {
  134.     width: 25%;
  135.     float: right;
  136.     font-size: .85em;
  137.     font-weight: bold;
  138.     text-align: right;
  139. }
  140. table{
  141.     width: 100%;
  142.     border-collapse: collapse;
  143. }
  144. table th,
  145. table td{
  146.     border-left: 1px white dashed;
  147.     padding: 1px 5px;
  148.     text-align: center;
  149.     vertical-align: top;
  150. }
  151. table th:first-child,
  152. table td:first-child{
  153.     border-left: none;
  154. }
  155. table thead{
  156.     background-color: rgba(153,153,153,.3);
  157.     padding: 0px;
  158.     margin: auto;
  159. }
  160. table thead th{
  161.     min-height:35px;
  162.     font-size: .65em;
  163.     font-weight: bold;
  164.     vertical-align: top;
  165. }
  166. table .tap-num{
  167.     width: 50px;
  168. }
  169. table .srm{
  170.     width: 125px;
  171.     text-align: center;
  172.     vertical-align: middle;
  173. }
  174. table .ibu{
  175.     width: 125px;
  176.     text-align: center;
  177.     vertical-align: middle;
  178. }
  179. table td.name{
  180.     text-align: left;
  181.     padding: 5px;
  182. }
  183. table .abv{
  184.     width: 125px;
  185.     text-align: center;
  186.     vertical-align: middle;
  187. }
  188. table .keg{
  189.     width: 150px;
  190.     text-align: center;
  191.     vertical-align: middle;
  192. }
  193.  
  194. table td.tap-num{
  195.     vertical-align: middle;
  196. }
  197.  
  198. span.tapcircle {
  199.   background-color: rgba(153,153,153,.3);
  200.   border-radius: 1em;
  201.   -moz-border-radius: 1em;
  202.   -webkit-border-radius: 1em;
  203.   display: inline-block;
  204.   font-weight: bold;
  205.   line-height: 2em;
  206.   margin-right: 5px;
  207.   text-align: center;
  208.   width: 2em;
  209. }
  210. table h3 {
  211.     text-align: center;
  212. }
  213.  
  214. table h2 {
  215.     text-align: center;
  216. }
  217. table .subhead{
  218.     width:100%;
  219.     font-size: .9em;
  220.     text-align:left;
  221. }
  222.  
  223. .altrow{
  224.     background-color: rgba(153,153,153,.13);
  225. }
  226.  
  227. .srm-container{
  228.     position: relative;
  229.     height: 100px;
  230.     width: 55px;
  231.     margin: 0 auto;
  232. }
  233.  
  234. .srm-indicator{
  235.     position: absolute;
  236.     height: 100%;
  237.     width: 100%;
  238.     top: 0;
  239.     left: 0;
  240.     z-index: 1;
  241.    
  242.     -webkit-mask-image: url(img/srm/pint-mask.png);
  243.     -o-mask-image: url(img/srm/pint-mask.png);
  244.     -moz-mask-image: url(img/srm/pint-mask.png);
  245.     mask-image: url(img/srm/pint-mask.png);
  246. }
  247.  
  248. .srm-stroke{
  249.     position: absolute;
  250.     height: 100%;
  251.     width: 100%;
  252.     top: 0;
  253.     left: 0;
  254.     z-index: 2;
  255.    
  256.     background: url(img/srm/pint-stroke.png)
  257. }
  258.  
  259.  
  260. .ibu-container{
  261.     position: relative;
  262.     height:100px;
  263.     width:53px;
  264.     margin: 0 auto;
  265. }
  266. .ibu-indicator{
  267.     position: absolute;
  268.     bottom: 0;
  269.     left: 0;
  270.     height: 100%;
  271.     width: 100%;
  272.     background: url(img/ibu/stroke.png) no-repeat bottom left;
  273. }
  274. .ibu-indicator .ibu-full{
  275.     position: absolute;
  276.     bottom: 0;
  277.     left: 0;
  278.     width: 100%;
  279.     background: url(img/ibu/full.png) no-repeat bottom left;
  280. }
  281.    
  282. .ibu-max{
  283.     position: absolute;
  284.     top: -5px;
  285.     left: 35px;
  286. }
  287. .abv-container{
  288.     position: relative;
  289.     height: 100px;
  290.     width: 115px;
  291.     margin: 8px auto;
  292. }  
  293. .abv-indicator{
  294.     display: inline-block;
  295.     position: relative;
  296.     height:100%;
  297.     width:50%;
  298.     background: url(img/abv/stroke.png) no-repeat bottom left;
  299. }
  300. .abv-indicator .abv-full{
  301.     position: absolute;
  302.     bottom: 0;
  303.     left: 0;
  304.     width: 100%;
  305.     background: url(img/abv/full.png) no-repeat bottom left;
  306. }
  307. .abv-offthechart{
  308.     position: absolute;
  309.     bottom: -2px;
  310.     left: 8px;
  311.     height: 55px;
  312.     width: 114px;
  313.     background: url(img/abv/offthechart.png) no-repeat bottom left;
  314. }
  315.  
  316. .keg-container{
  317.     position: relative;
  318.     height: 100px;
  319.     width: 67px;
  320.     margin: 8px auto;
  321. }
  322.  
  323. .keg-indicator{
  324.     position: absolute;
  325.     bottom: 0;
  326.     left: 0;
  327.     height: 100%;
  328.     width: 100%;
  329.     background: url(img/keg/stroke.png) no-repeat bottom left; 
  330. }
  331. .keg-indicator .keg-full{
  332.     position: absolute;
  333.     bottom: 0;
  334.     left: 0;
  335.     width: 100%;
  336.     background: url(img/keg/full.png) no-repeat bottom left;
  337. }
  338. .keg-indicator .keg-empty{
  339.     background-image: url(img/keg/empty.png);
  340. }
  341. .keg-indicator .keg-red{
  342.     background-image: url(img/keg/red.png);
  343. }
  344. .keg-indicator .keg-orange{
  345.     background-image: url(img/keg/orange.png);
  346. }
  347. .keg-indicator .keg-yellow{
  348.     background-image: url(img/keg/yellow.png);
  349. }
  350. .keg-indicator .keg-green{
  351.     background-image: url(img/keg/green.png);
  352. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement