@charset "UTF-8";
/* thanks for inspiration:
yui.yahooapis.com/2.8.1/build/base/base.css
camendesign.com/design/
praegnanz.de/weblog/htmlcssjs-kickstart
paulirish.com
html5doctor.com (Eric Meyer & Richard Clark)
*/
/* pull in the style partials */
/*
* Custom mixins for the theme.
*
*/
/*
TODO: hacky mixin until compass supports variable multi-arguments?
SEE: https://groups.google.com/group/compass-users/browse_thread/thread/df09f674eafc3591/b4e95af76fc72145?pli=1
*/
/*
* Color variables for the theme.
*
*/
/*
* Your run-of-the-mill reset CSS, inspired by:
*
* yui.yahooapis.com/2.8.1/build/base/base.css
* camendesign.com/design/
* praegnanz.de/weblog/htmlcssjs-kickstart
* paulirish.com
* html5doctor.com (Eric Meyer & Richard Clark)
*
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 10pt;
vertical-align: baseline;
background: transparent;
font-family:Arial, Helvetica, sans-serif;
}
body{
min-width:900px;
background: url('../images/bg-page.png');
background-position: left top;
background-repeat: repeat-x;
background-color: #f0f0f0;
}
html, body{
margin:0px;
padding: 0px;
height:100%;
}
article, aside, figure, footer, header, hgroup, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted #000;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
clear: both;
display: block;
height: 1px;
border: 0;
padding: 0;
}
hr.hairline {
padding: 0;
border: none;
border-top: 1px solid #cccccc;
background-color: transparent;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}
input, select {
vertical-align: middle;
}
/*
* Setup a minimal, baseline CSS, layered on top of a reset
* to define the default styles we've come to expect. Inspired by:
*
* yui.yahooapis.com/2.8.1/build/base/base.css
* camendesign.com/design/
* praegnanz.de/weblog/htmlcssjs-kickstart
* paulirish.com
* html5doctor.com (Eric Meyer & Richard Clark)
*
*/
body {
line-height: 1.22;
}
table {
}
select, input, textarea {
}
pre, code, kbd, samp {
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
body, select, input, textarea {
color: #333333;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
text-rendering: optimizeLegibility;
}
html {
-webkit-font-smoothing: antialiased;
}
.link {
color: #0077aa;
}
ul {
list-style: disc inside;
}
li ul {
padding-left:20px;
list-style: circle inside;
}
ol {
margin-left: 30px;
list-style: decimal inside;
}
small {
font-size: 85%;
}
strong, th {
font-weight: bold;
}
td, td img {
vertical-align: top;
}
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
}
pre {
padding: 15px;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
input[type="radio"] {
vertical-align: text-bottom;
}
input[type="checkbox"] {
vertical-align: bottom;
*vertical-align: baseline;
}
.ie6 input {
vertical-align: text-bottom;
}
input[type=button], input[type=submit], button, .link {
cursor: pointer;
}
::-moz-selection {
background: #ccc;
color: #000;
text-shadow: none;
}
::selection {
background: #ccc;
color: #000;
text-shadow: none;
}
a:link {
-webkit-tap-highlight-color: #0b58ad;
}
a:active, a:focus {
outline: none;
}
html {
overflow-y: scroll;
}
button {
width: auto;
overflow: visible;
}
.ie7 img {
-ms-interpolation-mode: bicubic;
}
caption {
display: none;
}
h2.title, #site-header nav {
font-weight: normal;
}
/*
* General CSS rules governing high-level elements.
*
*/
body {
line-height: 18px;
color: #555555;
}
a {
margin: 0;
padding: 0;
vertical-align: baseline;
background: transparent;
outline: none;
color: #0b58ad;
text-decoration: none;
}
a:visited {
color: #0b58ad;
}
a:active {
color: #0b58ad;
}
a:hover {
color: #0b58ad;
cursor: pointer;
text-decoration: underline;
}
a:hover, a:active {
outline: none;
}
h1, h2 {
font-size: 14pt;
line-height: 30px;
margin-bottom: 5px;
}
h1 small {
text-transform: none;
margin-left: 20px;
font: 13px sans-serif;
line-height: 18px;
}
.caption {
font-size: 12px;
color: #333333;
display: block;
}
.contain {
position: relative;
}
p {
margin-bottom: 5px;
}
pre {
overflow: auto;
white-space: pre;
}
td, td img {
vertical-align: baseline;
}
.social {
margin-bottom: 20px;
}
.social a {
margin: 0 0 0 10px;
}
.social a img {
vertical-align: middle;
}
.diamond {
display:none;
}
.tool-count {
font-size: 9pt;
font-weight: bold;
color: #888;
float:right;
padding-right:10px;
}
a.active .tool-count{
color:#FFF;
}
a:hover .tool-count{
color:#FFF; ;
}
.nowrap {
white-space: nowrap;
}
blockquote {
border-left: 1px solid #cccccc;
margin-left: 1em;
padding-left: 1em;
}
/*
* Style elements in the main header and footer areas.
*
*/
#page-header, #page-body, #page-footer {
margin: 0 auto;
overflow: hidden;
*zoom: 1;
width: 960px;
}
#site-footer {
margin: 0 auto;
*zoom: 1;
width: 100%;
height:45px;
}
.footer-container{
width:960px;
margin:0 auto;
text-align:center;
min-height:30px;
padding:15px 0px 40px 0px;
}
.footer-container a{
margin:10px;
}
#page-body.wide, #site-footer .content {
width: 940px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
#page-body{
/*min-height:100%;*/
width:100%;
}
/* shared */
#site-footer a {
color: #494848;
font-weight: 600;
font-size: 11px;
}
#site-header a{
color: #FFF;
}
#site-header nav{
position:relative;
z-index:1;
top:0px;
}
#site-header nav a{
font-family: 'Sintony', sans-serif;
text-decoration:none;
text-transform:lowercase;
padding:7px 10px;
color:#FFF;
font-size: 11px;
height:50px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: 1px 1px #000;
box-shadow: 0px 0px 2px rgba(0,0,0,0.55),inset 0px 1px 0px rgba(255,255,255,0.2);
background: rgba(255,255,255,0.07);
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, rgba(255,255,255,0.04)), color-stop(0.64, rgba(255,255,255,0.07)), color-stop(1, rgba(255,255,255,0.1)));
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.07), rgba(255,255,255,0.04));
}
#site-header nav a:hover {
background:rgba(255,255,255,0.12);
}
.opacity50 {
background-color: #000;
filter: alpha(opacity=10);
-moz-opacity: 0.10;
opacity: 0.1;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
height:33px;
z-index:-1;
}
#site-header a:first-child {
margin-left: 0;
}
/* site header */
#site-header {
margin: 0 auto;
overflow: hidden;
*zoom: 1;
width:100%;
position: relative;
z-index: 2;
height:55px;
}
#site-header .wrapper {
margin:0 auto;
position:relative;
width:965px;
padding-left:9px;
background: #0b58ad;
}
#site-header .wrapper img {
margin-top:15px;
}
#site-header .wrapper p {
margin: 0;
}
#site-header input {
position: absolute;
left: 170px;
top: 7px;
margin: 0;
width: 280px;
}
#site-header nav {
float: right !important;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11pt;
}
/* logo */
.logo {
width: 138px;
position: absolute;
top: 10px;
left: 10px;
height: 20px;
}
.logo.reversed h1 {
display: block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
}
.logo h1 {
display: block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
color: transparent;
}
/* footer */
#site-footer {
color: #333;
}
#copyright {
width: 220px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
text-align: right;
}
#site-footer nav {
width: 700px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
text-align: left;
}
.ads ins {
background-color: transparent;
}
.medrec {
width: 300px;
display: block;
}
.ads, .ad {
margin: 0 0 20px;
}
.leaderboard {
width: 728px;
overflow: hidden;
text-align: center;
margin: 0 auto;
line-height: 0;
}
.leaderboard .google_afc {
margin: 0 auto;
}
.hub {
width: 200px;
overflow: hidden;
}
/* message */
#messages {
position: absolute;
z-index: 100000;
top: 50px;
right: 20px;
}
.message {
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
-o-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
opacity: 0.9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
display: none;
padding: 20px;
width: 301px;
background-color: #333333;
border: 2px solid #000;
margin-bottom: 1em;
color: #fff;
cursor: pointer;
}
.message a {
color: white;
text-decoration: underline;
}
.message .content {
margin: 0;
}
.message .ico-close {
float: right;
margin-top: -10px;
margin-right: -10px;
display: none;
font-size: 18px;
width: 18px;
height: 18px;
color: #1a1a1a;
}
.message.error {
background-color: #8a0f0f;
border-color: #5c0a0a;
}
.message.error .ico-close {
color: #5c0a0a;
}
.message.confirm {
background-color: #0f8a0f;
border-color: #0a5c0a;
}
.message.confirm .ico-close {
color: #0a5c0a;
}
.message.warning {
background-color: #d9d926;
border-color: #adad1f;
color: #333333;
}
.message.warning a {
color: #333333;
}
.message.warning header {
text-shadow: none;
}
.message.warning .ico-close {
color: #adad1f;
}
.message:hover .ico-close {
display: block;
}
.no-js #messages {
margin: 0 auto;
overflow: hidden;
*zoom: 1; */
width: 780px;
position: static;
}
.no-js .message {
width: 790px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
display: block;
cursor: default;
margin-bottom: 1em;
padding: 0;
}
.no-js .message header {
padding: 20px 20px 0;
}
.no-js .message .content {
padding: 0 20px 20px;
}
/* modal */
.modal {
background-color: #555555;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666666), color-stop(100%, #555555));
background-image: -moz-linear-gradient(top, #666666 0%, #555555 100%);
background-image: linear-gradient(top, #666666 0%, #555555 100%);
border: 1px solid #333333;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
display: inline-block;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
-o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
background-color: #555555;
border: 1px solid #555555;
margin: 0 auto;
border: 0;
top: 20px;
left: 50%;
margin-left: -375px;
position: fixed;
width: 642px;
z-index: 10001;
min-height: 300px;
overflow: auto;
padding: 50px;
-moz-box-shadow: inset 0 1px 1px #aaaaaa,inset 0 -2px 20px rgba(0, 0, 0, 0.5),0 1px 5px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 1px #aaaaaa,inset 0 -2px 20px rgba(0, 0, 0, 0.5),0 1px 5px rgba(0, 0, 0, 0.4);
-o-box-shadow: inset 0 1px 1px #aaaaaa,inset 0 -2px 20px rgba(0, 0, 0, 0.5),0 1px 5px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 1px 1px #aaaaaa,inset 0 -2px 20px rgba(0, 0, 0, 0.5),0 1px 5px rgba(0, 0, 0, 0.4);
}
.modal hr {
border: 1px solid #000;
background-color: #111;
opacity: .4;
}
.modal h1, .modal h2, .modal h3 {
margin: 0;
display: block;
}
.modal img {
height: 335px;
width: 542px;
margin: 0 auto 10px;
}
.modal form {
padding-top: 20px;
}
.modal a {
color: #fff;
text-decoration: underline;
}
.modal .codehilite {
background-color: #777;
}
.modal .hidden_in_modal {
display: none;
}
.ie7 .modal, .ie8 .modal {
border: 1px solid black;
}
/* help */
#help {
width: 100%;
padding: 20px 0 0;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
-o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
}
#help h1 {
padding-left: 20px;
}
.markdown_syntax_toc_crumb {
float: right !important;
margin-left: 20px;
display: none;
}
/* forms */
form p {
overflow: hidden;
*zoom: 1;
position: relative;
}
input, textarea, select {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
display: inline-block;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
border: medium none;
padding: 5px;
margin-bottom: 5px;
margin-left: 2px;
border: 1px solid #aaaaaa;
}
html.no-boxshadow input, html.no-boxshadow textarea, html.no-boxshadow select {
border: 1px solid #aaaaaa;
}
input[type=radio] {
border: none !important;
}
.carbon input, .carbon textarea, .carbon select, .dark input, .dark textarea, .dark select {
border: none;
}
::-webkit-input-placeholder {
color: #aaaaaa;
}
input:-moz-placeholder {
color: #aaaaaa;
}
p label {
display: block;
padding: 0 0 5px;
}
/* tables */
table {
width: 100%;
margin-bottom: 20px;
}
table thead tr th {
text-align: left;
font-size:10pt;
}
table thead tr {
color: #555555;
}
table thead tr th, table tr td {
padding: 5px;
}
table th, table td, table caption {
vertical-align: middle;
}
table tbody tr td {
border-bottom: 1px solid #e5e5e5;
text-align: left;
}
table tbody tr.even td {
background: #f5f5f5;
}
table tbody tr th[scope=row] {
text-align: left;
}
table h2 {
font-size: 12pt;
text-align: left;
margin: 0;
}
table tfoot tr td {
font-weight: bold;
}
#search table h2 a {
font-weight: normal;
}
#search table h2 small {
font-weight: normal;
text-transform: none;
font: 11px/18px sans-serif;
color: #aaaaaa;
}
#search table td {
padding: 10px;
}
select[disabled], input[disabled], textarea[disabled], button[disabled] {
color: #aaaaaa;
}
.btn-set {
display: block;
float: left;
font: 1em/1.3em sans-serif;
}
.btn-set .btn {
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:lowercase;
-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
box-shadow:inset 0px 0px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
background-color:#f9f9f9;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:1px solid #dcdcdc;
display:inline-block;
color:#666 !important;
font-size:13px;
font-weight:bold;
padding:5px 15px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
.btn-set .btn:hover {
border:1px solid #0b58ad;
}
.btn-set .active {
border:1px solid #0b58ad;
background: #0b58ad;
}
.btn-set .active:hover {
border:1px solid #0b58ad;
}
.btn-set .btn:first-child {
margin: 0 -1px 0 0;
}
.btn-set .btn:last-child {
margin: 0 10px 0 -11px;
}
.btn-set.duo .btn:first-child {
margin: 0 -1px 0 0;
}
.btn-set.duo .btn:last-child {
margin: 0 0 0 0;
}
.btn-bar {
display: block;
clear: both;
padding: 0px;
text-decoration: none;
min-width: 1em;
text-align: center;
position: relative;
margin: 0 0 20px;
}
.btn-bar.pop, .pop#top_nav {
height: 150px;
}
.btn-bar .btn, #top_nav .btn {
margin: 0 10px 0 0;
}
.btn-bar hr, #top_nav hr {
margin: 0;
visibility: hidden;
}
.btn-bar a, #top_nav a {
position: relative;
text-decoration: none;
}
.btn-bar a:hover {
opacity: .8;
}
.btn-bar .btn-set, #top_nav .btn-set {
font: 13px/18px sans-serif;
}
.btn-bar h2, #top_nav h2 {
float: left;
padding: .2em .5em 0 .5em;
margin-bottom: 0;
text-shadow: #fff 0 1px 0;
}
.btn-bar .tleft, #top_nav .tleft {
float: left;
padding: .3em .5em 0 .5em;
}
.btn, button, .btn-set .btn.ico, input[type=submit], input[type=reset], input[type=button] {
font-family:Arial, Helvetica, sans-serif;
-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
box-shadow:inset 0px 0px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
background-color:#f9f9f9;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:1px solid #dcdcdc;
display:inline-block;
color:#0b58ad;
font-family:arial;
font-size:13px;
font-weight:bold;
padding:8px 16px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
.btn:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
cursor: pointer;
text-decoration: none;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
background-color:#e9e9e9;
border-color:#0b58ad;
}
.btn-set .btn.ico:hover {
cursor: pointer;
text-decoration: none;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
border-color:#0b58ad;
}
.btn:active, button:active, .btn-set .btn.ico:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
position:relative;
top:1px;
background:#0b58ad;
border-color:#0b58ad;
}
button[disabled]:hover, input[type=submit][disabled]:hover, input[type=reset][disabled]:hover, input[type=button][disabled]:hover {
cursor: auto;
background: #e5e5e5;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
border: 1px solid #aaaaaa;
}
li.active, .btn.active, .btn:active:hover, button:active:hover, .btn-set .btn.ico:active:hover, input[type=submit]:active:hover, input[type=reset]:active:hover, input[type=button]:active:hover {
text-shadow: none;
}
button[disabled]:active:hover, input[type=submit][disabled]:active:hover, input[type=reset][disabled]:active:hover, input[type=button][disabled]:active:hover {
text-shadow: #fff 0 1px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
border: 1px solid #aaaaaa;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.btn.link, .btn.link:hover {
background: none !important;
border: none !important;
color: #0b58ad !important;
float: none;
font-weight: normal !important;
margin: 5px 0 0;
padding: 0;
display: inline-block;
text-shadow: none !important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
button.btn.link, button.btn.link:hover {
margin-top: 1px;
}
.btn.link:hover {
color: #F7893B !important;
text-decoration: underline;
}
.dark .btn.link, .modal .btn.link {
color: #fff !important;
text-decoration: underline;
}
.wide {
width: 100%;
}
.more {
width: 520px;
margin-left: 80px;
}
/* icons */
.ico, .ico-l:before, .ico-r:after {
width: 24px;
height: 24px;
display: inline-block;
}
.ico:before, .ico-l:before, .ico-r:after {
/*content: attr(data-icon);*/
}
.ico {
line-height: 4px;
}
.btn em, .ico + em {
text-indent: -9999px;
position: absolute;
}
.ico-l:before {
margin-right: 10px;
}
.ico-r:after {
margin-left: 10px;
}
.ico.active {
color: #fff !important;
background:#ccc;
font-weight:bold;
}
.ico.active:hover {
color: #fff !important;
background:#ccc;
font-weight:bold;
}
a.active {
color: #fff !important;
font-weight:bold;
}
a.active:hover {
color: #fff !important;
font-weight:bold;
}
.ico.reverse {
color: #fff !important;
text-shadow: #333333 0 1px 0, #0099cc 0 1px 10px !important;
}
a .ico:active {
opacity: 1;
}
a .ico:hover {
opacity: .7;
}
nav .ico {
text-transform: none;
}
.x16 {
font-size: 16px;
width: 16px;
height: 16px;
}
.x24 {
font-size: 24px;
width: 24px;
height: 24px;
}
.x32 {
font-size: 32px;
width: 32px;
height: 32px;
}
.fourcol b.ico.x48.ico-group{
width:24px;
height:26px;
margin-top:10px;
}
.x48 {
width: 48px;
height: 48px;
}
.x64 {
font-size: 64px;
width: 64px;
height: 64px;
}
.modal b.close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
#directory .ico, #search .ico {
color: #cccccc;
}
.icon_social_NN, .icon_facebook_16, .icon_facebook_24, .icon_facebook_32 {
display: block;
}
.icon_facebook_16 {
background-position: 0 0;
width: 16px;
height: 16px;
}
.icon_facebook_24 {
background-position: 0 -26px;
width: 24px;
height: 24px;
}
.icon_facebook_32 {
background-position: 0 -60px;
width: 32px;
height: 32px;
}
/* other media */
@media print {
* {
background: transparent !important;
color: #333333 !important;
text-shadow: none;
}
a, a:visited {
color: #333333 !important;
text-decoration: underline;
}
a:after {
content: " (" attr(href) ")";
}
abbr:after {
content: " (" attr(title) ")";
}
.ir a:after {
content: "";
}
/* don't show links for images */
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
img {
page-break-inside: avoid;
}
}
@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}
@media screen and (max-device-width: 480px) {
html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
}
}
/* Grid-Coordinates by Adam Stacoviak
* Fork me: http://adamstac.com/grid-coordinates */
.grid-container {
margin: 0 auto;
overflow: hidden;
*zoom: 1;
width: 960px;
}
.nested-grid-container {
display: inline-block;
width: 715px;
padding-bottom:20px;
}
.tcenter.grid-4.installable_tool{
display: inline-block;
float: left;
text-align:left;
border-bottom:none;
width:auto;
padding:10px 17px 0px 0px;
cursor:pointer;
}
.tcenter.grid-4.installable_tool a {
font-size:9pt;
margin:0px;
}
.tcenter.grid-4.installable_tool img{
margin-top:-5px;
padding-right:5px;
float:left;
}
.grid-block {
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-1 {
width: 20px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-2 {
width: 60px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 20px 10px 0px 0px;
min-height:60px;
}
.grid-3 {
width: 100px;
display: inline;
float: left;
*zoom: 1;
margin-left:10px;
}
.grid-4 {
width: 215px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
}
.admin .grid-4 {
overflow: hidden;
*zoom: 1;
margin: 0;
padding-bottom:3px;
width:715px;
}
.admin .grid-4 a{
float:right;
margin-left:20px;
}
.grid-5 {
width: 215px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0px;
}
.grid-6 {
width: 215px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 20px 20px 10px 0px;
}
.grid-7 {
width: 260px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-8 {
width: 300px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-9 {
width: 340px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0px;
}
.grid-10 {
width: 380px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-11 {
width: 420px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-12 {
width: 460px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0px;
}
.grid-13 {
width: 665px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 20px 0px 0px 0px;
}
.admin .grid-13 {
width: 640px;
}
.grid-14 {
width: 540px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-15 {
width: 320px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-16 {
width: 620px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-17 {
width: 660px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-18 {
width: 700px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0px;
}
.grid-19 {
width: 713px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
}
.grid-20 {
width: 715px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0px;
}
.grid-21 {
width: 715px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-22 {
width: 715px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-23 {
width: 715px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-24 {
width: 715px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0px;
line-height:20px;
}
.grid-full {
width: 715px;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
}
.grid-prefix-1 {
padding-left: 40px;
}
.grid-prefix-2 {
padding-left: 80px;
}
.grid-prefix-3 {
padding-left: 120px;
}
.grid-prefix-4 {
padding-left: 160px;
}
.grid-prefix-5 {
padding-left: 200px;
}
.grid-prefix-6 {
padding-left: 240px;
}
.grid-prefix-7 {
padding-left: 280px;
}
.grid-prefix-8 {
padding-left: 320px;
}
.grid-prefix-9 {
padding-left: 360px;
}
.grid-prefix-10 {
padding-left: 400px;
}
.grid-prefix-11 {
padding-left: 440px;
}
.grid-prefix-12 {
padding-left: 480px;
}
.grid-prefix-13 {
padding-left: 520px;
}
.grid-prefix-14 {
padding-left: 560px;
}
.grid-prefix-15 {
padding-left: 600px;
}
.grid-prefix-16 {
padding-left: 640px;
}
.grid-prefix-17 {
padding-left: 680px;
}
.grid-prefix-18 {
padding-left: 720px;
}
.grid-prefix-19 {
padding-left: 760px;
}
.grid-prefix-20 {
padding-left: 800px;
}
.grid-prefix-21 {
padding-left: 840px;
}
.grid-prefix-22 {
padding-left: 880px;
}
.grid-prefix-23 {
padding-left: 920px;
}
.grid-suffix-1 {
padding-right: 40px;
}
.grid-suffix-2 {
padding-right: 80px;
}
.grid-suffix-3 {
padding-right: 120px;
}
.grid-suffix-4 {
padding-right: 160px;
}
.grid-suffix-5 {
padding-right: 200px;
}
.grid-suffix-6 {
padding-right: 240px;
}
.grid-suffix-7 {
padding-right: 280px;
}
.grid-suffix-8 {
padding-right: 320px;
}
.grid-suffix-9 {
padding-right: 360px;
}
.grid-suffix-10 {
padding-right: 400px;
}
.grid-suffix-11 {
padding-right: 440px;
}
.grid-suffix-12 {
padding-right: 480px;
}
.grid-suffix-13 {
padding-right: 520px;
}
.grid-suffix-14 {
padding-right: 560px;
}
.grid-suffix-15 {
padding-right: 600px;
}
.grid-suffix-16 {
padding-right: 640px;
}
.grid-suffix-17 {
padding-right: 680px;
}
.grid-suffix-18 {
padding-right: 720px;
}
.grid-suffix-19 {
padding-right: 760px;
}
.grid-suffix-20 {
padding-right: 800px;
}
.grid-suffix-21 {
padding-right: 840px;
}
.grid-suffix-22 {
padding-right: 880px;
}
.grid-suffix-23 {
padding-right: 920px;
}
.fleft {
float: left;
margin-right: 20px;
}
.fright {
float: right !important;
margin-left: 20px;
}
.tleft {
text-align: left;
}
.tright {
text-align: right;
}
.tcenter {
text-align: center;
}
.temboss {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #bbb;
padding: 0;
margin: 10px 0;
font-weight: bold;
text-align: center;
display: block;
}
/*.emboss {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
display: inline-block;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
-o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
background-color: #f5f5f5;
border: 1px solid #cccccc;
}*/
.light {
background-color: #e5e5e5;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
border: 1px solid #aaaaaa;
}
.dark {
color: #333;
}
.dark hr {
border: 1px solid #000;
background-color: #111;
opacity: .4;
}
.dark a {
font-size: 11pt;
}
/* forge */
.base, #content_base {
margin: 0;
background: #FFF;
}
#sidebar h3 {
color: #555555;
font-size: 11px;
font-weight: normal;
background: #f0f0f0;
padding: 2px 0px 2px 10px;
border-top: 1px solid #FFF;
}
#sidebar input {
margin: 14px 0 20px;
width: 128px;
position: relative;
z-index: 2;
}
#sidebar ul {
margin: 0px;
padding: 0;
}
#sidebar li {
list-style: none;
position: relative;
}
#sidebar li:first-child {
border-top: none;
}
#sidebar li:last-child {
border-top: none;
}
#sidebar li .has_small {
display: inline-block;
width: 130px;
}
#sidebar li small {
color: #444;
display: inline-block;
position: absolute;
right: 5px;
top: 4px;
padding: 0 3px;
width: 26px;
text-align: center;
margin: 0px;
}
#sidebar li small hr {
border: 1px solid #000;
background-color: #111;
opacity: .4;
}
#sidebar li small.icon24 {
text-decoration: none !important;
}
#sidebar li a {
color: #444;
display: block;
padding: 5px 10px;
font-weight: 600;
line-height: 20px;
border-top: 2px solid #FFF;
font-size: 13px;
}
#sidebar li a:hover {
color: #444 !important;
}
.sidebarmenu li{
background-color:#deeeff;
}
#sidebar .sidebarmenu li a:hover {
background-color:#cce5ff;
text-decoration: none;
}
#sidebar .sidebarmenu .active a{
background-color:#bdddff;
}
#sidebar li a:first-child {
border-top: none !important;
}
#sidebar li a:last-child {
border-bottom: none !important;
}
.pad {
margin: 0 0 80px 40px !important;
min-height: 400px;
background: #fff;
z-index: 1;
position: relative;
width: 715px;
padding-top:15px;
}
.pad.grid-12, .pad.grid-24 {
margin-left: 10px !important;
}
.pad.grid-24 {
width: 935px;
}
.pad h2.dark {
color:#2d81e0;
font-size: 12pt;
margin:0px 0px 20px 0px;
padding:0px;
font-weight:bold;
border-bottom:2px solid #2d81e0;
height:26px;
}
.pad h2.dark hr {
background-color: #111;
opacity: .4;
}
.pad h2.dark small {
text-transform: none;
position: absolute;
right: 0px;
text-align: center;
height:26px;
}
.pad h2.dark small a {
margin: 0 2px;
color: #000;
text-decoration: none;
}
.pad h2.dark small a.active {
color: #cccccc !important;
}
.pad .fourcol {}
.pad .fourcol ul {
margin: 0;
}
.pad .fourcol .fleft {
width: 166px;
margin-right: 12px;
margin-bottom: 10px;
display: inline-block;
}
ul.deck{ width:160px !important; }
.pad .fourcol .fleft:nth-of-type(4n) {
}
.pad .fleft {
margin-right: 12px;
}
.pad .fleft h3 {
padding: 10px 0 0;
display: block;
}
.pad .fleft img {
margin: 10px auto;
display: block;
}
.pad .fleft .icon48 {
margin: 20px auto;
display: block;
}
.pad .fleft:last-child {
margin-right: 0;
}
.pad .threecol .fleft, .pad .twocol .fleft {
margin-right: 40px;
}
.pad .eightcol .fleft {
width: 80px;
}
.pad .tencol .fleft {
width: 75px;
}
.pad hr {
width: 715px;
margin-left: 0px;
}
.pad table {
width: 715px;
margin-left: 0px;
float: left;
}
.pad h1, .pad h2, .pad h3, .pad h4, .pad h5, .pad h6 {
padding: 0;
margin-bottom: 0;
}
.pad p {
padding: 0;
/* margin-bottom: 0; */
}
h2.title{
margin-top:0;
margin-bottom:0;
}
.pad .paginate {
margin: 0 0 0 20px;
}
.pad .paginate div {
margin: 0;
}
.pad .wide {
width: 750px;
}
.markdown_content h1 {
font-size: 14pt;
}
.markdown_content h2 {
font-size: 12pt;
}
.markdown_content h3 {
font-size: 11pt;
}
.markdown_content h4 {
font-size: 11pt;
}
.markdown_content h5 {
font-size: 10pt;
}
.markdown_content h6 {
font-size: 9pt;
}
.markdown_content hr {
width: auto;
margin-left: 0;
padding: 0;
background-color: transparent;
border: none;
border-top: 1px solid #cccccc;
}
.markdown_content li p {
margin-bottom: 0;
padding: 0;
}
.media a {
float: left;
margin-right: 20px;
}
.media a img {
border: 1px solid #aaaaaa;
}
/* site layout */
.project_icon {
float: left;
height: 48px;
margin-right: 0.5em;
vertical-align: middle;
}
.project_title {
font-size:16pt;
color:#0b58ad;
text-decoration:none;
font-weight:bold;
}
.project_title_text{
font-size:16pt;
color:#0b58ad;
text-decoration:none;
font-weight:bold;
padding-top:20px;
}
.project_title_text a {
text-decoration:underline;
font-weight:bold;
font-size:16pt;
color:#0b58ad;
}
.project_title img{
margin-bottom:0px;
margin-top:10px;
}
.neighborhood_icon {
float: right;
margin-left: 0.5em;
width: 48px;
height: 48px;
vertical-align: middle;
}
#top_nav {
margin: 0;
}
#top_nav a {
display:block;
min-width:165px;
text-align: left;
background-image: url('../images/icons-mini-blue.png');
background-position: -318px -355px;
line-height: 22px;
padding: 4px 8px;
color: #3d424b;
font-size: 13px;
font-weight: 600;
margin: 4px 0;
border-radius: 0px;
border-bottom: 1px solid #e9e9e9;
}
#top_nav a:hover {
opacity: 1;
margin: 4px 0;
color:#FFF !important;
background-image: url('../images/icons-mini-blue.png');
background-position: -318px -325px;
}
#top_nav a.active{
background-image: url('../images/icons-mini-blue.png');
background-position: -318px -325px;
}
.no-cssgradients #top_nav {
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
#content_base {
overflow: hidden;
*zoom: 1;
padding:0px 10px 0px 10px;
width: 960px;
margin: 0 auto;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin-bottom: 3px;
}
.editbox {
border: 1px solid #ccc;
border-width: 0 0 1px 0;
overflow: auto;
color: #555;
margin:5px 0 20px 0px;
clear: both;
}
.editbox label {
color: #555;
font-weight: bold;
}
.editbox label.simple, .editbox label.cr {
float: none;
text-align: left;
}
.editbox label.cr {
display: block;
}
.editbox .wide {
width: 90%;
}
.editbox input[type=text] {
width: 160px;
}
.editbox select {
width: 170px;
}
/* Attachments */
.attachment_images {
overflow: auto;
}
div.attachment_thumb {
float: left;
margin: .5em;
margin-right: 1.5em;
position: relative;
padding: 10px;
}
div.attachment_thumb .delete_attachment .pic {
position: absolute;
top: 0;
left: 100px;
}
div.attachment_thumb .file {
position: absolute;
top: 0;
right: -40px;
}
div.attachment_thumb .file_type {
border: 1px solid #ccc;
display: block;
height: 100px;
width: 100px;
position: relative;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin-bottom: .5em;
background: #ccc;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#cccccc), from(white));
background-image: -moz-linear-gradient(100% 100% 90deg, #cccccc, white 100%);
}
div.attachment_thumb .file_type span {
display: block;
margin-top: 45px;
color: #666;
}
/* forge tool icons */
.ui-icon-tool-home {
background-repeat: no-repeat;
}
.ui-icon-tool-wiki {
background-repeat: no-repeat;
}
.ui-icon-tool-git, .ui-icon-tool-svn, .ui-icon-tool-hg {
background-repeat: no-repeat;
}
.ui-icon-tool-stats {
background-repeat: no-repeat;
}
.ui-icon-tool-admin, .ui-icon-admin {
background-repeat: no-repeat;
}
.ui-icon-tool-discussion {
background-repeat: no-repeat;
}
.ui-icon-tool-tickets {
background-repeat: no-repeat;
}
.ui-icon-tool-link {
background-repeat: no-repeat;
}
.ui-icon-tool-shorturl {
background-repeat: no-repeat;
}
.ui-icon-tool-blog {
background-repeat: no-repeat;
}
.ui-icon-tool-chat {
background-repeat: no-repeat;
}
.ui-icon-tool-hosted_apps {
background-repeat: no-repeat;
}
/* Cards */
.installable_tool {
margin-top: 10px;
}
.border {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
padding: 5px 10px;
border-bottom: 1px solid #fff;
}
.card {
position: relative;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
display: inline-block;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
-o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
background-color: #f5f5f5;
border: 1px solid #cccccc;
display: inline;
float: left;
overflow: hidden;
*zoom: 1;
margin: 0 10px;
height: 250px;
width: 220px;
overflow: hidden;
-moz-box-shadow: #666666 0 2px 4px 0;
-webkit-box-shadow: #666666 0 2px 4px 0;
-o-box-shadow: #666666 0 2px 4px 0;
box-shadow: #666666 0 2px 4px 0;
background: #fff;
background-image: -webkit-gradient(linear, 0% 85%, 0% 100%, from(white), to(#e5e5e5));
background-image: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, white, white 25%);
margin: 0 0 10px 10px;
}
.card .box {
border: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
margin: -6px 0 5px;
padding: 10px 0 0;
height: 48px;
position: relative;
line-height: 60px;
}
.card h2 {
margin-top: 15px !important;
line-height: 1.2em;
}
.card .desc {
margin: 5px 0 0;
}
.card .quik {
position: absolute;
bottom: 10px;
left: 10px;
}
.card .quik a {
margin: 0;
color: #000;
text-shadow: #fff 0 1px;
border: none;
width: 24px;
height: 24px;
display: inline-block;
}
.card .quik a span {
display: none;
}
.card .feature {
position: absolute;
top: -1px;
right: -3.3em;
padding: 2em 3em .4em;
color: #fff;
font: 0.7em/1em helvetica;
text-transform: uppercase;
font-weight: bold;
transform: rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-box-shadow: #cccccc 0 1px 2px 0;
-webkit-box-shadow: #cccccc 0 1px 2px 0;
-o-box-shadow: #cccccc 0 1px 2px 0;
box-shadow: #cccccc 0 1px 2px 0;
background: #555555;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(black));
background-image: -moz-linear-gradient(100% 100% 90deg, black, #555555 100%);
}
.card .box.notch {
margin: -6px -11px 5px 0;
background-image: -webkit-gradient(linear, 50% 100%, 100% 0%, color-stop(0.9, white), color-stop(0.9, #555555));
background-image: -moz-linear-gradient(100% 25% 230deg, #555555, white, white 1%);
}
.card hr {
visibility: hidden;
}
.card.sm {
height: 46px;
width: 34px;
}
.card.sm .box {
height: 48px;
margin: 0 0 0 -7px;
padding: 0;
}
/* Discussion */
#comment .row {
border: 1px solid #d7d7d7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
position: relative;
z-index: 1;
float: right;
clear: both;
min-width: inherit;
}
#new_post_holder{
border: 1px solid #d7d7d7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
position: relative;
z-index: 1;
float: left;
clear: both;
min-width: inherit;
padding:6px;
}
.discussion-post, #new_post_holder {
position: relative;
}
.discussion-post p, #new_post_holder p {
padding: 0;
word-wrap: break-word;
}
.grid-2.gravatar {
width: 90px;
margin: 0 5px;
}
.discussion-post h4, #new_post_holder h4 {
padding-left: 0;
}
#comment .row .options {
position: relative;
width:105px;
text-align: right;
margin-top:5px;
}
#comment ul ul .row .options {
right: 0;
}
#comment .row .options a.little_link {
}
#comment .row .options a.little_link span {
}
#comment .row .options a.span{
width:70px;
}
#comment ul {
padding: 0;
float: right;
clear: right;
list-style:none;
}
#comment ul ul {
margin: 0 !important;
}
#comment ul ul ul li {
margin-right: 0 !important;
}
#comment ul .reply {
border-top-width: 0;
margin-top: 0 !important;
background-color: #fff;
overflow: auto;
padding-bottom: 10px;
margin-left: 20px;
}
#comment ul .row {
margin: 0;
min-height: 175px;
padding:20px 5px 5px 5px;
margin:0px 10px 15px 5px;
width:692px;
}
#comment ul ul .row {
position: relative;
z-index: 0;
width:585px;
}
#comment ul .column.grid_8 {
width: 74%;
}
#comment .display_post ul {
float: none;
}
#comment .display_post li ul {
float: none;
}
.row .reply_post_form{
width:470px !important;
}
.row .reply_post_form .grid-14{
width:360px !important;
}
.reply {
position: relative;
}
.edit_post_form.reply .arw {
display: none;
}
.forum-list th .ico {
margin-left: 4px;
}
.gravatar b {
overflow: visible;
margin-bottom: 5px;
vertical-align: middle;
}
#ticket_search_results_holder {
overflow: auto;
}
/* Messages */
.error, .notice, .success, .ok, .info {
padding: .8em;
margin-bottom: 1em;
border: 2px solid #ddd;
}
.error p, .notice p, .success p, .info p {
margin: 0;
}
.error {
background: #f33;
color: #fff;
border-color: #f00;
}
.notice {
background: #FFF6BF;
color: #514721;
border-color: #FFD324;
}
.success, .ok {
background: #E6EFC2;
color: #264409;
border-color: #C6D880;
}
.info {
background: #BDE5F8;
color: #003565;
border-color: #5C98CD;
}
.info a {
color: #003565;
text-decoration: underline;
}
.error a {
color: #8a1f11;
text-decoration: underline;
}
.notice a {
color: #514721;
text-decoration: underline;
}
.success a, .ok a {
color: #264409;
text-decoration: underline;
}
.fielderror {
color: #b81414;
}
.forums .error {
background: #8a1f11 !important;
border-color: #500;
}
.forums .notice {
background: #e5be20;
}
.forums .success, .forums .ok {
background: #264409;
}
/* Inline editing of content */
.editor input, .editor textarea, .editor select {
margin: 0;
}
.edit span.ui-icon {
float: left;
margin: auto;
margin-right: 5px;
}
.editable.viewing .editor {
display: none;
}
.editable.editing .viewer {
display: none;
}
.editable .viewer {
padding: 1px 5px;
display: block;
position: relative;
min-height: 21px;
}
.editable .viewer:hover {
padding: 0px 4px;
border: 1px solid #ccc;
cursor: pointer;
}
h1.title .viewer {
padding: 1px 1px 1px 1px;
}
h1.title .viewer:hover {
padding: 0 0 0 0;
}
.editable + .editable {
margin-top: 1em;
}
.editable .editor {
background-color: #ffc;
padding: 4px 4px;
border: 1px solid #ccc;
display: block;
overflow: hidden;
}
.editable .editor .holder_table {
background-color: #ffc;
margin: 0;
width: auto;
}
.editable .editor .save_controls {
width: 115px;
}
.editable .editor.multiline .save_holder {
margin-top: 4px;
}
.editable .editor.multiline.overlap {
position: absolute;
z-index: 10;
}
.editable .editor .save_holder .cancel_btn {
float: left;
margin: 5px 1em 0;
}
.editable .editor .save_controls .save_holder .cancel_btn {
margin: -5px 1em 0 1em;
}
.editable .editor .save_holder input {
float: left;
}
.editable .viewer .edit_btn {
display: none;
position: absolute;
top: 2px;
right: 0;
}
.editable .viewer:hover .edit_btn {
display: inline;
}
#forge_wiki_browse tr.deleted a {
color: red;
}
.scm-branch-label, .scm-tag-label {
display: inline-block;
font-size: 10pt;
}
.scm-tag-label {
background: #006699;
}
#access_urls span {
width: 9.5em;
text-align: right;
display: inline-block;
}
#access_urls input {
width: 32em;
}
/* Repo status indicator, displayed on repo pages if status != 'ready' */
#repo_status h2 {
padding-left: 33px;
}
.neighborhood_feed_entry h3 {
font-size: 1.1em;
}
/*linenumbers in codeblock viewer style*/
table.codehilitetable {
margin-left:0px;
width:740px;
}
td.linenos {
width:auto;
padding: 0;
}
div.linenodiv {
}
td.linenos pre {
font-size: 100%;
padding: 1px;
padding-left: 7px;
padding-right: 5px;
margin-left: 15px;
background-color: #EBEBEB;
color: #555;
border-right: solid 1px #DDD;
}
td.code {
padding-left: 0px;
width:100%;
}
div.codehilite pre {
padding-left: 0px;
padding-top:10px;
padding-bottom:10px;
}
div.codehilite pre div.code_block {
padding-left:10px;
width: 100%;
}
.codehilite * {
font-family: monospace;
}
div.codebrowser{
overflow-x: auto;
}
input.nofloat {
float: none;
}
table thead tr th.narrow, table tr td.narrow {
padding-left: 2px;
padding-right: 2px;
}
#selected-projects {
padding: 10px 10px;
}
/* Projects Summary*/
.projlist{
width:710px;
margin:0px 20px 0px 20px;
}
.proj{
clear:both;
margin:0px 0px 5px 0px;
border-bottom:1px solid #ccc;
}
.leftbar{
float:left;
width:50px;
}
.projicon{
padding-top:6px;
}
.projicon img{
width:40px;
height:40px;
}
.projname{
padding: 0px 10px 0px 0px;
font-size: 11pt;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
height:15px;
}
.projname a, .projname a:link, .projname a:active{
text-decoration:none;
}
.projname a:hover{
text-decoration:underline;
}
.middlebar{
width:500px;
padding-top:5px;
float:left;
}
.rightbar{
width:115px;
padding-top:5px;
float:right;
}
.barnumbers{
padding:7px 0px 0px 0px;
color:#999;
font-size:10pt;
text-align:right;
}
.bartitles{
float:right;
padding:7px 5px 0px 5px;
color:#999;
font-size:11pt;
}
.nummembers, .numcommits, .numforks, .numfollowers {
width:50px;
text-align:right;
}
.projupdated {
width:70px;
color:#999;
font-size:8pt;
letter-spacing:1pt;
margin-left:5px;
text-align:center;
line-height:10pt;
display:none;
}
.projlabel{
float:left;
font-size:11px;
font-weight:normal;
color:#6b6b6b;
margin-bottom: 7px;
padding-right:10px;
}
.projdesc{
color:#555;
font-size:11px;
margin-top:3px;
width:525px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
line-height: 10px;
height: 8px;
}
a#header-logo{
margin:0 auto;
height:70px;
float:left;
}
a#header-logo img{
height:35px;
width:183px;
}
a#header-logo, a#header-logo a:hover{
text-decoration:none;
}
#sidebar{
margin-bottom:5px;
}
li.sidebarmenu {
color:#FFF;
}
.top_menu{
font-size:11pt;
margin-top: 20px;
}
.magic_bar_osp{
width:180px;
float:left;
margin-top:25px;
}
#discussion_holder {
margin-top: 30px;
}
.clear {
clear:both;
}
ul.users{
list-style-type: none;
}
ul.permissions{
list-style-type: none;
}
.x10 {
font-size: 12px;
width:17px;
height: 23px;
}
.magic_bar_osp .ico, .ico-l:before, .ico-r:after {
width: 24px;
height: 17px;
display: inline-block;
}
.magic_bar_osp a:link{
}
.magic_bar_osp a:hover{
background-color:#2d81e0;
color:#444 !important;
}
.magic_bar_osp a.active{
background-color:#156fd4;
}
.magic_bar_osp a.active:hover{
background-color:#2d81e0;
}
.git #top_nav a.active, .svn #top_nav a.active {
background-color:#F08337;
}
.git #top_nav a.active:hover, .svn #top_nav a.active:hover {
background-color:#FA9955;
}
a.ui-icon-tool-git:hover, a.ui-icon-tool-svn:hover {
background-color:#F08337;
}
.git .padding_content a, .svn .padding_content a{
color:#CF6117;
}
.git .padding_content a:hover, .svn .padding_content a:hover{
color:#E07A34;
}
.git .sidebarmenu li, .svn .sidebarmenu li, .git #sidebar h3, .svn #sidebar h3 {
background-color:#FFF1D4;
}
.git #sidebar .sidebarmenu li a:hover, .svn #sidebar .sidebarmenu li a:hover {
background-color:#FCE1C2 !important;
}
.git #sidebar .sidebarmenu .active a, .svn #sidebar .sidebarmenu .active a{
background-color:#FCD9B0 !important;
}
.tickets #top_nav a.active {
background-color:#72C717;
}
.tickets #top_nav a.active:hover {
background-color:#84D430;
}
a.ui-icon-tool-tickets:hover {
background-color:#72C717;
}
.tickets .padding_content a, .tickets .editbox a{
color:#4E9600;
}
.tickets .padding_content a:hover, .tickets .editbox a:hover{
color:#68B319;
}
.tickets .sidebarmenu li, .tickets #sidebar h3 {
background-color:#E0FFD4;
}
.tickets #sidebar .sidebarmenu li a:hover {
background-color:#D2FFB7 !important;
}
.tickets #sidebar .sidebarmenu .active a {
background-color:#C3F5A2 !important;
}
.discussion a.active {
background-color:#30B6C2;
}
.discussion a.active:hover {
background-color:#36C2CF;
}
a.ui-icon-tool-discussion:hover {
background-color:#30B6C2;
}
.discussion .padding_content a{
color:#2A8D96;
}
.discussion .padding_content a:hover{
color:#2BA1AB;
}
.discussion .sidebarmenu li, .discussion #sidebar h3 {
background-color:#DFF7F7;
}
.discussion .sidebarmenu b.ico.ico-plus {
background-position: -262px -329px !important;
}
.discussion #sidebar .sidebarmenu li a:hover {
background-color:#CEF4F5 !important;
}
.discussion #sidebar .sidebarmenu .active a {
background-color:#B3EDF2 !important;
}
.blog a.active {
background-color:#E0518F;
}
.blog a.active:hover {
background-color:#E85F86;
}
a.ui-icon-tool-blog:hover {
background-color:#EB609A;
}
.blog .padding_content a{
color:#C93A79;
}
.blog .padding_content a:hover{
color:#D64482;
}
.blog .sidebarmenu li, .blog #sidebar h3 {
background-color:#FFE3ED;
}
.blog #sidebar .sidebarmenu li a:hover {
background-color:#FFDBE9 !important;
}
.blog #sidebar .sidebarmenu .active a {
background-color:#FFD1E3 !important;
}
.link a.active {
background-color:#C459BD;
}
.link a.active:hover {
background-color:#D664CD;
}
a.ui-icon-tool-link:hover {
background-color:#C459BD;
}
.link .padding_content a{
color:#9E2898;
}
.link .padding_content a:hover{
color:#AD2CA7;
}
.link .sidebarmenu li, .link #sidebar h3 {
background-color:#FFDBFC;
}
.link #sidebar .sidebarmenu li a:hover {
background-color:#FFD1FB !important;
}
.link #sidebar .sidebarmenu .active a {
background-color:#F7C1F3 !important;
}
.wiki #top_nav a.active {
background-color:#E8B73D;
}
.wiki #top_nav a.active:hover {
background-color:#EDC851;
}
a.ui-icon-tool-wiki:hover {
background-color:#E8B73D;
}
.wiki .padding_content a{
color:#CC9933;
}
.wiki .padding_content a:hover{
color:#DBA837;
}
.wiki .sidebarmenu li, .wiki #sidebar h3 {
background-color:#FFF7D4;
}
.wiki .sidebarmenu b.ico.ico-plus {
background-position: -262px -357px !important;
}
.wiki #sidebar .sidebarmenu li a:hover {
background-color:#FFF2B8 !important;
}
.wiki #sidebar .sidebarmenu .active a {
background-color:#FAE89E !important;
}
.pad h2.dark small a.active b.ico.ico-star {
background-position: -174px -56px;
}
.wiki .editbox label.simple {
color: #9DA0A4;
font-weight: bold;
margin-right: 10px;
vertical-align: top;
}
#vote {
margin:0px;
height: 44px;
}
#vote .vote-text{
top:10px;
}
.page_list{
margin:0px !important;
}
.tool{
width:635px !important;
}
.tool p{
top:0px !important;
}
.tool h1{
top:-22px !important;
}
p.warn {
color: #666;
padding: 1ex;
background: #FFD0C5;
}
p.warn a {
text-decoration: underline;
}
.clone_info {
display: block;
}
.clone_info p.warn {
font-weight: bold;
line-height: 14pt;
font-size: 10pt;
color: #b81414;
background-color: transparent;
padding:0px 0px 0px 10px;
text-align: right;
}
.clone_info .clone_command {
font-size: 12px;
font-weight: bold;
border: 1px solid #CF6117;
padding: 5px 10px 5px 10px;
text-align: right;
background-color: #FFF1D4;
}
#start {
/* position is relative in a css we need to override */
top: 0 !important;
}
#comment .markdown_content ul {
margin:0;
list-style: disc inside;
}
#comment .markdown_content li ul {
margin:0;
padding-left:20px;
list-style: circle inside;
}
.pager_link, .pager_curpage {
padding-right:5px;
}
a.pager_link, .pager_curpage, .page_list {
font-size: 9pt !important;
}
/* front page and sign form */
.upcontent{
width:100%;
height:330px;
}
.tagnsign, .tagerror{
margin: 0 auto;
padding-top:80px;
width: 900px;
right:0px;
left:0px;
}
.tagerror{
padding-left:30px;
}
.tagline{
max-width: 500px;
word-wrap:break-word;
float: left;
}
.taglineerror{
max-width: 700px;
word-wrap:break-word;
float: left;
}
.taglinebig{
font-size: 39pt;
line-height: 60px;
color:#0b58ad;
font-family: 'Sintony', sans-serif;
}
.taglinemini{
font-size: 16pt;
line-height: 30px;
color:#156fd4;
margin-top: 5px;
}
.signform {
float: right;
max-width:302px;
}
.signformbox{
border:1px solid #414E96;
}
.signformboxcheck {
border:1px solid #0E942C;
background-color: #D9FEE1;
}
.signformboxwrong {
border:1px solid #d04437;
background-color: #f6e4e4;
}
.signformerror{
background-color:#d04437;
padding:7px 6px 5px 10px;
color:#FFF;
font-size: 10pt;
position: relative;
word-wrap:break-word;
max-width:264px;
text-align: left;
font-weight: bold;
display:none;
}
.signformarrow{
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #d04437;
margin-left:12px;
display:none;
}
#passarrow, #passerror{
display:block;
}
.middlecontent{
background-color: #FFF;
width:100%;
height:350px;
border-bottom: 1px solid #DFE2F2;
display: none;
}
.highlightrecent{
margin: 0 auto;
width: 900px;
right:0px;
left:0px;
}
.highlightproj{
padding-top:20px;
background-color: #F00;
height:330px;
width: 445px;
float: left;
opacity:0.6;
padding-right:5px;
}
.recentproj{
padding-top:20px;
background-color: #0F0;
height:330px;
width: 445px;
float: right;
opacity:0.6;
padding-left:5px;
}
.downcontent{
background-color: #FFF;
width:100%;
height:700px;
}
.featurenexplain{
margin: 0 auto;
width: 900px;
right:0px;
left:0px;
}
.featureosp{
margin-top:40px;
float: left;
text-align: center;
padding:24px;
height: 530px;
border-right-width:1px;
-webkit-border-image:
-webkit-gradient(linear, 0 0, 0 100%, from(#d0d0d0), to(#e9e9e9)) 1 100%;
-webkit-border-image:
-webkit-linear-gradient(#d0d0d0, #e9e9e9) 1 100%;
-o-border-image:
-o-linear-gradient(#d0d0d0, #e9e9e9) 1 100%;
-moz-border-image:
-moz-linear-gradient(#d0d0d0, #e9e9e9) 1 100%;
}
#lastfeature {border:none;}
.featureadmin {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d0d0d0;
width:172px;
background-color: #FFF;
margin:0 auto;
margin-top: 30px;
height: 315px;
}
.featuregit {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d0d0d0;
height: 255px;
width:172px;
background-color: #FFF;
margin:0 auto;
margin-top: 30px;
}
.featureforum {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d0d0d0;
height: 320px;
width:172px;
background-color: #FFF;
padding-left: 2px;
margin:0 auto;
margin-top: 30px;
padding-top:4px;
padding-bottom:3px;
}
.featuretickets {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d0d0d0;
height: 410px;
width:172px;
background-color: #FFF;
margin:0 auto;
margin-top: 30px;
padding-top:5px;
padding-bottom:1px;
}
.titleosp{
color:#000C4C;
font-size: 18pt;
font-weight: bold;
padding-bottom: 10px;
text-shadow: -1px 1 #333, 1 1px #333, 1px 1 #333, 1 -1px #333;
}
.explainosp{
color:#000C4C;
font-size: 10pt;
height: 60px;
line-height: 20px;
width: 170px;
margin: 0 auto;
text-align: center;
}
.explainosp p{
font-size: 13pt;
line-height: 25px;
padding: 0px;
margin: 0px;
}
.featureadmin img{
width:167px;
}
.featureforum img{
width:170px;
}
.featuregit img{
width:167px;
}
.featuretickets img{
width:166px;
}
.fieldcontainer .fielderror {
display:none;
}
.fielderror .fielderror {
display: inline;
}
.signform .grid-15{
clear: both;
margin:0px;
padding:0px;
width: 304px;
}
.createacc .signform .grid-15 {
float:right;
}
.createacc .signform{
max-width:715px;
}
.createacc .signform input{
clear:both;
float:right;
}
.createacc span.fielderror {
max-width:400px;
font-weight: bold;
float:right;
text-align:right;
font-family: 'Sintony', sans-serif;
font-size: 9pt;
line-height: 13pt;
padding: 3px 5px 2px 5px;
margin-bottom: 0px;
margin-top: 10px;
color:#b81414;
}
.signform .fielderror .arrow{
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #b81414;
margin:4px 10px 20px 5px;
float:right;
}
.createacc .fieldcheck {
font-size: 20pt;
color: #0E942C;
padding-top:160px;
position: fixed;
width:400px;
text-align: right;
font-weight: bold;
font-family: 'Sintony', sans-serif;
font-size: 9pt;
line-height: 13pt;
padding: 3px 5px 2px 5px;
margin-bottom: 0px;
color:#b81414;
}
.createacc .fieldcheck .arrow{
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #0E942C;
margin:4px 10px 20px 5px;
float:right;
}
.markdown_syntax_section {
margin-top:30px;
}
.grid-2 small span {
font-size: 8pt;
}
.post_actions {
padding-top:10px;
}
.post_actions a {
padding:3px 10px 2px 10px;
margin:0px 7px 0px 20px;
line-height: 22px;
}
.options.grid-3 {
float: right;
}
.discussion-post .grid-14 {
width:450px !important;
float:left;
}
#comment ul ul .row .grid-14 {
width:340px !important;
float:left;
}
.discussion-post .grid-14 form input {
float: right;
}
.attachment_form_fields {
float:left !important;
}
.markdown_edit a{
float:right;
}
.markdown_preview a {
float:none;
}
#new_post_holder .grid-17 {
width:580px;
margin:10px;
}
#new_post_holder .grid-2 {
margin-top:54px;
margin-left: 20px;
}
.form_holder .grid-18 input.ui-button.ui-widget.ui-state-default.ui-button-text-only {
float:right;
margin:5px 5px 5px 0;
}
.form_holder .grid-18 textarea.auto_resize{
width:680px !important;
}
.reply .grid-17 form input {
float:right;
margin:0px 7px;
}
h1.project_title{
line-height: 20px;
}
h2.dark {
line-height: 24px;
}
.errorimg img{
padding-top:80px;
margin: 0 auto;
padding-left:100px;
}
.reply .grid-2 {
margin: 44px 10px 0px 0px;
}
.tickets, .admin, .git, .link, .wiki, .discussion, .blog {
padding-bottom:80px;
}
.tagEditor li {
display: inline-block !important;
margin: 2px 4px !important;
}
.edit-box .grid-18 #ticket-title {
width: 480px !important;
}
.edit-box .grid-6 #mark-private {
clear:both;
margin:10px 20px 10px 0px;
}
#nav_menu_holder h2 .title-text {
overflow:hidden;
width:600px;
font-size: 12pt;
height:26px;
margin:8px 0px 20px 0px;
float:left;
}
.git .btn-bar {
margin:0px;
}
.git .btn-set {
float: right !important;
}
.profile .padding_content .project-list, .profile .padding_content .address-list, .profile .padding_content .grid-24 {
margin-bottom: 20px;
}
.profile .padding_content .grid-24 .grid-24, .profile .padding_content .grid-24 .grid-24 .grid-24 {
margin:0;
}
.address-list ul {
list-style: none;
}
.address-list ul li {
padding:5px 0px 5px 0px;
clear: both;
}
.address-list .email-address{
padding:10px 5px 0px 10px;
line-height: 20px;
}
.address-list ul li img{
float: left;
}
.search .grid-24 form {
margin-top: 20px;
height: 80px;
clear: both;
}
.search .grid-24 p {
margin:60px 0px 0px 5px;
}
.search .grid-24 ol{
margin-left: 10px;
}
.search .grid-24 input[type=checkbox] {
float: left;
}
.search .grid-24 input[type=checkbox].css-checkbox {
display:none;
}
.search .grid-24 input[type=checkbox].css-checkbox + label.css-label {
padding-left:20px;
height:17px;
display:inline-block;
line-height:17px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:15px;
vertical-align:middle;
cursor:pointer;
}
.search .grid-24 input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 0 -17px;
}
.search .grid-24 .css-label{
background-image:url('../images/checkbox.png');
/*clear:both;*/
float: right;
text-align: right;
}
.discussion-post .grid-3 a.reply_post{
margin-right:15px;
padding:7px 10px;
}
/*general css*/
.search .btn, .search button, .search input[type=submit], .search input[type=reset], .search input[type=button], .search .btn:hover, .search button:hover, .search input[type=submit]:hover, .search input[type=reset]:hover, .search input[type=button]:hover,
.signform .btn, .signform button, .signform input[type=submit], .signform input[type=reset], .signform input[type=button], .signform .btn:hover, .signform button:hover, .signform input[type=submit]:hover, .signform input[type=reset]:hover, .signform input[type=button]:hover,
.tickets .grid-19 input[type=submit], .tickets .grid-19 input[type=submit]:hover, .tickets .grid-19 input[type=button], .tickets .grid-19 input[type=button]:hover {
text-decoration:none;
text-transform:lowercase;
padding:7px 10px;
height:35px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: 1px 1px #000;
background: url('../images/bg-btn.png');
box-shadow: 0px 0px 2px rgba(0,0,0,0.55),inset 0px 1px 0px rgba(255,255,255,0.2);
background-position: left top;
background-repeat: repeat-x;
line-height: 16px;
font-size: 14px;
color:#FFF !important;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
width: 150px;
letter-spacing: 1px;
border:1px solid #031b50 !important;
margin: 2px 2px 10px 2px;
float: right;
}
/*hover*/
.search .btn:hover, .search button:hover, .search input[type=submit]:hover, .search input[type=reset]:hover, .search input[type=button]:hover,
.signform .btn:hover, .signform button:hover, .signform input[type=submit]:hover, .signform input[type=reset]:hover, .signform input[type=button]:hover,
.tickets .grid-19 input[type=submit]:hover, .tickets .grid-19 input[type=button]:hover {
background: url('../images/bg-btn-hover.png');
}
/*bigger*/
.signform .btn, .signform button, .signform input[type=submit], .signform input[type=reset], .signform input[type=button],
.signform .btn:hover, .signform button:hover, .signform input[type=submit]:hover, .signform input[type=reset]:hover, .signform input[type=button]:hover {
width: 300px;
height:50px;
font-size: 16px;
line-height: 22px;
font-weight: 600;
}
/*not so big on search*/
.search .btn, .search button, .search input[type=submit], .search input[type=reset], .search input[type=button],
.search .btn:hover, .search button:hover, .search input[type=submit]:hover, .search input[type=reset]:hover, .search input[type=button]:hover {
width: 200px;
height:40px;
font-size: 16px;
line-height: 22px;
font-weight: 600;
}
.search input[type=text], .search input[type=text]:hover, .tickets .grid-19 input[type=text], .tickets .grid-19 input[type=text]:hover {
height:15px;
width: 689px !important;
float: left;
line-height: 22px;
font-size: 14px;
letter-spacing: 1px;
text-transform:lowercase;
text-decoration:none;
padding:10px 10px 7px 10px;
color:#444 !important;;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: 0px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.55),inset 0px 1px 0px rgba(255,255,255,0.2);
background-position: left top;
background-repeat: repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
border:1px solid #031b50 !important;
margin: 23px 2px 10px 2px !important;
}
/*bigger on search*/
.search input[type=text], .search input[type=text]:hover {
height:30px;
font-size: 16px;
}
.signform input[type=text], .signform input[type=text]:hover {
height:30px;
width: 278px;
line-height: 22px;
font-size: 16px;
letter-spacing: 1px;
text-transform:lowercase;
text-decoration:none;
padding:10px 10px 7px 10px;
color:#444 !important;;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: 0px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.55),inset 0px 1px 0px rgba(255,255,255,0.2);
background-position: left top;
background-repeat: repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
border:1px solid #031b50 !important;
margin: 2px 2px 10px 2px;
}
.tickets .grid-19 input[type=text], .tickets .grid-19 input[type=text]:hover {
margin: 2px 2px 10px 2px !important;
}
.tickets .grid-19 .search_help_modal {
clear: both;
float:right;
margin:0px;
}
#bin_summary {
clear: both;
float: left;
width: 150px !important;
}
#bin_terms {
width: 510px !important;
margin: 2px 2px 10px 2px !important;
}
a.btn {
font-family:Arial, Helvetica, sans-serif;
-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
box-shadow:inset 0px 0px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
background-color:#f9f9f9;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:1px solid #dcdcdc;
display:inline-block;
color:#0b58ad !important;
font-family:arial;
font-size:13px;
font-weight:bold;
padding:4px 16px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
a.btn:hover {
cursor: pointer;
text-decoration: none;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
background-color:#e9e9e9;
color:#0b58ad !important;
border-color:#0b58ad;
}
a.btn:active {
position:relative;
top:1px;
color:#666 !important;
background:#0b58ad;
border-color:#0b58ad;
}
.add_attachment_form {
margin-top: 20px;
}
.discussion-post .grid-15 {
width: 260px;
margin:0px;
font-size: 12px;
}
.ui-widget a {
font-size: 10pt !important;
font-family: Arial, Helvetica, sans-serif;
line-height:22px;
}
.wiki .grid-19 input[type=submit] {}
.wiki .grid-19 input[type=textarea] {}
.update_milestones .grid-16 {
width:715px;
}
.update_milestones .grid-16 a {
float: right;
text-align: center;
}
a.add_milestone, .new_group a.admin_modal{
-moz-box-shadow:inset 0px 0px 0px 0px #a4e271;
-webkit-box-shadow:inset 0px 0px 0px 0px #a4e271;
box-shadow:inset 0px 0px 0px 0px #a4e271;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
background-color:#89c403;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:1px solid #74b807;
display:inline-block;
color:#fff !important;
font-size:13px;
font-weight:bold;
padding:5px 15px;
text-decoration:none;
text-shadow:1px 1px 0px #528009;
margin-right:11px;
}
a.add_milestone:hover, .new_group a.admin_modal:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
background-color:#77a809;
color:#fff !important;
border-color:#0b58ad;
}
a.add_milestone:active, .new_group a.admin_modal:active {
position:relative;
color:#fff !important;
top:1px;
background:#0b58ad;
border-color:#0b58ad;
}
.new_group .admin_modal .ico{
width:0px;
height:0px;
}
.new_group .admin_modal b.ico.ico-plus {
background-image: none;
}
#new_forum_form .grid-6{
clear:both;
margin: 0px 10px 10px 0px;
width:280px;
}
#new_forum_form .grid-7 {
width:400px;
}
#metadata_form .grid-15 input {
float: right;
}
#metadata_form .grid-9 {
width:500px;
}
#metadata_form .grid-9 label {
line-height:24px;
color:#444;
}
#metadata_form .grid-9 .maxlength-feedback {
font-size: 11px;
display:block;
text-align: right;
margin-right: 20px;
}
#metadata_form .grid-9 textarea {
max-width:95%;
margin-bottom: 0px;
}
#metadata_form .grid-9 .maxlength-feedback:after {
display: block;
margin-bottom:30px;
}
#metadata_form .grid-9 input[type="text"]{
margin-bottom: 20px;
clear: both;
}
#metadata_form .grid-9 input[name="support_page_url"]{
margin-bottom: 0px;
width: 84% !important;
}
#project-status-edit input[type="radio"]{
vertical-align:middle;
}
#metadata_form .grid-9 input.hasMaxLength {
margin-bottom: 0px;
}
#metadata_form .grid-10 {
margin:0px;
width:370px;
}
#metadata_form .grid-15 {
width:465px;
}
.markdown_preview {
max-width:648px;
padding: 20px;
background-color: #f0f0f0;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3); border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin: 5px;
}
a.markdown_preview{
max-width: 90px;
}
.markdown_edit .btn {
margin: 5px 0px 5px 10px;
}
.discussion-post .grid-14 .markdown_edit textarea {
width:95% !important;
}
.admin p {
line-height: 20px;
padding-bottom: 5px;
}
#sortable {
margin-top:20px;
}
#configure_grouping_form {
padding-left: 0px !important;
}
.aboutimg{
background: url('../images/about.png');
background-repeat: no-repeat;
width: 321px;
height:311px;
margin-left: 10px;
float: right;
}
.abouttext {
width: 335px;
float: left;
margin-top: 10px;
}
.abouttext p {
font-size: 14px;
line-height: 22px;
}
.upcontent .warning {
margin: 2px;
padding: 5px;
background: #FFD7B4;
border: 1px solid #E3C0A0;
border-radius: 3px;
-moz-border-radius: 3px;
}
.upcontent .warning b {
text-decoration: underline;
}