123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595 |
- /* Styles for the admin quick search.
- ------------------------------------------------------- */
- h3.catbg #quick_search form {
- padding: .6em 0 0 0;
- height: 1.65em;
- line-height: 0.7em;
- font-size: 0.8em !important;
- }
- h3.catbg #quick_search form select {
- height: 1.65em;
- line-height: 1.65em;
- font-size: 1em;
- margin: 0 0.2em 0 0;
- }
- #search_go {
- float: none;
- }
- ol.search_results {
- margin: 0 0 0 0;
- padding: 0 0 0 20px;
- }
- ol.search_results li {
- padding: 0 0 0 0;
- }
- /* Styles for the core features screen.
- ------------------------------------------------------- */
- .features {
- padding: 0 1em !important;
- overflow: auto;
- }
- .features_image {
- float: left;
- margin: 0 2em 0.5em 1em;
- }
- .features_switch {
- margin: 0.2em 1em 1em 1em;
- float: right;
- }
- .features h4 {
- padding: 1em 0 0.5em 0.5em;
- margin: 0;
- font-size: 1.1em;
- }
- .features p {
- padding: 0 1em;
- margin: 0;
- }
- /* Styles for the admin home screen bar.
- ------------------------------------------------------- */
- #admincenter #welcome img {
- vertical-align: middle;
- }
- #admincenter .content {
- padding: 1em;
- }
- #admin_main_section {
- overflow: hidden;
- margin: 1em 0;
- }
- #admincenter div.windowbg, #admincenter div.windowbg2, #admin_content div.windowbg, #admin_content div.windowbg2 {
- padding: 0.5em 0.5em 1em 0.5em;
- border: 1px solid #ddd; border-bottom: 1px solid #ccc;
- margin: 2px 0 0 0;
- border-radius: 0 0 0 0; box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
- }
- #live_news {
- width: 63.5%;
- -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
- }
- #live_news div.content {
- padding: 0;
- font-size: 0.92em;
- }
- #live_news div.content dl {
- padding: 0 5px;
- }
- #supportVersionsTable {
- width: 35.5%;
- -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
- }
- #version_details {
- padding: 0 5px;
- height: 10em;
- overflow: auto;
- }
- #smfAnnouncements {
- padding: 0 5px;
- height: 14.1em;
- overflow: auto;
- }
- #smfAnnouncements dt {
- border-bottom: 1px dashed #000;
- }
- #smfAnnouncements dd {
- padding: 0;
- margin: 0 0 1em 1.5em;
- }
- #update_section {
- margin: 0.5em 0;
- }
- /* Quick tasks markup could really do with a slight change. */
- #quick_tasks {
- margin: 0;
- padding: 0;
- }
- #quick_tasks li:nth-child(1n + 0) {
- clear: left;
- }
- #quick_tasks li:nth-child(2n + 0) {
- clear: right;
- }
- #quick_tasks li {
- float: left;
- list-style-type: none;
- margin: 0;
- padding: 15px 10px 5px 0;
- width: 50%;
- -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
- }
- .home_image {
- float: left;
- padding: 0 10px;
- }
- p.task {
- margin: -15px 0 0 60px;
- float: left;
- }
- /* Common admin center classes.
- ------------------------------------------------------- */
- #admin_content .catbg .icon {
- margin: 8px 5px 0 0;
- }
- #admin_content .windowbg, #admin_content .windowbg2 {
- /*border: 1px solid #ddd;
- border-radius: 0 0 4px 4px;*/
- padding-top: 16px;
- }
- #admincenter .windowbg2 .icon {
- margin: 0 5px -5px 0;
- }
- hr.hrcolor {
- margin: 10px 0;
- }
- h3.titlebg form {
- font-size: 80%;
- }
- .windowbg.nopadding {
- margin: 0.3em 0 0 0;
- padding: 0;
- }
- .windowbg ol {
- margin-top: 0;
- margin-bottom: 0;
- }
- .table_caption, tr.table_caption td {
- color: #000;
- font-size: 10px;
- font-weight: bold;
- }
- .additional_row div.floatleft {
- padding: 0 0.92em;
- }
- fieldset {
- margin-bottom: 0.5em;
- border: 1px solid #cacdd3;
- padding: 0.5em;
- }
- fieldset dl {
- margin: 0;
- }
- legend {
- font-weight: bold;
- color: #000;
- }
- .information a {
- font-weight: bold;
- }
- /* Styles for the package manager.
- ------------------------------------------------- */
- #package_list .tborder {
- margin: .25em 0 .25em 26px;
- }
- #package_list ol, #package_list ol li {
- list-style: decimal;
- margin-left: 50px;
- border: none;
- }
- #package_list ol ul, #package_list ol ul li {
- margin-left: 0;
- list-style: none;
- }
- #package_list {
- list-style-type: none;
- }
- #package_list li {
- border: 1px solid #cacdd3;
- padding: 0.2em;
- margin: 1px;
- }
- /* [WIP]*/
- .description, .information {
- max-height: 15em;
- overflow: auto;
- padding-bottom: .5em;
- }
- /* End [WIP]*/
- #advanced_box {
- padding-top: 5px;
- }
- .package_section {
- border: 1px solid #cacdd3;
- }
- ul.packages li {
- border: none !important;
- list-style: none;
- }
- code#find_code, code#replace_code {
- display: block;
- font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
- font-size: x-small;
- background: #eef;
- line-height: 1.5em;
- padding: 3px 1em;
- overflow: auto;
- white-space: pre;
- /* Show a scrollbar after about 24 lines. */
- max-height: 24em;
- }
- span.package_server {
- padding: 0 3em;
- }
- ul.package_servers {
- margin: 0;
- padding: 0;
- }
- ul.package_servers li {
- list-style-type: none;
- }
- pre.file_content {
- overflow: auto;
- width: 100%;
- padding-bottom: 1em;
- }
- .operation {
- padding: 0 1em;
- }
- /* Styles for the file permissions section.
- ------------------------------------------------- */
- .filepermissions {
- font-size: 0.92em;
- white-space: nowrap;
- }
- .fperm {
- display: block;
- width: 35%;
- text-align: center;
- }
- .perm_read {
- background-color: #d1f7bf;
- }
- .perm_write {
- background-color: #ffbbbb;
- }
- .perm_execute {
- background-color: #fdd7af;
- }
- .perm_custom {
- background-color: #c2c6c0;
- }
- .perm_nochange {
- background-color: #eee;
- }
- /* Styles for the BBC permissions
- ------------------------------------------------- */
- .list_bbc {
- width: 33%;
- }
- /* Styles for the manage boards section.
- ------------------------------------------------- */
- #manage_boards ul {
- padding: 0;
- margin: 0 0 0.6em 0;
- max-height: 30em;
- overflow: auto;
- }
- #manage_boards li {
- list-style-type: none;
- border: 1px solid #cacdd3;
- padding: 0.2em;
- margin: 1px;
- clear: right;
- }
- #manage_boards li img {
- vertical-align: middle;
- padding-bottom: 3px;
- }
- #manage_boards li#recycle_board {
- background-color: #dee;
- }
- .move_links {
- padding: 0 13px 0 0;
- }
- .modify_boards {
- padding: 0 0.5em;
- }
- #manage_boards span.post_group, #manage_boards span.regular_members {
- border-bottom: 1px dotted #000;
- cursor: help;
- }
- .select_all_box {
- display:none;
- }
- /* Styles for the manage members section.
- ------------------------------------------------- */
- .msearch_details {
- display: block;
- width: 49%;
- }
- dl.right dt {
- padding-right: 10px;
- }
- /* Styles for the manage maintenance section.
- ------------------------------------------------- */
- #manage_maintenance {
- margin: 0 0 0 0;
- }
- #manage_maintenance h3.catbg {
- padding: 0 0 0 20px;
- }
- #manage_maintenance .content {
- position: relative;
- }
- #manage_maintenance h3.double_height {
- font-size: 1.1em;
- color: #444;
- }
- #manage_maintenance h3.double_height .icon, #manage_maintenance #membersIcon, #manage_maintenance #rotIcon {
- margin: 0 0 -5px 0;
- }
- #manage_maintenance .windowbg2 form {
- padding: 0 0 12px 0;
- overflow: auto;
- }
- #manage_maintenance .windowbg2 p.floatleft {
- max-width: 85%;
- }
- #manage_maintenance .windowbg2 p.clear {
- padding-top: 10px;
- }
- #manage_maintenance .content .button_submit {
- position: absolute;
- right: 12px;
- bottom: 40px;
- }
- .infobox {
- margin: -0.5em 0 2em 0;
- }
- /* Do we need to keep this next one, or can we just use infobox styling? */
- #task_completed {
- background:#B7FCA7 url(../images/warning_watch.png) center no-repeat;
- background-position:8px 50%;
- text-align:left;
- border-top:1px solid green;
- border-bottom:1px solid green;
- padding:4px 10px 2px 30px;
- margin-bottom: 1em;
- }
- /* Styles for the manage calendar section.
- ------------------------------------------------- */
- dl.settings dt.small_caption {
- width: 20%;
- }
- dl.settings dd.small_caption {
- width: 79%;
- }
- /* Styles for the manage permissions section.
- ------------------------------------------------- */
- dl.admin_permissions dt {
- width: 35%;
- }
- dl.admin_permissions dd {
- width: 64%;
- }
- /* Styles for the manage search section.
- ------------------------------------------------- */
- dl.settings dt.large_caption {
- width: 70%;
- }
- dl.settings dd.large_caption {
- width: 29%;
- }
- span.search_weight {
- width: 40px;
- padding: 0 0.5em;
- text-align: right;
- display: inline-block;
- }
- .search_settings {
- width: 47%;
- }
- /* Styles for the manage bans section.
- ------------------------------------------------- */
- .ban_restriction {
- margin: 0.2em 0 0.2em 2.2em;
- }
- .ban_settings {
- width: 46%;
- }
- #manage_bans dl {
- margin-bottom: 1em;
- }
- #manage_bans fieldset dl.settings {
- margin-bottom: 0;
- }
- /* Styles for the manage subscriptions section.
- ------------------------------------------------- */
- #fixed_area {
- width: 97%;
- }
- ul.pending_payments {
- margin: 0;
- padding: 0;
- }
- ul.pending_payments li {
- list-style-type: none;
- }
- /* Styles for the manage permissions section.
- ------------------------------------------------- */
- .perm_name, .perm_profile, .perm_board {
- display: block;
- width: 40%;
- }
- .perm_boards {
- padding: 0;
- margin: 0 0 0.6em 0;
- }
- .perm_boards li {
- list-style-type: none;
- border: 1px solid #cacdd3;
- padding: 0.2em;
- margin: 1px;
- }
- .perm_groups {
- background-color: #fff;
- }
- .perm_classic {
- margin: 0.2em;
- }
- .permission_groups {
- padding: 0;
- margin: 0;
- }
- .permission_groups li {
- list-style-type: none;
- padding: 0.2em;
- margin: 1px;
- }
- .perms {
- width: 20px;
- display: inline-block;
- text-align: center;
- }
- /* Styles for the themes section.
- ------------------------------------------------- */
- ul.theme_options {
- padding: 0;
- margin: 0;
- }
- ul.theme_options li {
- list-style: none;
- padding: 0.4em;
- }
- .is_directory {
- padding-left: 18px;
- background: url(../images/admin/boards.png) no-repeat;
- }
- .edit_file {
- width: 96%;
- font-family: monospace;
- margin-top: 1ex;
- white-space: pre;
- }
- dl.themes_list {
- margin: 0;
- }
- dl.themes_list dt {
- margin-bottom: 3px;
- }
- dl.themes_list dd {
- font-style: italic;
- white-space: nowrap;
- }
- /* Styles for the registration center.
- ------------------------------------------------- */
- .agreement, .reserved_names {
- padding: 0;
- }
- #agreement, #reserved {
- width: 99%;
- }
- /* Styles for the moderation center.
- ------------------------------------------------- */
- #modcenter {
- display: block;
- width: 100%;
- }
- .modblock_left {
- width: 49%;
- float: left;
- clear: right;
- margin: 0 0 1em 0;
- }
- .modblock_right {
- width: 49%;
- float: right;
- margin: 0 0 1em 0;
- }
- .modbox {
- height: 14em;
- overflow: auto;
- }
- /* Moderation Notes */
- ul.moderation_notes {
- margin: 0;
- padding: 0;
- list-style: none;
- overflow: auto;
- height: 10.2em;
- }
- ul.moderation_notes li {
- padding: 0.2em;
- border-bottom: 1px solid #cccccc;
- }
- .notes {
- margin-top: 0.4em;
- }
- .post_note {
- width: 85%;
- }
- /* Styles for the error log.
- ------------------------------------------------- */
- h3.grid_header {
- height: 25px;
- }
- #error_log {
- width: 100%;
- }
- #error_log tr.windowbg td, #error_log tr.windowbg2 td {
- padding: 8px;
- line-height: 160%;
- }
- #error_log td.half_width {
- width: 50%;
- }
- #error_log td.checkbox_column {
- width: 15px;
- vertical-align: top;
- text-align: center;
- }
- #error_log td div.marginleft {
- margin: 0 0 0 1ex;
- }
- #manage_boards span.botslice, #manage_maintenance span.botslice, #manage_mail span.botslice {
- margin-bottom: 4px;
- }
- /* Styles for the Report generation
- ------------------------------------------------- */
- #report_buttons {
- min-height: 2em;
- padding-left: 0;
- padding-bottom: 2px;
- }
|