html, body { margin: 0; padding: 0; font-family: Tahoma, Geneva, Helvetica, sans-serif; color: #292929; background: #1f60a1 url("../pics/bg.png") repeat-x; min-width: 940px; min-height: 600px; text-align: center; height: 100%; } header, section, footer, aside, nav, article, menu { display: block; } input[type="text"]:focus { outline: none; } input[type="password"]:focus { outline: none; } input:focus { outline: none; } select:focus { outline: none; } a img { border: none; } .wrap { width: 940px; margin: 0 auto; text-align: center; border: 1px solid #3f668c; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); background: #FFF; min-height: 92%; } .wrap.columns { background: #FFF url("../pics/page-bg.png") repeat-y; } .both { clear: both; } /* Top menu */ header { -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4); box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4); position: relative; z-index: 1000; } header div.left { background: url("../pics/top-left.png"); height: 46px; width: 14px; float: left; } header div.middle { background: url("../pics/top-middle.png"); float: left; height: 46px; width: 912px; } header div.right { background: url("../pics/top-right.png"); height: 46px; width: 14px; float: right; } /* Left part of top menu*/ header menu { float: left; margin: 0; padding: 0; } header menu ul { list-style: none; margin: 0; padding-top: 10px; } header menu ul li { display: inline; } header menu ul li a { font-size: 12px; color: #FFF; text-decoration: none; height: 43px; padding: 15px 10px 15px 10px; } header menu ul li a:hover { color: #cee7ff; } header menu ul li a.first { } header menu ul li a.active { background: url("../pics/menu-hover.png") repeat-x; } header div.logo { float: left; margin-top: 5px; padding-left: 0px; padding-right: 0px; } /* Right part of top menu */ header div.information { float: right; } header div.search { float: left; margin: 10px 0px 0px 0px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background: #FFF; border: 1px solid #7691aa; } header div.search div.pic { background: url("../pics/search-button.png"); height: 22px; width: 24px; float: left; } header div.search div.field { float: left; margin: -1px 0px 0px 0px; } header div.search div.field input { border: none; height: 18px; background: none; width: 132px; font-size: 12px; font-family: Arial; padding: 2px 0px 0px 0px; } header div.search div.field input.gray { color: #cfcfcf; } header div.search div.field input.black { color: #333333; } header div.avatar { float:left; padding: 6px 10px 10px 10px; } header div.information div.active { background: url("../pics/menu-hover.png") repeat-x; } header div.information div.user { float: left; margin-left: 14px; } header div.profile { float: left; text-align: right; color: #FFF; font-size: 12px; padding-top: 12px; } header div.profile a { color: #FFF; text-decoration: none; padding-right: 10px; } header div.profile a:hover { text-decoration: underline; } header div.droplist-wrap { margin: -4px 0px 0px 0px; width: 151px; float: right; } header div.droplist { background: url("../pics/bg-droplist.png") repeat-x; height: 91px; width: 151px; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); position: absolute; margin-top: 0px; border-radius: 0px 0px 4px 4px; display: none; text-align: right; z-index: 9999; } header div.droplist-wrap div.a { margin-top: 5px; } header div.droplist a{ position: relative; padding-left: 15px; font-size: 12px; color: #447cae; text-decoration: none; padding-right: 15px; margin-top: 10px; } header div.droplist a:hover{ text-decoration: underline; } /* Submenu */ .sub-menu { height: 38px; margin: -7px 0px 0px 0px; padding: 0px 0px 0px 15px; background: #ededed; position: relative; z-index: 100; border-bottom: 1px solid #FFF; -webkit-box-shadow: 0px 5px 3px -3px rgba(18, 86, 135, 0.2); -moz-box-shadow: 0px 5px 3px -3px rgba(18, 86, 135, 0.2); box-shadow: 0px 5px 3px -3px rgba(18, 86, 135, 0.2); } .sub-menu div.left { float: left; width: 200px; border-right: 1px solid #dcdcdc; font-size: 12px; text-align: left; font-weight: 700; padding: 10px 0px 0px 0px; height: 21px; } .sub-menu div.right { float: left; } .sub-menu nav { float: left; margin: 0px 0px 0px 0px; } .sub-menu nav ul { list-style: none; text-align: left; padding: 0; margin: 0; padding-top: 4px; } .sub-menu nav ul li { display: inline; } .sub-menu nav ul li a { font-size: 12px; color: #292929; text-decoration: none; height: 34px; padding: 0px 20px 9px 20px; } .sub-menu nav ul li a.active { background: url("../pics/submenu-hover.png") repeat-x scroll 0 100% transparent; } .sub-menu nav ul li a:hover { color: #2b6daf; } /* Page markup */ article { font-size: 12px; } aside { float: left; width: 215px; } article div.right { float: right; width: 645px; padding: 20px 40px 40px 40px; text-align: left; } article div.right.bigpadding { width: 445px; padding: 20px 140px 40px 140px; } article div.right.middlepadding { width: 510px; padding: 20px 120px 40px 50px; } article div.right.middlepadding div.rightlist{ width: 300px; } article div.right.middlepadding div.rightlist input{ width: 300px; } article div.right.middlepadding div.rightlist textarea{ width: 300px; } article div.all { width: 855px; padding: 20px 40px 20px 40px; text-align: left; } article div.all.bigpadding { width: 605px; padding: 0px 40px 20px 200px; text-align: left; } article div.all.verybigpadding { width: 545px; padding: 0px 40px 20px 200px; text-align: left; } article div.all.verybigpadding div.left { float: left; } article div.all.verybigpadding div.left img{ padding-right: 40px; margin-top: 20px; } article div.all.verybigpadding div.left h3, article div.all.verybigpadding div.left h4, article div.all.verybigpadding div.left p{ width: 420px; } article div.all.verybigpadding div.left .tmargin5 { padding-top: 5px; position: relative; } /* Left part of page markup */ aside div.bordered { border-bottom: 1px solid #dee5eb; text-align: left; padding: 20px 0px 30px 15px; } aside div.block { text-align: left; padding: 10px 0px 30px 15px; } /* Common page parts markups */ article h4 { font-size: 12px; margin-bottom: 0px; padding-bottom: 2px; } article h4.nomargin { margin: 0px; } article p { margin: 0; padding: 0; } div.expand-gray-down, div.expand-gray-up { height: 10px; width: 12px; float: left; margin: 3px 0px 0px 3px; cursor: pointer; } div.expand-gray-down { background: url("../pics/expand-gray.png") no-repeat; } div.expand-gray-up { background: url("../pics/expand-gray2.png") no-repeat; } article a.button { display: inline-block; white-space: nowrap; background-color: #125687; background-image: -webkit-gradient(linear, left top, left bottom, from(#68a3d8), to(#125687)); background-image: -webkit-linear-gradient(top, #68a3d8, #125687); background-image: -moz-linear-gradient(top, #68a3d8, #125687); background-image: -ms-linear-gradient(top, #68a3d8, #125687); background-image: -o-linear-gradient(top, #68a3d8, #125687); background-image: linear-gradient(top, #68a3d8, #125687); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68a3d8', EndColorStr='#125687'); border: 1px solid #5084b4; padding: 4px 20px 6px; margin: 0; font-size: 12px; text-decoration: none; color: #FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; text-align: center; } article a.button:hover{ background-color: #34719d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7fb3e1), to(#34719d)); background-image: -webkit-linear-gradient(top, #7fb3e1, #34719d); background-image: -moz-linear-gradient(top, #7fb3e1, #34719d); background-image: -ms-linear-gradient(top, #7fb3e1, #34719d); background-image: -o-linear-gradient(top, #7fb3e1, #34719d); background-image: linear-gradient(top, #7fb3e1, #34719d); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7fb3e1', EndColorStr='#34719d'); text-decoration: none; } article a.button:active{ background-color: #125687; background-image: -webkit-gradient(linear, left top, left bottom, from(#68a3d8), to(#125687)); background-image: -webkit-linear-gradient(top, #68a3d8, #125687); background-image: -moz-linear-gradient(top, #68a3d8, #125687); background-image: -ms-linear-gradient(top, #68a3d8, #125687); background-image: -o-linear-gradient(top, #68a3d8, #125687); background-image: linear-gradient(top, #68a3d8, #125687); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68a3d8', EndColorStr='#125687'); } article a.disabled { background-color: #888888; background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#888888)); background-image: -webkit-linear-gradient(top, #aaaaaa, #888888); background-image: -moz-linear-gradient(top, #aaaaaa, #888888); background-image: -ms-linear-gradient(top, #aaaaaa, #888888); background-image: -o-linear-gradient(top, #aaaaaa, #888888); background-image: linear-gradient(top, #aaaaaa, #888888); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#888888'); cursor: default; color: #d8d8d8; border: 1px solid #aaaaaa; cursor: default; text-align: center; } article input[type="file"] { } article input[type="submit"] { display: inline-block; white-space: nowrap; background-color: #125687; background-image: -webkit-gradient(linear, left top, left bottom, from(#68a3d8), to(#125687)); background-image: -webkit-linear-gradient(top, #68a3d8, #125687); background-image: -moz-linear-gradient(top, #68a3d8, #125687); background-image: -ms-linear-gradient(top, #68a3d8, #125687); background-image: -o-linear-gradient(top, #68a3d8, #125687); background-image: linear-gradient(top, #68a3d8, #125687); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68a3d8', EndColorStr='#125687'); border: 1px solid #5084b4; padding: 3px 20px 5px; margin: 0; font-size: 12px; text-decoration: none; color: #FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; text-align: center; height: auto; width: auto; font-family: Tahoma; } article input[type="submit"]:hover{ background-color: #34719d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7fb3e1), to(#34719d)); background-image: -webkit-linear-gradient(top, #7fb3e1, #34719d); background-image: -moz-linear-gradient(top, #7fb3e1, #34719d); background-image: -ms-linear-gradient(top, #7fb3e1, #34719d); background-image: -o-linear-gradient(top, #7fb3e1, #34719d); background-image: linear-gradient(top, #7fb3e1, #34719d); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7fb3e1', EndColorStr='#34719d'); text-decoration: none; cursor: pointer; } article input[type="submit"]:active{ background-color: #125687; background-image: -webkit-gradient(linear, left top, left bottom, from(#68a3d8), to(#125687)); background-image: -webkit-linear-gradient(top, #68a3d8, #125687); background-image: -moz-linear-gradient(top, #68a3d8, #125687); background-image: -ms-linear-gradient(top, #68a3d8, #125687); background-image: -o-linear-gradient(top, #68a3d8, #125687); background-image: linear-gradient(top, #68a3d8, #125687); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68a3d8', EndColorStr='#125687'); } article input[type="submit"]:disabled { background-color: #888888; background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#888888)); background-image: -webkit-linear-gradient(top, #aaaaaa, #888888); background-image: -moz-linear-gradient(top, #aaaaaa, #888888); background-image: -ms-linear-gradient(top, #aaaaaa, #888888); background-image: -o-linear-gradient(top, #aaaaaa, #888888); background-image: linear-gradient(top, #aaaaaa, #888888); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#888888'); cursor: default; color: #d8d8d8; border: 1px solid #aaaaaa; cursor: default; text-align: center; } article h3{ font-size: 14px; color: #292929; margin-bottom: 0; padding-bottom: 2px; } article h3.fix { margin-top: 0px; padding-top: 0px; } article a{ color: #447cae; font-size: 12px; text-decoration: none; padding: 0px 0px; } article a:hover{ text-decoration: underline; } /* Right part of page markup */ article div.right div.hr { border-bottom: 1px solid #dedede; width: 100%; padding-top: 30px; margin-bottom: 30px; } article div.right div.hr.bottom { margin-bottom: 10px; padding-top: 20px; } article div.right div.hr.top { padding-top: 7px; margin-bottom: 20px; } article div.leftside { float: left; } article div.rightside { float: right; } article div.all.bigpadding div.rightside { margin-right: 40px; } .lefter { float: left; margin-right: 5px; } .lefter span.gap { padding-right: 59px; } .lefter.top { margin-top: -6px; } .w25 { width: 25px; } .w420 { width: 420px; padding-bottom: 20px; } .padd25 { padding-left: 25px; } .width70 { width: 70px; } a.button.width81 { width: 79px; padding: 4px 0px; text-align: center; } /* Footer */ footer { height: 32px; padding-left: 15px; width: 900px; margin: 0 auto; text-align: center; } footer ul { margin: 0; padding: 0; list-style: none; font-size: 12px; color: #FFF; padding-top: 10px; text-align: left; } footer ul li { display: inline; } footer ul li a { font-size: 12px; color: #FFF; text-decoration: none; } footer ul li a:hover { text-decoration: underline; } /* Main page */ aside div.bordered table{ padding: 0; margin: 0; padding-bottom: 0px; margin-left: -10px; } aside div.bordered table td{ font-size: 12px; padding: 1px 0px 0px 0px; } aside div.block table td { text-align: right; padding: 2px 3px 1px 3px; } aside div.block table td.first{ width: 150px; text-align: left; } article div.right div.messages { background: #e9f4fb; border: 1px solid #dfeefa; border-radius: 5px; width: 100%; color: #477cae; text-align: center; font-size: 12px; padding: 4px 0px 4px 0px; cursor: pointer; margin: 15px 0px 15px 0px; } article div.right div.messages:hover { background: #dceffa; } article div.right div.messages p{ margin: 0; padding: 0; } article div.activity { border: 1px solid #d6d6d6; /*width: 614px;*/ border-radius: 5px; padding: 6px; margin-top: 15px; color: #333; } article div.activity div.top div.image { float: left; } article div.activity div.top div.text { float: left; padding-left: 10px; font-size: 12px; } article div.activity div.top div.text span.name { font-weight: 700; } article div.activity div.top div.text span.date { font-size: 11px; } article div.text span.subject { float: left; } article div.activity div.top div.text span.subject img { cursor: pointer; } article div.activity div.fulltext { font-size: 12px; padding-top: 10px; display: none; } article div.activity div.fulltext.view { display: block; } /* Admin page */ .admin-preferences ul { list-style: none; margin: 0; padding: 0; margin-top: 20px; width: 215px; text-align: left; } .admin-preferences ul li{ padding-top: 5px; padding-bottom: 5px; width: 215px; } .admin-preferences ul li.active, .admin-preferences ul li:hover { background: #dcecfa; } .admin-preferences ul li a{ color: #292929; text-decoration: none; padding-top: 5px; padding-bottom: 5px; padding-left: 15px; } .right div.leftlist, .all div.leftlist { float: left; width: 200px; margin: 0px 0px 10px 0px; } .right div.rightlist, .all div.rightlist { float: left; width: 400px; font-size: 12px; color: #292929; margin: 0px 0px 10px 0px; } .right div.rightlist div.check { float: left; } .right div.rightlist div.forcheck { float: left; margin: 1px 0px 0px 5px; } div.rightlist textarea { height: 110px; width: 350px; border: 1px solid #dedede; border-radius: 4px; padding: 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; } div.rightlist input[type="text"], div.rightlist input[type="password"] { height: 16px; width: 350px; border: 1px solid #dedede; border-radius: 4px; padding: 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; } /* Admin-members page */ div.img { float: left; } table div.radio { float: left; margin: 5px 0px 0px 0px; } div.forimg { float: left; margin: 5px 0px 0px 5px; } table div.forradio { float: left; margin: 5px 0px 0px 5px; } table span.niceCheck-main { margin-top: 3px; } div.admin-search { float: left; } .right div.admin-role { float: left; } .right div.admin-search input { width: 300px; margin-right: 5px; height: 23px; border: 1px solid #dedede; border-radius: 3px; margin-top: 1px; font-size: 12px; font-family: Tahoma, Geneva, Helvetica, sans-serif; padding-left: 5px; } article input.gray { color: #cfcfcf; } article input.black { color: #333333; } .right div.admin-add { float: left; padding-top: 1px; margin-left: 5px; } .right div.admin-add a { width: 86px; text-align: center; padding-bottom: 5px; } /* Input elements */ .niceRadio { width: 17px; height: 17px; display: inline-block; cursor: pointer; background: url("../pics/radio.png"); overflow: hidden; } .radioChecked { background-position: 0 -17px; } .niceRadio input { margin-left: -18px; } .sel80 { width: 200px; padding-bottom: 4px; text-align: left; } .sel80.aside { width: 185px; } .lineForm, .lineForm3 { margin-bottom: 0px; } .niceCheck { width: 17px; height: 17px; display: inline-block; cursor: pointer; background: url("../pics/checkbox.png"); } .niceCheck input { display: none; } .niceCheck-main { width: 18px; height: 18px; display: inline-block; cursor: pointer; background: url("../pics/checkbox-main.png"); } .niceCheck-main input { display: none; } /* Admin build project */ section.left { float: left; text-align: left; width: 230px; margin-left: 250px; } section.right { float: right; text-align: left; width: 200px; margin-right: 250px; } section .left { float: left; margin-right: 4px; } /* Commits history */ article .date-block { width: 100%; margin-top: 17px; } article .date-block div.date { float: left; background: #bedbf6; color: #477cae; border: 1px solid #98bede; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; width: 65px; height: 55px; padding: 10px; padding-top: 20px; -webkit-box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1); box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1); font-size: 14px; text-align: center; } article .date-block div.messages { float: left; border: 1px solid #cfdde7; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 0px 4px 4px 4px; border-radius: 0px 4px 4px 4px; padding: 10px; padding-bottom: 0px; width: 746px; } article .date-block div.message { border: 1px solid #d6d6d6; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; padding: 6px; margin-bottom: 10px; } article .date-block div.message div.body { float: left; text-align: left; } article .date-block div.message div.code { float: right; margin: -7px 0px 0px 640px; position: absolute; } article .date-block div.code div.top { width: 90px; height: 22px; border: 1px solid #9dbcd5; background: #cbdeef; } article .date-block div.code div.bottom { width: 90px; text-align: right; } article .date-block div.code div.left { float: left; width: 13px; height: 13px; padding-left: 2px; padding-top: 4px; } article .date-block div.code div.right { float: right; border: 1px solid #bcd5ea; background: #FFF; font-size: 12px; width: 65px; height: 14px; margin: 2px; padding: 0px 2px 2px 0px; text-align: center; } article .date-block div.image, .last-commit div.image { float: left; } article .date-block div.text, .last-commit div.text { float: left; padding-left: 10px; font-size: 12px; } article .date-block div.text span.name, .last-commit span.name { font-weight: 700; } article .date-block div.text span.date, .last-commit span.date { font-size: 11px; } article .date-block div.text span.subject img, .last-commit span.subject img { cursor: pointer; } article .date-block div.fulltext, .last-commit div.fulltext { font-size: 12px; padding-top: 10px; display: none; /*width: 640px;*/ } article div.year { background: #e9f4fb; border: 1px solid #dfeefa; border-radius: 5px; width: 760px; color: 477cae; text-align: center; font-size: 12px; padding: 4px; margin-left: 87px; margin-top: 30px; margin-bottom: 30px; } article div.year p{ margin: 0; padding: 0; color: #477CAE; } div.pagination.tmargin30 { margin-top: 30px; } /* Create issue */ .bordered.nopadding, .right.nopadding { padding-top: 0px; } p.tmargin5 { margin-top: 5px; } aside input { height: 25px; width: 170px; border: 1px solid #dedede; border-radius: 4px; padding: 0px 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; margin-bottom: 5px; margin-top: 5px; } aside input.gray { color: #cfcfcf; } aside input.black { color: #333333; } div.people { width: 202px; clear: both; cursor: pointer; margin-left: -15px; padding: 5px; padding-left: 10px; padding-right: 0px; } div.people div.avatar, div.avatar { float: left; padding-left: 5px; } div.people div.name, div.name { padding-top: 4px; padding-left: 3px; float: left; } aside div.select, div.people:hover { background: #dcecfa; } div.label.selected, div.label { width: 196px; clear: both; cursor: pointer; margin-left: -15px; padding: 5px; padding-left: 15px; } div.label.selected:hover, div.label:hover { background: #dcecfa; } div.labeltext.selected { float: left; margin-left: 2px; font-size: 12px; margin-top: 0px; padding-left: 3px; padding-right: 3px; color: #FFF; padding-top: 1px; padding-bottom: 1px; border-radius: 2px; } div.label div.flag { height: 11px; width: 3px; background: #39b54a; float: left; margin-top: 3px; margin-right: 3px; border-radius: 2px; } .right span.small-text { font-size: 11px; } .right .bpadding10, .all .bpadding10 { padding-bottom: 10px; } /* Issue page */ aside div.switcher, aside div.switcher-off { height: 23px; width: 194px; background: url("../pics/switch-on.png"); color: #FFF; font-size: 12px; cursor: pointer; } aside div.switcher-off { background: url("../pics/switch-off.png"); } aside div.switcher div.swleft, aside div.switcher-off div.swleft { float: left; width: 96px; text-align: center; padding-top: 3px; } aside div.switcher div.swright, aside div.switcher-off div.swright { float: right; width: 96px; text-align: center; padding-top: 3px; } p.non-view { display: none; } div.non-view { display: none; } div.view { display: block; } div.nopointer { cursor: default; } div.nopointer:hover { background: none; } a.button.tmargin10, input[type="submit"].tmargin10 { margin-top: 10px; } h3.tmargin0 { margin-top: 0px; } h3.bmargin10 { margin-bottom: 10px; } .right div.comment { text-align: left; border: 1px solid #b3cce0; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; padding: 6px; margin-bottom: 10px; width: 631px; background: #dcecfa; } .right div.comment div.issue-left { float: left; font-size: 12px; margin-top: 4px; } .right div.comment div.issue-right { float: right; } .right div.comment textarea { height: 110px; width: 618px; border: 1px solid #dedede; border-radius: 4px; padding: 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; color: #292929; margin: 10px 0px; } .right div.comment-closed { display: none; } .right div.comment-closed div.state { float: left; padding: 2px 0px 2px 0px; background: #bd4d40; color: #FFF; font-size: 12px; border: 1px solid #924f52; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 2px; -webkit-border-radius: 2px 0px 0px 2px; border-radius: 2px 0px 0px 2px; width: 80px; text-align: center; } .right div.comment-closed div.text { border: 1px solid #dce6ed; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-radius: 2px; border-radius: 2px; float: left; width: 561px; } .right div.comment-closed div.avatar { float: left; padding: 5px; } .right div.comment-closed div.name { float: left; font-size: 12px; padding-top: 9px; } div.description-top { background: #dcecfa; font-size: 12px; color: #292929; border: 1px solid #a9c6dd; height: 38px; width: 100%; margin-bottom: 20px; } div.description-top div.img { float: left; padding-left: 10px; margin-top: 14px; } div.description-top input.name { float: left; margin-top: 5px; margin-left: 10px; background: #FFF; border: 1px solid #d1deeb; height: 21px; width: auto; color: #292929; font-size: 11px; width: 415px; padding: 2px 5px 3px; } div.description-top div.role { float: left; margin-top: 11px; margin-left: 10px; font-size: 11px; } div.fork { float: right; margin-top: 5px; } div.fork p { float: right; margin-top: 5px; margin-right: 2px; } div.description-top div.fork { margin-right: 10px; } .all div.description { text-align: left; } .all div.description h3{ color: #292929; font-weight: 700; font-size: 14px; margin-bottom: 5px; margin-top: 5px; } .all div.description p{ font-size: 12px; padding: 0; margin: 0; color: #292929; } .all div.last-commit { border: 1px solid #d6d6d6; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; padding: 6px; margin: 10px 0px; } /* Project main page */ table.tablesorter.project .th1 { width: 130px; /*padding-left: 17px;*/ } table.tablesorter.project .th2 { width: 110px; /*padding-left: 17px;*/ } table.tablesorter.project .th3 { width: 450px; } table.tablesorter.project .th4 { /*padding-left: 17px;*/ } table.tablesorter.project div.name { float: left; margin-top: 0px; } table.tablesorter.project div.pic { float: left; padding-right: 5px; } a.files-see { color: #292929; text-decoration: underline; } div.file { border: 1px solid #dddddd; margin-top: 10px; } div.file div.top { height: 28px; background: #ededed; -webkit-box-shadow: 0px 3px 3px -1px rgba(18, 86, 135, 0.2); -moz-box-shadow: 0px 3px 3px -1px rgba(18, 86, 135, 0.2); box-shadow: 0px 3px 3px -1px rgba(18, 86, 135, 0.2); position: relative; z-index: 99; } div.file div.top div.l { float: left; margin: 6px 0px 0px 10px; } div.file div.top div.r { float: right; margin: 6px 10px 0px 0px; } div.files div.l { float: left; margin-bottom: 5px; } div.files div.r { float: right; display: none; } div.file { margin-bottom: 10px; } textarea.commit-message { height: 60px; width: 845px; resize: none; border: 1px solid #dedede; border-radius: 4px; padding: 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; margin-top: 5px; } div.files div.l p{ padding: 0; margin: 5px 0px 0px 0px; } /* Code */ div.gutter { float: left; border: 0 !important; padding: 10px 5px 10px 0px; font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; background: #EDEDED; width: 40px; text-align: right; } /* Tracker */ table td.width18 { width: 18px; } table td.width135 { width: 135px; } table td.width145 { width: 145px; } .width125 { width: 125px; } table td.width30 { width: 30px; } table td.width30.right { text-align: right; } div.bordered.bpadding20 { padding-bottom: 20px; } table.tracker-lables td { padding: 1px; } table.tracker-lables div.label { width: auto; clear: both; cursor: default; margin-left: -15px; padding: 5px; padding-left: 15px; text-align: left; } table.tracker-lables div.label:hover { background: none; } div.blue-switcher { height: 19px; width: 258px; border: 1px solid #a0a0a1; border-radius: 3px; background-color: #292929; color: #FFF; -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3); float: right; } div.blue-switcher div.open { float: left; padding: 1px 0px 2px 0px; width: 128px; text-align: center; cursor: pointer; position: relative; z-index: 3; } div.blue-switcher div.selected { background-image: -webkit-gradient(linear, left top, left bottom, from(#619dd2), to(#125687)); background-image: -webkit-linear-gradient(top, #619dd2, #125687); background-image: -moz-linear-gradient(top, #619dd2, #125687); background-image: -ms-linear-gradient(top, #619dd2, #125687); background-image: -o-linear-gradient(top, #619dd2, #125687); background-image: linear-gradient(top, #619dd2, #125687); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#619dd2', EndColorStr='#125687'); border-radius: 2px; height: 18px; width: 128px; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); position: absolute; margin: 0px; z-index: 2; } div.blue-switcher div.closed { float: right; padding: 1px 0px 0px 0px; width: 128px; text-align: center; cursor: pointer; position: relative; z-index: 3; } table.tablesorter.tracker th.th1{ width: 50px; } table.tablesorter.tracker td.td0{ width: 10px; padding-right: 0px; } table.tablesorter.tracker td.td3{ min-width: 110px; padding-top: 10px; } table.tablesorter.tracker td.td3 div.code { height: 23px; width: 15px; background: #FFF; color: #009fe3; border: 1px solid #83d1f2; font-size: 16px; padding: 5px 0px 0px 5px; float: left; margin-right: 3px; cursor: pointer; } table.tablesorter.tracker td.td3 div.avatar { float: left; margin-right: 8px; cursor: pointer; } table.tablesorter.tracker td.td3 div.answers { height: 28px; background: #FFF; color: #009fe3; border: 1px solid #83d1f2; font-size: 16px; float: left; cursor: pointer; } table.tablesorter.tracker td.td3 div.answers div.pic { float: left; margin: 2px; margin-top: 6px; } table.tablesorter.tracker td.td3 div.answers div.count { float: left; margin: 4px 5px 0px 2px; } table.tablesorter.tracker div.smalltext { font-size: 11px; color: #b0b0b1; float: left; margin-top: 3px; } div.label.selected.tracker { width: auto; clear: both; cursor: default; margin-left: 0px; padding: 0px 0px 0px 2px; float: left; margin-top: 3px; } div.right div.left.nomargin { margin: 0px; padding: 0px; } div.label.selected.tracker:hover { background: none; } div.label.edit { width: 196px; clear: both; cursor: default; margin-left: -15px; padding: 5px; padding-left: 15px; } div.label.edit:hover{ background: none; } div.labeltext.edit { float: left; margin-left: 2px; font-size: 12px; margin-top: 0px; margin-bottom: 5px; padding-left: 3px; padding-right: 3px; color: #FFF; padding-top: 1px; padding-bottom: 1px; border-radius: 2px; width: 175px; cursor: default; } div.labeltext.edit div.text { float: left; } div.labeltext.edit div.delete { float: right; cursor: pointer; margin-top: 1px; } div.labeltext a { text-decoration: none; color: #292929; } div.labeltext.edit a { text-decoration: none; color: #FFF; } aside div.colors { margin: 10px 0px; } aside div.colors div.color { float: left; width: 22px; height: 22px; margin-right: 5px; border-radius: 4px; -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.8); box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.8); cursor: pointer; } aside div.colors div.choose { height: 14px; width: 14px; padding: 4px; } aside div.colors div.choose.selected, aside div.colors div.choose:hover { background: url("../pics/choose.png") no-repeat 50% 50%; height: 14px; width: 14px; padding: 4px; } aside div.lefter { float: left; } aside div.righter { float: right; margin-right: 15px; } tr.label-active { background: #DDD; border-radius: 3px; } /* Wiki */ span.wiki-gray { color: #b0b0b1; } .right table.wiki { border: 1px solid #e2e2e2; border-bottom: none; margin-top: 10px; } .right table.wiki td { border-bottom: 1px solid #e2e2e2; padding: 8px; } .right table.wiki tr.history td.td1{ width: 5px; } .right table.wiki tr.history td.td2{ width: 180px; } a.button.rigth { float: right; } div.r { float: right; margin-left: 10px; } h3.wiki { color: #477cae; font-size: 16px; } a.button.width100 { width: 100px; } .div-tracker-labels { margin: 2px 13px 2px 0px; cursor: pointer; border-radius: 4px; } .div-label-left { float: left; width: 150px; } .div-label-right { float: right; width: 30px; text-align: right; padding-top: 4px; padding-right: 3px; } div.div-label-left div.label { width: auto; clear: both; margin-left: -15px; padding: 5px; padding-left: 15px; text-align: left; } div.div-label-left div.label:hover { background: none; } /* Monitoring */ aside div.table { margin-top: 5px; } h3.small { font-size: 12px; margin: 0px; padding: 3px 0px; } table.tablesorter th.lpadding16 { padding-left: 16px; } div.right.slim { padding: 5px 14px 40px; width: 695px; } img.delete-row { cursor: pointer; } table tbody tr.error td { background: #fedede; } table tbody tr.success td { background: #e3edb7; } /* Create group */ div.right-error { float: left; width: 369px; height: 59px; background: url("../pics/error-groups.png"); margin: 0px 0px 5px -3px; text-align: center; } div.right-error p { margin: 0; padding: 27px 0px 0px 0px; } div.rightlist.nomargin { margin: 0; } article div.rightlist input.error { border: 1px solid #bd4d40; -webkit-box-shadow: 0px 0px 2px 0px rgba(189, 77, 64, 1); -moz-box-shadow: 0px 0px 2px 0px rgba(189, 77, 64, 1); box-shadow: 0px 0px 2px 0px rgba(189, 77, 64, 1); } /* Group pages */ article div.groups-profile { float: left; } article div.groups-profile a { margin: 0px 0px 0px 5px; } article div.groups-profile img { margin: 2px 0px 0px 0px; } table.tablesorter.group-list th.th2 { width: 540px; } /* Platform */ table.tablesorter.create-platform th.th1 { /*padding-left: 17px;*/ width: 120px; } div.right div.left { float: left; margin-right: 5px; } table.tablesorter.platform-products th.th1 { /*padding-left: 17px;*/ width: 560px; } table.tablesorter.platform-products td.td2 { text-align: center; } table.tablesorter.platform-repos th.th1 { /*padding-left: 17px;*/ width: 480px; } table.tablesorter.platform-repos th.th2 { /*padding-left: 17px;*/ width: 80px; } table.tablesorter.platform-repos td.td3 { text-align: center; } div.new-owner div.field { float: left; margin-right: 10px; } div.new-owner div.field input { width: 230px; } div.new-owner div.search { float: left; } .tpadding10 { padding-top: 10px; } article div.all div.hr { border-bottom: 1px solid #dedede; width: 565px; padding-top: 30px; margin-bottom: 30px; } table.tablesorter.platform-product-main th.th1 { /*padding-left: 17px;*/ width: 60px; } table.tablesorter.platform-product-main th.th2 { /*padding-left: 17px;*/ width: 400px; } table.tablesorter.platform-product-main th.th3 { padding-left: 0px; } table.tablesorter.platform-product-main th.th4 { /*padding-left: 17px;*/ width: 150px; } div.right.rpadding0 { padding-right: 0px; } article div.loadFile div.btn { float: left; } article div.loadFile div.name { float: left; margin-left: 20px; padding-top: 4px; } /* Profile */ .bpadding10 { padding-bottom: 10px; } article div.rightlist div.load { float: left; margin-left: 40px; } .notify { border: 1px solid #c86b60; background: #f4e1df; border-radius: 4px; width: 100%; margin-top: 20px; } .notify p { padding: 5px 10px; } .notify.blue { border: 1px solid #a9c6dd; background: #dcecfa; border-radius: 1px; width: 555px; margin-top: 20px; text-align: right; padding: 5px; } .notify.blue div.green { border: 1px solid #bad099; background: #d7e599; float: left; } /* Pagination */ div.pagination em { font-style: normal; } div.pagination em, div.pagination span, div.pagination a { border: 1px solid #dddddd; border-radius: 1px; background: #ededed; padding: 3px 7px; } div.pagination em.current { background: #d5e7f9; border: 1px solid #c1daed; } div.pagination a { color: #4c90d0; } /*404*/ article div.all.error404 { background: url("../pics/404.png") no-repeat 49% 0; height: 500px; text-align: center; } article div.all.error404 h1 { margin: 0; padding: 0; margin-top: 165px; font-size: 48px; font-weight: normal; } article div.all.error404 h1 span { color: #4496d0; } article div.all.error404 h2 { margin: 0; padding: 0; margin-top: 5px; font-size: 18px; font-weight: normal; } article div.all.error404 p { margin: 0 auto; padding: 0; text-align: center; font-size: 14px; } article div.all.error404 p.pages { margin-top: 72px; width: 280px; } article div.all.error404 p.search { margin-top: 80px; width: 230px; } /*500*/ article div.all.error500 { background: url("../pics/500.png") no-repeat 49% 0; height: 500px; text-align: center; } article div.all.error500 h1 { margin: 0; padding: 0; margin-top: 135px; font-size: 48px; font-weight: normal; } article div.all.error500 h1 span { color: #4496d0; } article div.all.error500 h2 { margin: 0; padding: 0; margin-top: 5px; font-size: 18px; font-weight: normal; text-align: left; margin-left: 298px; } article div.all.error500 p { margin: 0 auto; padding: 0; text-align: center; font-size: 14px; } article div.all.error500 p.pages { margin-top: 55px; width: 280px; } article div.all.error500 p.search { margin-top: 80px; width: 230px; } /*503*/ article div.all.error503 { background: url("../pics/503.png") no-repeat 50% 0; height: 500px; text-align: center; } article div.all.error503 h1 { margin: 0; padding: 0; margin-top: 395px; font-size: 38px; font-weight: normal; text-align: center; } article div.all.error503 h1 span { color: #4496d0; } article div.all.error503 h2 { margin: 0; padding: 0; margin-top: 25px; font-size: 18px; font-weight: normal; text-align: left; margin-left: 215px; } article div.all.error503 { min-height: 630px; } article div.all.error503 h2 span { color: #4496d0; } div.wrap.tmargin30 { margin-top: 30px; min-height: 91%; } /*search*/ input.button.width100 { width: 100px; } input[type="text"].exsearch { height: 16px; border: 1px solid #dedede; border-radius: 4px; padding: 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; width: 520px; margin-right: 10px; } div.lineForm.leftside.rmargin10 { margin-right: 10px; } table.tablesorter.bmargin5 { margin-bottom: 1px; } div.width400 { width: 400px; float: left; } div.width400.rmargin55 { margin-right: 55px; } div.tmargin10 { margin-top: 10px; } .tmargin10 { margin-top: 10px; } a.lmargin7 { margin-left: 7px; } a.lmargin5 { margin-left: 5px; } /*My projects*/ table.tablesorter tr.search td { background: #dcecfa; } table.tablesorter tr.search td input[type="text"] { height: 16px; width: 830px; border: 1px solid #cdcdcd; border-radius: 4px; padding: 5px; font-family: Tahoma, Geneva, Helvetica, sans-serif; font-size: 12px; margin-top: 2px; } table.tablesorter.width565 { width: 565px; } article h3 a { font-size: 14px; } /*Wiki*/ div#wiki-content div.wrap { width: 100%; text-align: left; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #FFF; margin-top: 20px; } div#wiki-content div#wiki-body { float: left; width: 410px; margin: 0px 0px 20px; } div#wiki-content div#wiki-rightbar { float: right; width: 170px; } div#wiki-content div#wiki-footer { clear: both; margin: 20px 0px; } div#wiki-content div#wiki-rightbar, div#wiki-content div#wiki-footer { background-color: #f7f7f7; border: 1px solid #DDDDDD; border-radius: 3px; line-height: 1.5em; padding: 10px 20px; } div#gollum-footer { color: #727272; }