Skip to content

Instantly share code, notes, and snippets.

@skozz

skozz/cssfa.css Secret

Created September 14, 2014 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skozz/392bc2801f2408fa8f94 to your computer and use it in GitHub Desktop.
Save skozz/392bc2801f2408fa8f94 to your computer and use it in GitHub Desktop.
CSS foroafeitado.com
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700italic,700,300,300italic);
* {
font-family: 'Roboto', sans-serif !important;
font-size: 1.1em;
}
body {background: #fff !important;}
a {
text-decoration: none !important;
}
.tborder {
color: #ffffff !important;
border: 1px solid #f7f7f7 !important;
}
.page div {
padding: 1px !important;
}
.tcat {
background: #4197da;
color: #0f3f63;
font: 'Roboto', sans-serif !important !important;
padding: 10px 15px;
font-weight: 200;
}
.tcat a{
}
.alt2, .alt2Active {
background: #fff !important;
}
#vbseo_logo_tagline {
top: 113px;
}
#vbseo_logo_h1, #vbseo_logo_tagline {
left: 180px;
}
element.style {
padding: 0px;
border-top-width: 0px;
}
.tborder {
color: #000000;
border: 1px solid #f7f7f7 !important;
}
.vbseo_top_menu {
position: absolute;
top: -11px;
right: 0px;
height: 28px;
border: none;
width: 100%;
background-color: #9CCE21;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
z-index: 10;
}
#vbseo_logo_h1 a, #vbseo_logo_h1 font {
color: #4197da !important;
}
.vbseo_bullseye {
background-image: none !important;
}
.vbseo_navbar .smallfont {
font-size: 0.9em;
}
.vbseo_navbar .smallfont strong {
font-size: 1.8em;
}
strong {
color: #1e6ca8;
}
.thead {
background: #0f3f63 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment