Created
March 23, 2012 15:21
-
-
Save mkorostoff/2171711 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.alertHeader, .alertContent { | |
display: block; | |
} | |
.alertHeader { | |
display: block; | |
overflow: hidden; | |
padding: 0 0 5px; | |
text-transform: uppercase; | |
margin-bottom:15px; | |
} | |
#block-block-356 p{ | |
color: #000000; | |
font-family: helvetica; | |
} | |
.not-logged-in.page-user-logine #main #highlight { | |
padding: 0; | |
} | |
.page-user-login #main #highlight { | |
border-top: 1px solid #5e5e5e; | |
padding-top: 6px; | |
} | |
#block-block-356 { | |
height: 264px; | |
margin-bottom: 20px; | |
width: 596px; | |
margin-top:0px !important; | |
overflow: hidden; | |
} | |
.leftBlock p, .rightBlock p { | |
font-family: helvetica; | |
font-size: 11px; | |
text-transform: none; | |
} | |
.alertHeader .note{ | |
color: #000000; | |
float: left; | |
font-size: 20px; | |
font-weight: 800; | |
padding-top: 5px; | |
margin-bottom: 20px; | |
font-family:AvantGardeBookRegular; | |
} | |
.leftBlock { | |
float: right; | |
width: 305px; | |
} | |
.leftBlock ul{ | |
margin-left:14px; | |
} | |
.leftBlock h3{ | |
color: #5B5439; | |
font-size: 14px; | |
font-weight: bold; | |
text-transform: uppercase; | |
} | |
.rightBlock { | |
border-right: 1px solid; | |
float: left; | |
height: 202px; | |
padding-right: 15px; | |
width: 235px; | |
} | |
.rightBlock h3{ | |
color: #000000; | |
font-size: 14px; | |
text-transform: uppercase; | |
} | |
#block-block-356 a{ | |
text-decoration:underline; | |
color: #000; | |
} | |
p.updatesLinks{ | |
margin-bottom: 10px; | |
font-weight:bold; | |
} | |
#block-block-356 ul{ | |
padding-left: 0px; | |
} | |
#block-block-356 ul li{ | |
list-style-type: disc; | |
color:#000; | |
font-size: 12px; | |
text-transform: none; | |
} | |
#block-block-356 .content{ | |
padding: 10px; | |
background-color: #FCF398; | |
} | |
#block-block-356 a.button-primary { | |
background: none repeat scroll 0 0 #000; | |
color: #fff; | |
display: block; | |
font-family: helvetica; | |
font-size: 11px; | |
font-weight: bold; | |
padding: 5px; | |
text-align: center; | |
text-decoration: none; | |
text-transform: uppercase; | |
width:222px; | |
} | |
#block-block-356 a.button-primary:hover{ | |
background:#D61920; | |
} | |
.not-front #main.col-c .region #block-block-356.block{ | |
background-color: #FCF398; | |
background-image:none; | |
margin-top:36px; | |
} | |
.not-front #main.col-c .region #block-block-356.block .inner{ | |
background-image:none; | |
} | |
p { | |
margin: 1em 0; | |
} | |
.closeBtn, .hideShowBtn { | |
float: right; | |
text-transform: none; | |
} | |
.hideShowBtn{ | |
font-size: 12px; | |
display:none; | |
} | |
#navigation { | |
top: 0px; | |
position: relative; | |
} | |
.col-c .region .block .inner, .col-c .region .block { | |
background: transparent; | |
} | |
p.closeBtn { | |
float: left; | |
margin-bottom: 0; | |
margin-top: 20px; | |
} | |
body.page-user-login .tabs ul.primary{ | |
display:none; | |
} | |
body.page-user-login #main #block-system-main .content #user-login .form-item { | |
background: none repeat scroll 0 0 transparent; | |
margin-bottom: 0; | |
margin-top: 20px; | |
} | |
body.page-user-login #main #block-system-main .content #user-login .form-item label { | |
color: #000000; | |
float: none; | |
padding-left: 0; | |
} | |
body.page-user-login #main #block-system-main .content #user-login .form-item input { | |
background: none repeat scroll 0 0 transparent; | |
border: 1px solid #5E5E5E; | |
color: #000000; | |
width: auto; | |
} | |
.page-user #content-area form .form-actions { | |
float: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment