/static/light_hatched_style/blue/base.css
https://bitbucket.org/cistrome/cistrome-harvard/ · CSS · 295 lines · 250 code · 42 blank · 3 comment · 0 complexity · 8fd005077cc08f7111e3808e96e24b52 MD5 · raw file
- body
- {
- font: 75% verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
- background: white;
- color: #303030;
- background-image: url(base_bg.png);
- background-repeat: repeat-x;
- background-position: top;
- margin: 10px;
- margin-right: 15px;
- margin-left: 15px;
- }
- a:link, a:visited, a:active
- {
- color: #303030;
- }
- h1, h2, h3, h4
- {
- color: #023858;
- /*text-shadow: #bbb 2px 2px 1px;*/
- }
- hr
- {
- border: none;
- border-bottom: dotted #303030 1px;
- }
- div.toolForm
- {
- margin-right: -5px;
- margin-left: -5px;
- }
- div.toolFormTitle
- {
- background: #ebd9b2;
- background-image: url(form_title_bg.png);
- background-repeat: repeat-x;
- background-position: top;
- border-top: solid #d8b365 1px;
- border-bottom: solid #d8b365 1px;
- font-weight: bold;
- padding: 5px;
- }
- div.toolParamHelp
- {
- font-style: italic;
- }
- div.toolFormBody
- {
- background: white;
- border-bottom: solid #d8b365 1px;
- padding: 5px;
- }
- div.toolFormBody div.toolFormTitle
- {
- background: transparent;
- border: none;
- font-weight: bold;
- border-bottom: solid #d8b365 1px;
- margin-bottom: 5px;
- }
- div.toolHelp
- {
- }
- div.toolHelpBody
- {
- width: 100%;
- overflow: auto;
- }
- /* Forms */
- div.form-row
- {
- margin-bottom: 1em;
- }
- div.form-title-row
- {
- margin-bottom: 0.5em;
- }
- div.repeat-group-item
- {
- border-left: solid #d8b365 5px;
- padding-left: 10px;
- }
- div.form-row-error
- {
- background: #FFCCCC;
- padding: 5px;
- }
- div.form-row label
- {
- font-weight: bold;
- display: block;
- margin-bottom: .2em;
- }
- select
- {
- max-width: 300px;
- }
- .errormessage, .warningmessage, .donemessage, .infomessage, .welcomemessage
- {
- padding: 10px;
- padding-left: 52px;
- min-height: 32px;
- border-top: 1px solid #AA6666;
- border-bottom: 1px solid #AA6666;
- background-color: #FFCCCC;
- background-image: url(error_message_icon.png);
- background-repeat: no-repeat;
- background-position: 10px 10px;
- }
- .warningmessage
- {
- background-image: url(warn_message_icon.png);
- border-color: #AAAA66;
- background-color: #FFFFCC;
- }
- .donemessage
- {
- background-image: url(done_message_icon.png);
- border-color: #66AA66;
- background-color: #CCFFCC;
- }
- .infomessage
- {
- background-image: url(info_message_icon.png);
- border-color: #6666AA;
- background-color: #CCCCFF;
- }
- .welcomemessage {
- padding-left: 10px;
- border-color: #6666AA;
- background-color: #CCCCFF;
- background-image: none;
- }
- .errormessagesmall, .warningmessagesmall, .donemessagesmall, .infomessagesmall
- {
- padding: 5px;
- padding-left: 25px;
- min-height: 25px;
- border-top: 1px solid #AA6666;
- border-bottom: 1px solid #AA6666;
- background-color: #FFCCCC;
- background-image: url(error_small.png);
- background-repeat: no-repeat;
- background-position: 5px 5px;
- }
- .warningmessagesmall
- {
- background-image: url(warn_small.png);
- border-color: #AAAA66;
- background-color: #FFFFCC;
- }
- .donemessagesmall
- {
- background-image: url(ok_small.png);
- border-color: #66AA66;
- background-color: #CCFFCC;
- }
- .infomessagesmall
- {
- background-image: url(info_small.png);
- border-color: #6666AA;
- background-color: #CCCCFF;
- }
- .errormark, .warningmark, .donemark, .infomark, .ok_bgr, .err_bgr
- {
- padding-left: 20px;
- min-height: 15px;
- background: url(error_small.png) no-repeat;
- }
- .warningmark
- {
- background-image: url(warn_small.png);
- }
- .donemark
- {
- background-image: url(ok_small.png);
- }
- .infomark, .ok_bgr
- {
- background-image: url(info_small.png);
- }
- table.colored
- {
- border-top: solid #d8b365 1px;
- border-bottom: solid #d8b365 1px;
- }
- table.colored td
- {
- padding: 5px;
- }
- table.colored tr.header
- {
- background: #ebd9b2;
- background-image: url(form_title_bg.png);
- background-repeat: repeat-x;
- background-position: top;
- border-bottom: solid #d8b365 1px;
- font-weight: bold;
- }
- table.colored tr
- {
- background: white;
- }
- div.debug
- {
- margin: 10px;
- padding: 5px;
- background: #FFFF99;
- border: solid #FFFF33 1px;
- color: black;
- }
- div.odd_row
- {
- background: #FFFF99;
- }
-
- #footer {
- position: fixed;
- background: #023858;
- width: 100%;
- left: 0px;
- bottom: 0px;
- color: white;
- z-index:10000;
- opacity:0.9;
- filter:alpha(opacity:90);
- }
- #footer a {
- color: white;
- }
- .footerheader
- {
- padding: 5px;
- text-align:center;
- background-image: url(footer_title_bg.png);
- background-position: bottom right;
- }
- .footermenu
- {
- /*border-top: solid white 1px; */
- }
- .footermenuitem
- {
- margin-top: 5px;
- margin-bottom: 5px;
- margin-right: 5px;
- margin-left: 25px;
- display: list-item;
- list-style: square outside;
- }
- .footermenumessage
- {
- margin: 5px;
- }