Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.99 KB | None | 0 0
  1. 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 {    margin: 0;  padding: 0;     border: 0;  font-size: 100%;    font: inherit;  vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {   display: block; } body {    line-height: 1;     cursor:default; } ol, ul {  list-style: none; } blockquote, q {     quotes: none; } blockquote:before, blockquote:after, q:before, q:after {    content: '';    content: none; } table {    border-collapse: collapse;  border-spacing: 0; } .clear{    clear:both; } #wrapper{     min-width:700px;    max-width:1000px;   width:60%;  margin:5% auto 0 auto; } a:link, a:visited, a:active{   text-decoration:none; } @font-face {     font-family: 'heydings_iconsregular';     src: url('fonts/heydings_icons-webfont.eot');     src: url('fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),          url('fonts/heydings_icons-webfont.woff') format('woff'),          url('fonts/heydings_icons-webfont.ttf') format('truetype'),          url('fonts/heydings_icons-webfont.svg#heydings_iconsregular') format('svg');     font-weight: normal;     font-style: normal;  } fulltime{    float:left;     text-transform:uppercase; } #time{  font-size:1.2em; } #time span{  animation: blink 4s linear infinite;    -moz-animation: blink 4s linear infinite;   -webkit-animation: blink 4s linear infinite;    vertical-align:top; } @-webkit-keyframes blink {    0% {        opacity: 1.0;       }   25% {       opacity: .25;   }   50% {       opacity: .5;    }   75% {       opacity: .75;   }   100% {      opacity: 1.0;   }    } @-moz-keyframes blink {  0% {        opacity: 1.0;       }   25% {       opacity: .25;   }   50% {       opacity: .5;    }   75% {       opacity: .75;   }   100% {      opacity: 1.0;   } } #day{   font-size:4em;  font-weight:bold;   margin-top:-5%; } #date{    text-align:right;   font-size:1.2em;    margin-top:-4px; } /* WEATHER WIDGET STYLES*/ #weather .weatherForecastRange, #weather .weatherForecastText, #weather .weatherForecastDate, #weather .weatherCity, #weather .weatherTemp, #weather .weatherDesc, #weather .weatherRange{    display:none; } #weather{   float:right;    width:50%;  margin-top:2%;  background:transparent !important; } #weather .weatherForecastItem{     float:left;     width:20%;  padding-top:40px;   background-position:top center; } #weather .weatherForecastDay{     text-align:center;  text-transform:uppercase; } #bm{    margin-top:5%; } #bm ul{    float:left;     width:22%;  border-left:1px solid #fff;     color:#fff;     padding:1%; } #bm li{   font-size:.9em;     margin:1% 0; } #bm .title{  text-transform:uppercase;   font-size:1.2em;        margin-bottom:5%;    } #bm a{   display:block; } #bm a:hover{   margin-left:1%; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement