[ticket/14865] Fix all fixable linting issues

PHPBB3-14865
This commit is contained in:
hanakin 2016-11-24 12:26:45 +01:00
parent 39572a3aa0
commit 452261e806
17 changed files with 2237 additions and 1552 deletions

View file

@ -12,19 +12,21 @@
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
}*/ }
*/
/* Define your base font-size here; most elements will inherit this. */
/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
html { html {
font-size: 1em; /* Assuming 16px... */ font-size: 1em; /* Assuming 16px... */
line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/ line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333333;
background-color: #ffffff; background-color: #ffffff;
color: #333333;
} }
input, input,
@ -36,26 +38,31 @@ textarea {
line-height: inherit; line-height: inherit;
} }
figure { margin: 0 } figure {
img { vertical-align: middle } margin: 0;
}
img {
vertical-align: middle;
}
hr { hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
margin-top: 20px;
margin-bottom: 20px;
} }
a { a {
color: #428bca;
text-decoration: none; text-decoration: none;
color: #428bca;
} }
a:hover, a:hover,
a:focus, a:focus,
a:active { a:active {
color: #2a6496;
text-decoration: underline; text-decoration: underline;
color: #2a6496;
} }
blockquote, blockquote,
@ -69,7 +76,10 @@ h5,
h6, h6,
figure, figure,
p, p,
pre { margin: 0 } pre {
margin: 0;
}
button { button {
background: transparent; background: transparent;
border: 0; border: 0;
@ -81,8 +91,7 @@ button {
* results in a loss of the default `button` focus styles. * results in a loss of the default `button` focus styles.
*/ */
button:focus { button:focus {
outline: 1px dotted; outline: 1px dotted 5px auto -webkit-focus-ring-color;
outline: 5px auto -webkit-focus-ring-color;
} }
fieldset { fieldset {
@ -91,12 +100,15 @@ fieldset {
padding: 0; padding: 0;
} }
iframe { border: 0 } iframe {
border: 0;
}
ol, ol,
ul { ul {
list-style: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none;
} }
/** /**
@ -104,7 +116,9 @@ ul {
* This prevents an unwanted focus outline from appearing around elements that * This prevents an unwanted focus outline from appearing around elements that
* might still respond to pointer events. * might still respond to pointer events.
*/ */
[tabindex="-1"]:focus { outline: none !important } [tabindex='-1']:focus {
outline: none !important;
}
/** /**
* Remove double underline from recent version of firefox * Remove double underline from recent version of firefox
@ -112,4 +126,3 @@ ul {
abbr[title] { abbr[title] {
text-decoration: none; text-decoration: none;
} }

View file

@ -14,8 +14,8 @@
} }
.rtl div.rules ul { .rtl div.rules ul {
margin-left: 0;
margin-right: 20px; margin-right: 20px;
margin-left: 0;
} }
/* Main blocks /* Main blocks
@ -47,48 +47,52 @@
} }
/* Horizontal lists /* Horizontal lists
----------------------------------------*/ ---------------------------------------- */
.rtl ul.linklist > li { .rtl ul.linklist > li {
float: right; float: right;
margin-right: 0; margin-right: 0;
margin-left: 7px; margin-left: 7px;
} }
.rtl ul.linklist > li.rightside, .rtl p.rightside, .rtl a.rightside { .rtl ul.linklist > li.rightside,
.rtl p.rightside,
.rtl a.rightside {
text-align: left;
float: left; float: left;
margin-right: 7px; margin-right: 7px;
margin-left: 0; margin-left: 0;
text-align: left;
} }
.rtl ul.leftside > li, .rtl ul.rightside > li { .rtl ul.leftside > li,
.rtl ul.rightside > li {
float: left; float: left;
} }
.rtl ul.leftside { .rtl ul.leftside {
float: right;
margin-left: 5px;
margin-right: 0;
text-align: right; text-align: right;
float: right;
margin-right: 0;
margin-left: 5px;
} }
.rtl ul.rightside { .rtl ul.rightside {
float: left;
margin-left: -5px;
margin-right: 5px;
text-align: left; text-align: left;
float: left;
margin-right: 5px;
margin-left: -5px;
} }
/* Bulletin icons for list items /* Bulletin icons for list items
----------------------------------------*/ ---------------------------------------- */
.rtl ul.linklist.bulletin > li:before { .rtl ul.linklist.bulletin > li:before {
padding-left: 4px;
padding-right: 0; padding-right: 0;
padding-left: 4px;
} }
/* Dropdown menu /* Dropdown menu
---------------------------------------- */ ---------------------------------------- */
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left { .rtl .dropdown-container.topic-tools,
.rtl .dropdown-container-left {
float: right; float: right;
} }
@ -97,8 +101,8 @@
} }
.rtl .dropdown-contents > li { .rtl .dropdown-contents > li {
padding-left: 15px;
padding-right: 0; padding-right: 0;
padding-left: 15px;
} }
.rtl .dropdown-nonscroll > li { .rtl .dropdown-nonscroll > li {
@ -106,34 +110,35 @@
} }
.rtl .dropdown li li { .rtl .dropdown li li {
padding-left: 0;
padding-right: 18px; padding-right: 18px;
padding-left: 0;
} }
.rtl .dropdown-extended .header { .rtl .dropdown-extended .header {
text-align: right; text-align: right;
} }
.rtl .dropdown-extended .header .header_settings, .rtl .dropdown-container-right { .rtl .dropdown-extended .header .header_settings,
.rtl .dropdown-container-right {
float: left; float: left;
} }
/* Notifications /* Notifications
-----------------------------------------*/ ----------------------------------------- */
.rtl .notification_list ul li img { .rtl .notification_list ul li img {
float: right; float: right;
margin-left: 5px;
margin-right: 0; margin-right: 0;
margin-left: 5px;
} }
.rtl .notification_list div.notifications { .rtl .notification_list div.notifications {
margin-left: 0;
margin-right: 50px; margin-right: 50px;
margin-left: 0;
} }
.rtl .notification_text { .rtl .notification_text {
margin-left: 0;
margin-right: 58px; margin-right: 58px;
margin-left: 0;
} }
.rtl .notification_list p.notification-time { .rtl .notification_list p.notification-time {
@ -141,20 +146,20 @@
} }
/* Responsive breadcrumbs /* Responsive breadcrumbs
----------------------------------------*/ ---------------------------------------- */
.rtl .breadcrumbs .crumb { .rtl .breadcrumbs .crumb {
float: right; float: right;
} }
/* Table styles /* Table styles
----------------------------------------*/ ---------------------------------------- */
.rtl table.table1 thead th { .rtl table.table1 thead th {
padding: 0 3px 4px 0; padding: 0 3px 4px 0;
} }
.rtl table.table1 thead th span { .rtl table.table1 thead th span {
padding-left: 0;
padding-right: 7px; padding-right: 7px;
padding-left: 0;
} }
.rtl table.table1 tbody th { .rtl table.table1 tbody th {
@ -162,11 +167,26 @@
} }
/* Specific column styles */ /* Specific column styles */
.rtl table.table1 .name { text-align: right; } .rtl table.table1 .name {
.rtl table.table1 .joined { text-align: right; } text-align: right;
.rtl table.table1 .active { text-align: right; } }
.rtl table.table1 .info { text-align: right; }
.rtl table.table1 thead .autocol { padding-left: 0; padding-right: 1em; } .rtl table.table1 .joined {
text-align: right;
}
.rtl table.table1 .active {
text-align: right;
}
.rtl table.table1 .info {
text-align: right;
}
.rtl table.table1 thead .autocol {
padding-right: 1em;
padding-left: 0;
}
.rtl table.table1 span.rank-img { .rtl table.table1 span.rank-img {
float: left; float: left;
@ -182,6 +202,7 @@
/* Misc layout styles /* Misc layout styles
---------------------------------------- */ ---------------------------------------- */
/* column[1-2] styles are containers for two column layouts */ /* column[1-2] styles are containers for two column layouts */
.rtl .column1 { .rtl .column1 {
float: right; float: right;
@ -195,37 +216,37 @@
/* General classes for placing floating blocks */ /* General classes for placing floating blocks */
.rtl .left-box { .rtl .left-box {
float: right;
text-align: right; text-align: right;
float: right;
} }
.rtl .right-box { .rtl .right-box {
float: left;
text-align: left; text-align: left;
float: left;
} }
.rtl dl.details dt { .rtl dl.details dt {
text-align: left;
float: right; float: right;
clear: right; clear: right;
text-align: left;
} }
.rtl dl.details dd { .rtl dl.details dd {
float: right;
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
padding-right: 5px; padding-right: 5px;
padding-left: 0; padding-left: 0;
float: right;
} }
*:first-child+html dl.details dd { *:first-child + html dl.details dd {
margin-right: 30%;
float: none; float: none;
margin-right: 30%;
} }
* html dl.details dd { * html dl.details dd {
margin-right: 30%;
float: none; float: none;
margin-right: 30%;
} }
/* Pagination /* Pagination
@ -236,16 +257,16 @@
} }
.rtl .pagination > ul { .rtl .pagination > ul {
margin-left: 0;
margin-right: 5px; margin-right: 5px;
margin-left: 0;
} }
/* Pagination in viewforum for multipage topics */ /* Pagination in viewforum for multipage topics */
.rtl .row .pagination { .rtl .row .pagination {
background-position: 100% 50%; background-position: 100% 50%;
float: left; float: left;
padding-left: 0;
padding-right: 15px; padding-right: 15px;
padding-left: 0;
} }
.rtl .row .pagination > ul { .rtl .row .pagination > ul {
@ -257,21 +278,21 @@
} }
.pagination li.page-jump { .pagination li.page-jump {
margin-left: 5px;
margin-right: 0; margin-right: 0;
margin-left: 5px;
} }
/* Action Bar styles /* Action Bar styles
---------------------------------------- */ ---------------------------------------- */
.rtl .action-bar .button { .rtl .action-bar .button {
margin-right: 0;
float: right; float: right;
margin-right: 0;
} }
.rtl .action-bar > .button { .rtl .action-bar > .button {
margin-left: 5px;
float: right; float: right;
margin-left: 5px;
} }
.rtl .action-bar .dropdown-button-control .button { .rtl .action-bar .dropdown-button-control .button {
@ -282,14 +303,14 @@
/* Miscellaneous styles /* Miscellaneous styles
---------------------------------------- */ ---------------------------------------- */
.rtl .quick-links { .rtl .quick-links {
margin-left: 7px;
margin-right: 0; margin-right: 0;
margin-left: 7px;
} }
.rtl .header-avatar span:after { .rtl .header-avatar span:after {
float: left; float: left;
padding-left: 0;
padding-right: 2px; padding-right: 2px;
padding-left: 0;
} }
.rtl .member-search { .rtl .member-search {
@ -313,8 +334,8 @@ li.breadcrumbs span:first-child > a {
/* Notification mark read link */ /* Notification mark read link */
.rtl .dropdown-extended a.mark_read { .rtl .dropdown-extended a.mark_read {
border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;
left: 0;
right: auto; right: auto;
left: 0;
} }
.rtl .back2top .top { .rtl .back2top .top {
@ -323,9 +344,10 @@ li.breadcrumbs span:first-child > a {
} }
.rtl .skiplink { .rtl .skiplink {
right: -999px;
/* invisible skip link, used for accessibility */ /* invisible skip link, used for accessibility */
left: 0; left: 0;
right: -999px;
} }
.rtl a.feed-icon-forum { .rtl a.feed-icon-forum {
@ -335,7 +357,8 @@ li.breadcrumbs span:first-child > a {
/** /**
* content.css * content.css
*/ */
.rtl ul.topiclist dt, .rtl li.header dt { .rtl ul.topiclist dt,
.rtl li.header dt {
float: right; float: right;
margin-right: 0; margin-right: 0;
margin-left: -440px; margin-left: -440px;
@ -377,21 +400,21 @@ li.breadcrumbs span:first-child > a {
} }
.rtl ul.topiclist dd { .rtl ul.topiclist dd {
float: right;
border-right-width: 1px;
border-right-style: solid; border-right-style: solid;
border-right-width: 1px;
border-left: none; border-left: none;
float: right;
} }
.rtl ul.topiclist dfn { .rtl ul.topiclist dfn {
left: auto;
right: -999px; right: -999px;
left: auto;
} }
.rtl ul.topiclist li.row dt a.subforum { .rtl ul.topiclist li.row dt a.subforum {
padding-right: 12px;
background-position: right; background-position: right;
position: static; position: static;
padding-right: 12px;
} }
.rtl .forum-image { .rtl .forum-image {
@ -400,16 +423,17 @@ li.breadcrumbs span:first-child > a {
margin-left: 5px; margin-left: 5px;
} }
.rtl li.header dt, .rtl li.header dd { .rtl li.header dt,
.rtl li.header dd {
border-right-width: 0; border-right-width: 0;
} }
.rtl li.header dd { .rtl li.header dd {
padding-left: 0;
padding-right: 1px; padding-right: 1px;
padding-left: 0;
} }
.rtl dl.row-item{ .rtl dl.row-item {
background-position: 99.5% 50%; background-position: 99.5% 50%;
} }
@ -420,30 +444,35 @@ li.breadcrumbs span:first-child > a {
} }
.rtl dl.row-item dt { .rtl dl.row-item dt {
background-position: 99.5% 95%; /* Position of topic icon */ background-position: 99.5% 95%; /* Position of topic icon */
} }
.rtl dl.row-item dt .list-inner { .rtl dl.row-item dt .list-inner {
padding-right: 45px; /* Space for folder icon */
padding-left: 5px; padding-left: 5px;
padding-right: 45px; /* Space for folder icon */
} }
.rtl dl a.row-item-link { /* topic row icon links */ .rtl dl a.row-item-link { /* topic row icon links */
display: inline-block;
left: auto;
right: 0; right: 0;
margin-left: 0; left: auto;
display: inline-block;
margin-right: 2px; margin-right: 2px;
margin-left: 0;
} }
.rtl dd.lastpost > span, .rtl ul.topiclist dd.info > span, .rtl ul.topiclist dd.time > span, .rtl dd.redirect > span, .rtl dd.moderation > span { .rtl dd.lastpost > span,
padding-left: 0; .rtl ul.topiclist dd.info > span,
.rtl ul.topiclist dd.time > span,
.rtl dd.redirect > span,
.rtl dd.moderation > span {
padding-right: 5px; padding-right: 5px;
padding-left: 0;
} }
/* Post body styles /* Post body styles
----------------------------------------*/ ---------------------------------------- */
.rtl .postbody, .rtl .postbody h3 { .rtl .postbody,
.rtl .postbody h3 {
float: right; float: right;
} }
@ -457,20 +486,21 @@ li.breadcrumbs span:first-child > a {
} }
.rtl p.post-notice:before { .rtl p.post-notice:before {
left: auto;
right: 0; right: 0;
left: auto;
} }
/* Topic review panel /* Topic review panel
----------------------------------------*/ ---------------------------------------- */
.rtl .topicreview { .rtl .topicreview {
padding-right: 0; padding-right: 0;
padding-left: 5px; padding-left: 5px;
} }
/* Content container styles /* Content container styles
----------------------------------------*/ ---------------------------------------- */
.rtl .content ul, .rtl .content ol { .rtl .content ul,
.rtl .content ol {
margin-right: 3em; margin-right: 3em;
margin-left: 0; margin-left: 0;
} }
@ -489,11 +519,12 @@ li.breadcrumbs span:first-child > a {
} }
/* BB Code styles /* BB Code styles
----------------------------------------*/ ---------------------------------------- */
/* Quote block */ /* Quote block */
.rtl blockquote { .rtl blockquote {
margin: 0.5em 25px 0 1px;
background-position: 99% 8px; background-position: 99% 8px;
margin: 0.5em 25px 0 1px;
} }
.rtl blockquote blockquote { .rtl blockquote blockquote {
@ -516,11 +547,11 @@ li.breadcrumbs span:first-child > a {
} }
/* Attachments /* Attachments
----------------------------------------*/ ---------------------------------------- */
.rtl .attachbox { .rtl .attachbox {
float: right; float: right;
margin: 5px 0 5px 5px;
clear: right; clear: right;
margin: 5px 0 5px 5px;
} }
.rtl .attachbox dd { .rtl .attachbox dd {
@ -536,16 +567,16 @@ li.breadcrumbs span:first-child > a {
} }
/* Post poll styles /* Post poll styles
----------------------------------------*/ ---------------------------------------- */
.rtl fieldset.polls dt { .rtl fieldset.polls dt {
text-align: right; text-align: right;
float: right;
border-left: none; border-left: none;
float: right;
} }
.rtl fieldset.polls dd { .rtl fieldset.polls dd {
float: right;
border-right: none; border-right: none;
float: right;
margin-right: 0; margin-right: 0;
} }
@ -553,29 +584,35 @@ li.breadcrumbs span:first-child > a {
text-align: left; text-align: left;
} }
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 { .rtl .pollbar1,
border-left-width: 1px; .rtl .pollbar2,
border-left-style: solid; .rtl .pollbar3,
.rtl .pollbar4,
.rtl .pollbar5 {
border-right: none; border-right: none;
border-left-style: solid;
border-left-width: 1px;
} }
/* Poster profile block /* Poster profile block
----------------------------------------*/ ---------------------------------------- */
.rtl .postprofile { .rtl .postprofile {
border-width: 0 1px 0 0; border-width: 0 1px 0 0;
float: left; float: left;
/* text-align: right; */
/* text-align: right; */
} }
.rtl .pm .postprofile { .rtl .pm .postprofile {
border-right-width: 1px;
border-right-style: solid; border-right-style: solid;
border-right-width: 1px;
border-left: none; border-left: none;
} }
.rtl .postprofile dd, .rtl .postprofile dt { .rtl .postprofile dd,
margin-left: 0; .rtl .postprofile dt {
margin-right: 8px; margin-right: 8px;
margin-left: 0;
} }
.rtl .postprofile .avatar { .rtl .postprofile .avatar {
@ -608,8 +645,8 @@ li.breadcrumbs span:first-child > a {
} }
.rtl .has-profile .post-buttons { .rtl .has-profile .post-buttons {
left: 0;
right: auto; right: auto;
left: 0;
} }
.rtl .post-buttons li { .rtl .post-buttons li {
@ -617,11 +654,11 @@ li.breadcrumbs span:first-child > a {
} }
/* Poster contact icons /* Poster contact icons
----------------------------------------*/ ---------------------------------------- */
.rtl .contact-icons a { .rtl .contact-icons a {
border-left-width: 1px;
border-left-style: dotted;
border-right: none; border-right: none;
border-left-style: dotted;
border-left-width: 1px;
float: right; float: right;
} }
@ -632,12 +669,13 @@ li.breadcrumbs span:first-child > a {
/** /**
* cp.css * cp.css
*/ */
/* Control Panel Styles /* Control Panel Styles
---------------------------------------- */ ---------------------------------------- */
/* Main CP box /* Main CP box
----------------------------------------*/ ---------------------------------------- */
.rtl .cp-menu { .rtl .cp-menu {
float: right; float: right;
} }
@ -661,10 +699,10 @@ li.breadcrumbs span:first-child > a {
} }
/* CP tabbed menu /* CP tabbed menu
----------------------------------------*/ ---------------------------------------- */
.rtl .tabs { .rtl .tabs {
margin-left: 0;
margin-right: 7px; margin-right: 7px;
margin-left: 0;
} }
.rtl .tabs .tab { .rtl .tabs .tab {
@ -672,12 +710,12 @@ li.breadcrumbs span:first-child > a {
} }
.rtl .tabs .tab > a { .rtl .tabs .tab > a {
margin-left: 1px;
margin-right: 0; margin-right: 0;
margin-left: 1px;
} }
/* Mini tabbed menu used in MCP /* Mini tabbed menu used in MCP
----------------------------------------*/ ---------------------------------------- */
.rtl .minitabs { .rtl .minitabs {
float: left; float: left;
margin-right: 0; margin-right: 0;
@ -694,7 +732,7 @@ li.breadcrumbs span:first-child > a {
} }
/* Responsive tabs /* Responsive tabs
----------------------------------------*/ ---------------------------------------- */
.rtl .tabs .dropdown { .rtl .tabs .dropdown {
margin-left: -2px; margin-left: -2px;
} }
@ -712,22 +750,24 @@ li.breadcrumbs span:first-child > a {
} }
/* Responsive *CP navigation /* Responsive *CP navigation
----------------------------------------*/ ---------------------------------------- */
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{ @media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.rtl .cp-menu, .rtl .navigation, .rtl .cp-main { .rtl .cp-menu,
.rtl .navigation,
.rtl .cp-main {
float: none; float: none;
} }
} }
/* UCP navigation menu /* UCP navigation menu
----------------------------------------*/ ---------------------------------------- */
/* Preferences pane layout /* Preferences pane layout
----------------------------------------*/ ---------------------------------------- */
.rtl .cp-main h2 { .rtl .cp-main h2 {
margin-left: 0;
margin-right: 10px; margin-right: 10px;
margin-left: 0;
} }
/* Friends list */ /* Friends list */
@ -736,7 +776,7 @@ li.breadcrumbs span:first-child > a {
} }
/* PM Styles /* PM Styles
----------------------------------------*/ ---------------------------------------- */
/* PM panel adjustments */ /* PM panel adjustments */
.rtl .reply-all a.right { .rtl .reply-all a.right {
@ -758,11 +798,11 @@ li.breadcrumbs span:first-child > a {
/* PM marking colours */ /* PM marking colours */
.rtl .pm-legend { .rtl .pm-legend {
border-right-width: 10px;
border-right-style: solid; border-right-style: solid;
border-right-width: 10px;
border-left-width: 0; border-left-width: 0;
padding-left: 0;
padding-right: 3px; padding-right: 3px;
padding-left: 0;
} }
/* Avatar gallery */ /* Avatar gallery */
@ -771,10 +811,12 @@ li.breadcrumbs span:first-child > a {
} }
/* Responsive *CP navigation /* Responsive *CP navigation
----------------------------------------*/ ---------------------------------------- */
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{ @media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.rtl .cp-menu, .rtl .navigation, .rtl .cp-main { .rtl .cp-menu,
.rtl .navigation,
.rtl .cp-main {
float: none; float: none;
} }
} }
@ -784,7 +826,7 @@ li.breadcrumbs span:first-child > a {
*/ */
/* General form styles /* General form styles
----------------------------------------*/ ---------------------------------------- */
.rtl option { .rtl option {
padding-right: 0; padding-right: 0;
@ -799,26 +841,26 @@ li.breadcrumbs span:first-child > a {
/* Definition list layout for forms /* Definition list layout for forms
---------------------------------------- */ ---------------------------------------- */
.rtl fieldset dt { .rtl fieldset dt {
float: right;
text-align: right; text-align: right;
float: right;
} }
.rtl fieldset dd { .rtl fieldset dd {
margin-left: 0;
margin-right: 41%; margin-right: 41%;
margin-left: 0;
} }
/* Specific layout 1 */ /* Specific layout 1 */
.rtl fieldset.fields1 dt { .rtl fieldset.fields1 dt {
border-left-width: 0;
border-right-width: 1px; border-right-width: 1px;
border-left-width: 0;
} }
.rtl fieldset.fields1 dd { .rtl fieldset.fields1 dd {
margin-right: 15em;
margin-left: 0;
border-right-width: 0; border-right-width: 0;
border-left-width: 1px; border-left-width: 1px;
margin-right: 15em;
margin-left: 0;
} }
/* Specific layout 2 */ /* Specific layout 2 */
@ -828,10 +870,10 @@ li.breadcrumbs span:first-child > a {
} }
.rtl fieldset.fields2 dd { .rtl fieldset.fields2 dd {
border-right-width: 0;
border-left-width: 1px;
margin-right: 16em; margin-right: 16em;
margin-left: 0; margin-left: 0;
border-left-width: 1px;
border-right-width: 0;
} }
/* Form elements */ /* Form elements */
@ -839,26 +881,27 @@ li.breadcrumbs span:first-child > a {
text-align: right; text-align: right;
} }
.rtl dd input, .rtl dd textarea { .rtl dd input,
margin-left: 3px; .rtl dd textarea {
margin-right: 0; margin-right: 0;
margin-left: 3px;
} }
/* Quick-login on index page */ /* Quick-login on index page */
.rtl fieldset.quick-login input.inputbox { .rtl fieldset.quick-login input.inputbox {
margin-left: 5px;
margin-right: 0; margin-right: 0;
margin-left: 5px;
} }
.rtl fieldset.quick-login label { .rtl fieldset.quick-login label {
padding-left: 2px;
padding-right: 0; padding-right: 0;
padding-left: 2px;
} }
/* Display options on viewtopic/viewforum pages */ /* Display options on viewtopic/viewforum pages */
.rtl fieldset.display-options label { .rtl fieldset.display-options label {
padding-left: 2px;
padding-right: 0; padding-right: 0;
padding-left: 2px;
} }
.rtl .dropdown fieldset.display-options label { .rtl .dropdown fieldset.display-options label {
@ -868,16 +911,16 @@ li.breadcrumbs span:first-child > a {
/* Display actions for ucp and mcp pages */ /* Display actions for ucp and mcp pages */
.rtl fieldset.display-actions { .rtl fieldset.display-actions {
text-align: left; text-align: left;
padding-left: 1em;
padding-right: 0; padding-right: 0;
padding-left: 1em;
} }
.rtl fieldset.display-actions label { .rtl fieldset.display-actions label {
padding-left: 2px;
padding-right: 0; padding-right: 0;
padding-left: 2px;
} }
/* MCP forum selection*/ /* MCP forum selection */
.rtl fieldset.forum-selection { .rtl fieldset.forum-selection {
float: left; float: left;
} }
@ -887,7 +930,7 @@ li.breadcrumbs span:first-child > a {
} }
/* Posting page styles /* Posting page styles
----------------------------------------*/ ---------------------------------------- */
/* Emoticons panel */ /* Emoticons panel */
.rtl .smiley-box { .rtl .smiley-box {
@ -903,9 +946,9 @@ li.breadcrumbs span:first-child > a {
} }
.rtl .search-box .inputbox { .rtl .search-box .inputbox {
border-left-width: 0;
border-right-width: 1px;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
border-right-width: 1px;
border-left-width: 0;
float: right; float: right;
padding: 3px; padding: 3px;
} }
@ -916,8 +959,8 @@ li.breadcrumbs span:first-child > a {
} }
.button-search-end { .button-search-end {
border-left-width: 1px;
border-right-width: 0; border-right-width: 0;
border-left-width: 1px;
} }
.rtl .search-header .button-search-end { .rtl .search-header .button-search-end {
@ -935,7 +978,10 @@ li.breadcrumbs span:first-child > a {
---------------------------------------- */ ---------------------------------------- */
/** Reference: Bug #27155 */ /** Reference: Bug #27155 */
.rtl .wrap, .rtl .headerbar, .rtl .site-description, .rtl .navbar { .rtl .wrap,
.rtl .headerbar,
.rtl .site-description,
.rtl .navbar {
position: relative; position: relative;
} }
@ -950,19 +996,24 @@ li.breadcrumbs span:first-child > a {
/** /**
* responsive.css * responsive.css
*/ */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{ @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
/* .topiclist lists /* .topiclist lists
----------------------------------------*/ ---------------------------------------- */
.rtl ul.topiclist li.header dt, .rtl ul.topiclist li.header dt .list-inner { .rtl ul.topiclist li.header dt,
.rtl ul.topiclist li.header dt .list-inner {
margin-left: 0 !important; margin-left: 0 !important;
padding-left: 0; padding-left: 0;
} }
.rtl ul.topiclist dt, .rtl ul.topiclist dt .list-inner, .rtl ul.topiclist dt,
.rtl ul.topiclist.missing-column dt, .rtl ul.topiclist.missing-column dt .list-inner, .rtl ul.topiclist dt .list-inner,
.rtl ul.topiclist.two-long-columns dt, .rtl ul.topiclist.two-long-columns dt .list-inner, .rtl ul.topiclist.missing-column dt,
.rtl ul.topiclist.two-columns dt, .rtl ul.topiclist.two-columns dt .list-inner { .rtl ul.topiclist.missing-column dt .list-inner,
.rtl ul.topiclist.two-long-columns dt,
.rtl ul.topiclist.two-long-columns dt .list-inner,
.rtl ul.topiclist.two-columns dt,
.rtl ul.topiclist.two-columns dt .list-inner {
margin-left: 0; margin-left: 0;
} }
@ -971,21 +1022,23 @@ li.breadcrumbs span:first-child > a {
} }
/* Forums and topics lists /* Forums and topics lists
----------------------------------------*/ ---------------------------------------- */
.rtl ul.topiclist.forums dt { .rtl ul.topiclist.forums dt {
margin-left: -250px; margin-left: -250px;
} }
.rtl ul.topiclist.forums dt .list-inner { .rtl ul.topiclist.forums dt .list-inner {
margin-left: 250px; margin-left: 250px;
} }
.rtl ul.topiclist dd.mark { .rtl ul.topiclist dd.mark {
left: 5px;
right: auto;
text-align: right; text-align: right;
right: auto;
left: 5px;
} }
.rtl table.responsive.show-header thead, .rtl table.responsive.show-header th:first-child { .rtl table.responsive.show-header thead,
.rtl table.responsive.show-header th:first-child {
text-align: right !important; text-align: right !important;
} }
@ -994,28 +1047,34 @@ li.breadcrumbs span:first-child > a {
} }
/* User profile /* User profile
----------------------------------------*/ ---------------------------------------- */
.rtl .column1, .rtl .column2, .rtl .left-box.profile-details { .rtl .column1,
.rtl .column2,
.rtl .left-box.profile-details {
float: none; float: none;
} }
/* Post /* Post
----------------------------------------*/ ---------------------------------------- */
.rtl .postprofile, .rtl .postbody, .rtl .search .postbody { .rtl .postprofile,
.rtl .postbody,
.rtl .search .postbody {
float: none; float: none;
} }
.rtl .post .postprofile { .rtl .post .postprofile {
border-width: 0 0 1px 0; border-width: 0 0 1px;
} }
.rtl .postprofile dt, .rtl .postprofile dd.profile-rank, .rtl .search .postprofile dd { .rtl .postprofile dt,
.rtl .postprofile dd.profile-rank,
.rtl .search .postprofile dd {
margin: 0; margin: 0;
} }
.rtl .postprofile .avatar { .rtl .postprofile .avatar {
margin-left: 5px;
margin-right: 0; margin-right: 0;
margin-left: 5px;
} }
.rtl .has-profile .post-buttons { .rtl .has-profile .post-buttons {
@ -1023,20 +1082,23 @@ li.breadcrumbs span:first-child > a {
} }
/* Forms /* Forms
----------------------------------------*/ ---------------------------------------- */
.rtl fieldset dt, .rtl fieldset.fields1 dt, .rtl fieldset.fields2 dt { .rtl fieldset dt,
.rtl fieldset.fields1 dt,
.rtl fieldset.fields2 dt {
float: none; float: none;
} }
.rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd { .rtl fieldset dd,
.rtl fieldset.fields1 dd,
.rtl fieldset.fields2 dd {
margin-right: 20px; margin-right: 20px;
} }
} }
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) @media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
{
/* .topiclist lists /* .topiclist lists
----------------------------------------*/ ---------------------------------------- */
.rtl ul.topiclist.forums dt { .rtl ul.topiclist.forums dt {
margin-left: 0; margin-left: 0;
} }
@ -1046,16 +1108,16 @@ li.breadcrumbs span:first-child > a {
} }
} }
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
{ .rtl dl.details dt,
.rtl dl.details dt, .rtl dl.details dd { .rtl dl.details dd {
float: none;
text-align: right; text-align: right;
float: none;
} }
.rtl dl.details dd { .rtl dl.details dd {
margin-left: 0;
margin-right: 20px; margin-right: 20px;
margin-left: 0;
} }
.captcha-panel dd.captcha { .captcha-panel dd.captcha {

View file

@ -2,30 +2,29 @@
---------------------------------------- */ ---------------------------------------- */
.button { .button {
display: inline-block; font-family: 'Open Sans', 'Droid Sans', Verdana, Arial, Helvetica;
padding: 2px 8px;
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
line-height: 1.4; line-height: 1.4;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; white-space: nowrap;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
display: inline-block;
padding: 2px 8px;
cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
touch-action: manipulation;
} }
.button:focus, .button:focus,
.button:hover { .button:hover {
text-decoration: none; text-decoration: none;
outline: none; outline: none;
} }
.caret { .caret {
@ -39,18 +38,18 @@
} }
/* Posting page styles /* Posting page styles
----------------------------------------*/ ---------------------------------------- */
.button-search, .button-search,
.button-search-end { .button-search-end {
float: left;
border-radius: 0; border-radius: 0;
float: left;
margin: 0; margin: 0;
padding: 2px 5px; padding: 2px 5px;
} }
.button-search-end { .button-search-end {
border-left-width: 0;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
border-left-width: 0;
} }
.search-header .button-search, .search-header .button-search,
@ -65,27 +64,28 @@
} }
.button-icon-only { .button-icon-only {
padding-left: 3px;
padding-right: 3px; padding-right: 3px;
padding-left: 3px;
} }
/* Poster contact icons /* Poster contact icons
----------------------------------------*/ ---------------------------------------- */
.contact-icons.dropdown-contents { .contact-icons.dropdown-contents {
font-size: 0;
min-width: 0; min-width: 0;
padding: 0; padding: 0;
font-size: 0;
} }
.contact-icon { .contact-icon {
background-repeat: no-repeat; background-repeat: no-repeat;
display: block; display: block;
height: 16px;
width: 16px; width: 16px;
height: 16px;
} }
.contact-icons a { .contact-icons a {
border-bottom: 1px dotted;
border-right: 1px dotted; border-right: 1px dotted;
border-bottom: 1px dotted;
display: block; display: block;
float: left; float: left;
padding: 8px; padding: 8px;
@ -107,16 +107,15 @@
--------------------------------------------- */ --------------------------------------------- */
.post-buttons { .post-buttons {
float: right; float: right;
list-style: none;
margin-top: 2px; margin-top: 2px;
list-style: none;
} }
.has-profile .post-buttons { .has-profile .post-buttons {
float: none;
position: absolute; position: absolute;
margin: 0;
right: 0;
top: 5px; top: 5px;
right: 0;
margin: 0;
} }
.post-buttons > li { .post-buttons > li {
@ -124,9 +123,10 @@
margin-right: 3px; margin-right: 3px;
} }
.post-buttons .button, .format-buttons .button { .post-buttons .button,
padding-left: 3px; .format-buttons .button {
padding-right: 3px; padding-right: 3px;
padding-left: 3px;
} }
.hastouch .post-buttons { .hastouch .post-buttons {
@ -143,9 +143,9 @@
} }
.post-buttons .dropdown a { .post-buttons .dropdown a {
display: block;
font-size: 1.2em; font-size: 1.2em;
text-align: right; text-align: right;
display: block;
} }
.hasjs .postbody .post-buttons { .hasjs .postbody .post-buttons {
@ -154,16 +154,16 @@
/* Browser-specific tweaks */ /* Browser-specific tweaks */
button::-moz-focus-inner { button::-moz-focus-inner {
border: 0;
padding: 0; padding: 0;
border: 0
} }
/* Deprecated as of version 3.2 /* Deprecated as of version 3.2
-------------------------------------------------*/ ------------------------------------------------- */
.small-icon { .small-icon {
background-image: none;
background-position: 0 50%; background-position: 0 50%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: none;
} }
.dropdown .small-icon { .dropdown .small-icon {
@ -188,6 +188,6 @@ ul.linklist.bulletin > li.small-icon:before {
} }
.rtl .small-icon > a { .rtl .small-icon > a {
padding-left: 0;
padding-right: 19px; padding-right: 19px;
padding-left: 0;
} }

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -3,14 +3,14 @@
ul.topiclist { ul.topiclist {
display: block; display: block;
list-style-type: none;
margin: 0; margin: 0;
list-style-type: none;
} }
ul.topiclist li { ul.topiclist li {
display: block; display: block;
list-style-type: none;
margin: 0; margin: 0;
list-style-type: none;
} }
ul.topiclist dl { ul.topiclist dl {
@ -21,15 +21,16 @@ ul.topiclist li.row dl {
padding: 2px 0; padding: 2px 0;
} }
ul.topiclist dt, ul.topiclist dd { ul.topiclist dt,
ul.topiclist dd {
display: block; display: block;
float: left; float: left;
} }
ul.topiclist dt { ul.topiclist dt {
font-size: 1.1em;
width: 100%; width: 100%;
margin-right: -440px; margin-right: -440px;
font-size: 1.1em;
} }
ul.topiclist.missing-column dt { ul.topiclist.missing-column dt {
@ -46,8 +47,8 @@ ul.topiclist.two-columns dt {
ul.topiclist dt .list-inner { ul.topiclist dt .list-inner {
margin-right: 440px; margin-right: 440px;
padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-left: 5px;
} }
ul.topiclist.missing-column dt .list-inner { ul.topiclist.missing-column dt .list-inner {
@ -64,10 +65,8 @@ ul.topiclist.two-columns dt .list-inner {
ul.topiclist dd { ul.topiclist dd {
border-left: 1px solid transparent; border-left: 1px solid transparent;
padding: 4px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 4px 0;
} }
ul.topiclist dfn { ul.topiclist dfn {
@ -79,8 +78,8 @@ ul.topiclist dfn {
.forum-image { .forum-image {
float: left; float: left;
padding-top: 5px;
margin-right: 5px; margin-right: 5px;
padding-top: 5px;
} }
li.row { li.row {
@ -92,15 +91,16 @@ li.row strong {
font-weight: normal; font-weight: normal;
} }
li.header dt, li.header dd { li.header dt,
li.header dd {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1em; line-height: 1em;
text-transform: uppercase;
border-left-width: 0; border-left-width: 0;
margin: 2px 0 4px 0; margin: 2px 0 4px;
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
} }
li.header dt { li.header dt {
@ -114,20 +114,20 @@ li.header dt .list-inner {
} }
li.header dd { li.header dd {
padding-left: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding-left: 1px;
} }
li.header dl.row-item dt, li.header dl.row-item dd { li.header dl.row-item dt,
li.header dl.row-item dd {
min-height: 0; min-height: 0;
} }
li.header dl.row-item dt .list-inner { li.header dl.row-item dt .list-inner {
padding-right: 50px;
/* Tweak for headers alignment when folder icon used */ /* Tweak for headers alignment when folder icon used */
padding-left: 0; padding-left: 0;
padding-right: 50px;
} }
/* Forum list column styles */ /* Forum list column styles */
@ -137,15 +137,16 @@ dl.row-item {
} }
dl.row-item dt { dl.row-item dt {
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */ background-position: 5px 95%; /* Position of topic icon */
background-repeat: no-repeat;
} }
dl.row-item dt .list-inner { dl.row-item dt .list-inner {
padding-left: 45px; /* Space for folder icon */ padding-left: 45px; /* Space for folder icon */
} }
dl.row-item dt, dl.row-item dd { dl.row-item dt,
dl.row-item dd {
min-height: 35px; min-height: 35px;
} }
@ -154,33 +155,39 @@ dl.row-item dt a {
} }
dl a.row-item-link { /* topic row icon links */ dl a.row-item-link { /* topic row icon links */
display: block;
width: 30px;
height: 30px;
padding: 0;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 0; left: 0;
display: block;
width: 30px;
height: 30px;
margin-top: -15px; margin-top: -15px;
margin-left: 9px; margin-left: 9px;
padding: 0;
} }
dd.posts, dd.topics, dd.views, dd.extra, dd.mark { dd.posts,
width: 80px; dd.topics,
text-align: center; dd.views,
line-height: 2.2em; dd.extra,
dd.mark {
font-size: 1.2em; font-size: 1.2em;
line-height: 2.2em;
text-align: center;
width: 80px;
} }
dd.posts, dd.topics, dd.views { dd.posts,
dd.topics,
dd.views {
width: 95px; width: 95px;
} }
/* List in forum description */ /* List in forum description */
dl.row-item dt ol, dl.row-item dt ol,
dl.row-item dt ul { dl.row-item dt ul {
list-style-position: inside;
margin-left: 1em; margin-left: 1em;
list-style-position: inside;
} }
dl.row-item dt li { dl.row-item dt li {
@ -188,9 +195,13 @@ dl.row-item dt li {
list-style-type: inherit; list-style-type: inherit;
} }
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info { dd.lastpost,
width: 250px; dd.redirect,
dd.moderation,
dd.time,
dd.info {
font-size: 1.1em; font-size: 1.1em;
width: 250px;
} }
dd.redirect { dd.redirect {
@ -201,30 +212,35 @@ dd.time {
line-height: 200%; line-height: 200%;
} }
dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span { dd.lastpost > span,
ul.topiclist dd.info > span,
ul.topiclist dd.time > span,
dd.redirect > span,
dd.moderation > span {
display: block; display: block;
padding-left: 5px; padding-left: 5px;
} }
dd.extra, dd.mark { dd.extra,
dd.mark {
line-height: 200%; line-height: 200%;
} }
dd.option { dd.option {
width: 125px; font-size: 1.1em;
line-height: 200%; line-height: 200%;
text-align: center; text-align: center;
font-size: 1.1em; width: 125px;
} }
/* Post body styles /* Post body styles
----------------------------------------*/ ---------------------------------------- */
.postbody { .postbody {
padding: 0;
line-height: 1.48em; line-height: 1.48em;
width: 76%;
float: left;
position: relative; position: relative;
float: left;
width: 76%;
padding: 0;
} }
.postbody .ignore { .postbody .ignore {
@ -237,16 +253,17 @@ dd.option {
} }
.postbody h3 { .postbody h3 {
/* Postbody requires a different h3 format - so change it here */ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
float: left;
font-size: 1.5em; font-size: 1.5em;
padding: 2px 0 0 0; line-height: 125%;
margin-top: 0 !important;
margin-bottom: 0.3em !important;
text-transform: none; text-transform: none;
border: none; border: none;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
line-height: 125%; /* Postbody requires a different h3 format - so change it here */
float: left;
margin-top: 0 !important;
margin-bottom: 0.3em !important;
padding: 2px 0 0;
} }
.postbody h3 img { .postbody h3 img {
@ -265,33 +282,31 @@ dd.option {
} }
.postbody img.postimage { .postbody img.postimage {
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
max-width: 100%;
} }
.search .postbody { .search .postbody {
width: 68% width: 68%;
} }
/* Topic review panel /* Topic review panel
----------------------------------------*/ ---------------------------------------- */
.panel .review { .panel .review {
margin-top: 2em; margin-top: 2em;
} }
.topicreview { .topicreview {
padding-right: 5px;
overflow: auto; overflow: auto;
height: 300px; height: 300px;
padding-right: 5px;
} }
.topicreview .postbody { .topicreview .postbody {
width: auto;
float: none; float: none;
margin: 0; width: auto;
height: auto; height: auto;
margin: 0;
} }
.topicreview .post { .topicreview .post {
@ -307,7 +322,7 @@ dd.option {
} }
/* MCP Post details /* MCP Post details
----------------------------------------*/ ---------------------------------------- */
.post_details { .post_details {
/* This will only work in IE7+, plus the others */ /* This will only work in IE7+, plus the others */
overflow: auto; overflow: auto;
@ -315,21 +330,22 @@ dd.option {
} }
/* Content container styles /* Content container styles
----------------------------------------*/ ---------------------------------------- */
.content { .content {
clear: both; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em; font-size: 1em;
line-height: 1.4em;
clear: both;
overflow: hidden;
min-height: 3em;
padding-bottom: 1px; padding-bottom: 1px;
} }
.content h2, .panel h2 { .content h2,
.panel h2 {
font-size: 1.6em;
font-weight: normal; font-weight: normal;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
font-size: 1.6em;
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
padding-bottom: 0.5em; padding-bottom: 0.5em;
@ -341,23 +357,23 @@ dd.option {
.panel p { .panel p {
font-size: 1.2em; font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.4em; line-height: 1.4em;
margin-bottom: 1em;
} }
.content p { .content p {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em; font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.4em; line-height: 1.4em;
margin-bottom: 1em;
} }
dl.faq { dl.faq {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em; font-size: 1.1em;
line-height: 1.4em;
margin-top: 1em; margin-top: 1em;
margin-bottom: 2em; margin-bottom: 2em;
line-height: 1.4em;
} }
dl.faq dt { dl.faq dt {
@ -373,34 +389,35 @@ dl.faq dt {
list-style-type: inherit; list-style-type: inherit;
} }
.content ul, .content ol { .content ul,
.content ol {
margin: 0.8em 0 0.9em 3em; margin: 0.8em 0 0.9em 3em;
} }
.posthilit { .posthilit {
padding: 0 2px 1px 2px; padding: 0 2px 1px;
} }
/* Post author */ /* Post author */
p.author { p.author {
margin-bottom: 0.6em;
padding: 0 0 5px 0;
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em; font-size: 1em;
line-height: 1.2em; line-height: 1.2em;
clear: both; clear: both;
margin-bottom: 0.6em;
padding: 0 0 5px;
} }
/* Post signature */ /* Post signature */
.signature { .signature {
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 1.1em; font-size: 1.1em;
line-height: 140%;
border-top: 1px solid transparent; border-top: 1px solid transparent;
clear: left; clear: left;
line-height: 140%;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
margin-top: 1.5em;
padding-top: 0.2em;
} }
.signature.standalone { .signature.standalone {
@ -409,48 +426,50 @@ p.author {
} }
dd .signature { dd .signature {
border: none;
clear: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
clear: none;
border: none;
} }
.signature li { .signature li {
list-style-type: inherit; list-style-type: inherit;
} }
.signature ul, .signature ol { .signature ul,
.signature ol {
margin: 0.8em 0 0.9em 3em; margin: 0.8em 0 0.9em 3em;
} }
/* Post noticies */ /* Post noticies */
.notice { .notice {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 130%;
border-top: 1px dashed transparent;
clear: left;
width: auto; width: auto;
margin-top: 1.5em; margin-top: 1.5em;
padding-top: 0.2em; padding-top: 0.2em;
font-size: 1em;
border-top: 1px dashed transparent;
clear: left;
line-height: 130%;
} }
/* Jump to post link for now */ /* Jump to post link for now */
ul.searchresults { ul.searchresults {
list-style: none;
text-align: right; text-align: right;
clear: both; clear: both;
list-style: none;
} }
/* BB Code styles /* BB Code styles
----------------------------------------*/ ---------------------------------------- */
/* Quote block */ /* Quote block */
blockquote { blockquote {
font-size: 0.95em;
background: transparent none 6px 8px no-repeat; background: transparent none 6px 8px no-repeat;
border: 1px solid transparent; border: 1px solid transparent;
font-size: 0.95em;
margin: 1em 1px 1em 25px;
overflow: hidden; overflow: hidden;
margin: 1em 1px 1em 25px;
padding: 5px; padding: 5px;
} }
@ -461,12 +480,13 @@ blockquote blockquote {
} }
blockquote cite { blockquote cite {
font-size: 0.9em;
/* Username/source of quoter */ /* Username/source of quoter */
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
margin-left: 20px;
display: block; display: block;
font-size: 0.9em; margin-left: 20px;
} }
blockquote cite cite { blockquote cite cite {
@ -478,8 +498,8 @@ blockquote.uncited {
} }
blockquote cite > div { blockquote cite > div {
float: right;
font-weight: normal; font-weight: normal;
float: right;
} }
.postbody .content li blockquote { .postbody .content li blockquote {
@ -489,19 +509,19 @@ blockquote cite > div {
/* Code block */ /* Code block */
.codebox { .codebox {
padding: 3px;
border: 1px solid transparent;
font-size: 1em; font-size: 1em;
margin: 1em 0 1.2em 0; border: 1px solid transparent;
margin: 1em 0 1.2em;
padding: 3px;
} }
.codebox p { .codebox p {
text-transform: uppercase;
border-bottom: 1px solid transparent;
margin-bottom: 3px;
font-size: 0.8em !important; font-size: 0.8em !important;
font-weight: bold; font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid transparent;
display: block; display: block;
margin-bottom: 3px;
} }
blockquote .codebox { blockquote .codebox {
@ -509,29 +529,27 @@ blockquote .codebox {
} }
.codebox code { .codebox code {
overflow: auto; font: 0.9em Monaco, 'Andale Mono', 'Courier New', Courier, mono;
line-height: 1.3em;
display: block; display: block;
overflow: auto;
height: auto; height: auto;
max-height: 200px; max-height: 200px;
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em;
margin: 2px 0; margin: 2px 0;
padding-top: 5px;
} }
/* Attachments /* Attachments
----------------------------------------*/ ---------------------------------------- */
.attachbox { .attachbox {
border: 1px dashed transparent;
float: left; float: left;
clear: left;
box-sizing: border-box;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
margin: 5px 5px 5px 0; margin: 5px 5px 5px 0;
padding: 6px; padding: 6px;
border: 1px dashed transparent;
clear: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} }
.attachbox dt { .attachbox dt {
@ -540,11 +558,11 @@ blockquote .codebox {
} }
.attachbox dd { .attachbox dd {
border-top: 1px solid transparent;
clear: left;
overflow-x: auto;
margin-top: 4px; margin-top: 4px;
padding-top: 4px; padding-top: 4px;
clear: left;
border-top: 1px solid transparent;
overflow-x: auto;
} }
.attachbox dd dd { .attachbox dd dd {
@ -552,31 +570,32 @@ blockquote .codebox {
} }
.attachbox p { .attachbox p {
line-height: 110%;
font-weight: normal; font-weight: normal;
line-height: 110%;
clear: left; clear: left;
} }
.attachbox p.stats .attachbox p.stats {
{
line-height: 110%;
font-weight: normal; font-weight: normal;
line-height: 110%;
clear: left; clear: left;
} }
.attach-image { .attach-image {
margin: 3px 0;
max-width: 100%; max-width: 100%;
margin: 3px 0;
} }
.attach-image img { .attach-image img {
border: 1px solid transparent; border: 1px solid transparent;
/* cursor: move; */
/* cursor: move; */
cursor: default; cursor: default;
} }
/* Inline image thumbnails */ /* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file { div.inline-attachment dl.thumbnail,
div.inline-attachment dl.file {
display: block; display: block;
margin-bottom: 4px; margin-bottom: 4px;
} }
@ -591,11 +610,11 @@ dl.file {
} }
dl.file dt { dl.file dt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: none; text-transform: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
} }
dl.file dd { dl.file dd {
@ -604,14 +623,14 @@ dl.file dd {
} }
dl.thumbnail img { dl.thumbnail img {
padding: 3px;
border: 1px solid transparent; border: 1px solid transparent;
box-sizing: border-box; box-sizing: border-box;
padding: 3px;
} }
dl.thumbnail dd { dl.thumbnail dd {
font-style: italic;
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
} }
.attachbox dl.thumbnail dd { .attachbox dl.thumbnail dd {
@ -623,16 +642,16 @@ dl.thumbnail dt a:hover img {
} }
/* Post poll styles /* Post poll styles
----------------------------------------*/ ---------------------------------------- */
fieldset.polls { fieldset.polls {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
} }
fieldset.polls dl { fieldset.polls dl {
margin-top: 5px;
border-top: 1px solid transparent;
padding: 5px 0 0 0;
line-height: 120%; line-height: 120%;
border-top: 1px solid transparent;
margin-top: 5px;
padding: 5px 0 0;
} }
fieldset.polls dl.voted { fieldset.polls dl.voted {
@ -640,23 +659,23 @@ fieldset.polls dl.voted {
} }
fieldset.polls dt { fieldset.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 1.1em; font-size: 1.1em;
text-align: left;
border-right: none;
display: block;
float: left;
width: 30%;
margin: 0;
padding: 0;
} }
fieldset.polls dd { fieldset.polls dd {
font-size: 1.1em;
border-left: none;
float: left; float: left;
width: 10%; width: 10%;
border-left: none;
padding: 0 5px;
margin-left: 0; margin-left: 0;
font-size: 1.1em; padding: 0 5px;
} }
fieldset.polls dd.resultbar { fieldset.polls dd.resultbar {
@ -668,17 +687,21 @@ fieldset.polls dd input {
} }
fieldset.polls dd div { fieldset.polls dd div {
text-align: right;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
padding: 2px 2px 0 2px; text-align: right;
overflow: visible; overflow: visible;
min-width: 8px; min-width: 8px;
padding: 2px 2px 0;
} }
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 { .pollbar1,
border-bottom: 1px solid transparent; .pollbar2,
.pollbar3,
.pollbar4,
.pollbar5 {
border-right: 1px solid transparent; border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
} }
.vote-submitted { .vote-submitted {
@ -688,39 +711,42 @@ fieldset.polls dd div {
} }
/* Poster profile block /* Poster profile block
----------------------------------------*/ ---------------------------------------- */
.postprofile { .postprofile {
margin: 5px 0 10px 0;
min-height: 80px;
border: 1px solid transparent; border: 1px solid transparent;
border-width: 0 0 0 1px; border-width: 0 0 0 1px;
width: 22%;
float: right;
display: inline; display: inline;
float: right;
width: 22%;
min-height: 80px;
margin: 5px 0 10px;
} }
.postprofile dd, .postprofile dt { .postprofile dd,
.postprofile dt {
line-height: 1.2em; line-height: 1.2em;
margin-left: 8px; margin-left: 8px;
} }
.postprofile dd { .postprofile dd {
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden;
} }
.postprofile strong { .postprofile strong {
font-weight: normal; font-weight: normal;
} }
.postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date { .postprofile dt.no-profile-rank,
.postprofile dd.profile-rank,
.postprofile .search-result-date {
margin-bottom: 10px; margin-bottom: 10px;
} }
/* Post-profile avatars */ /* Post-profile avatars */
.postprofile .has-avatar .avatar-container { .postprofile .has-avatar .avatar-container {
margin-bottom: 3px;
overflow: hidden; overflow: hidden;
margin-bottom: 3px;
} }
.postprofile .avatar { .postprofile .avatar {
@ -731,8 +757,8 @@ fieldset.polls dd div {
.postprofile .avatar img { .postprofile .avatar img {
display: block; display: block;
height: auto !important;
max-width: 100%; max-width: 100%;
height: auto !important;
} }
.postprofile .profile-posts a { .postprofile .profile-posts a {
@ -765,7 +791,7 @@ dd.profile-contact {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
/* Poster profile used by search*/ /* Poster profile used by search */
.search .postprofile { .search .postprofile {
width: 30%; width: 30%;
} }
@ -785,8 +811,8 @@ dl.pmlist dt textarea {
} }
dl.pmlist dd { dl.pmlist dd {
margin-left: 61% !important;
margin-bottom: 2px; margin-bottom: 2px;
margin-left: 61% !important;
} }
.action-bar div.dl_links { .action-bar div.dl_links {
@ -794,8 +820,8 @@ dl.pmlist dd {
} }
div.dl_links { div.dl_links {
display: inline-block;
text-transform: none; text-transform: none;
display: inline-block;
} }
.dl_links strong { .dl_links strong {
@ -803,9 +829,9 @@ div.dl_links {
} }
.dl_links ul { .dl_links ul {
list-style-type: none;
margin: 0;
display: inline-block; display: inline-block;
margin: 0;
list-style-type: none;
} }
.dl_links li { .dl_links li {
@ -817,10 +843,10 @@ div.dl_links {
} }
.ellipsis-text { .ellipsis-text {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
display: inline-block;
overflow: hidden;
} }
table.fixed-width-table { table.fixed-width-table {
@ -828,20 +854,34 @@ table.fixed-width-table {
} }
/* Show scrollbars for items with overflow on iOS devices /* Show scrollbars for items with overflow on iOS devices
----------------------------------------*/ ---------------------------------------- */
.postbody .content::-webkit-scrollbar, .topicreview::-webkit-scrollbar, .post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar { .postbody .content::-webkit-scrollbar,
.topicreview::-webkit-scrollbar,
.post_details::-webkit-scrollbar,
.codebox code::-webkit-scrollbar,
.attachbox dd::-webkit-scrollbar,
.attach-image::-webkit-scrollbar,
.dropdown-extended ul::-webkit-scrollbar {
background: rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 8px; width: 8px;
height: 8px; height: 8px;
-webkit-appearance: none; -webkit-appearance: none;
background: rgba(0, 0, 0, .1); }
.postbody .content::-webkit-scrollbar-thumb,
.topicreview::-webkit-scrollbar-thumb,
.post_details::-webkit-scrollbar-thumb,
.codebox code::-webkit-scrollbar-thumb,
.attachbox dd::-webkit-scrollbar-thumb,
.attach-image::-webkit-scrollbar-thumb,
.dropdown-extended ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px; border-radius: 3px;
} }
.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb { /* Factor out this ID */
background: rgba(0, 0, 0, .3); #memberlist tr.inactive,
border-radius: 3px; #team tr.inactive {
}
#memberlist tr.inactive, #team tr.inactive {
font-style: italic; font-style: italic;
} }

View file

@ -3,9 +3,9 @@
/* Main CP box /* Main CP box
----------------------------------------*/ ---------------------------------------- */
.cp-menu { .cp-menu {
float:left; float: left;
width: 19%; width: 19%;
margin-top: 1em; margin-top: 1em;
margin-bottom: 5px; margin-bottom: 5px;
@ -25,21 +25,22 @@
} }
.panel-container .panel ol { .panel-container .panel ol {
margin-left: 2em;
font-size: 1.1em; font-size: 1.1em;
margin-left: 2em;
} }
.panel-container .panel li.row { .panel-container .panel li.row {
border-bottom: 1px solid transparent;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
} }
ul.cplist { ul.cplist {
margin-bottom: 5px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
margin-bottom: 5px;
} }
.panel-container .panel li.header dd, .panel-container .panel li.header dt { .panel-container .panel li.header dd,
.panel-container .panel li.header dt {
margin-bottom: 2px; margin-bottom: 2px;
} }
@ -61,16 +62,17 @@ ul.cplist {
.cp-main .pm-message { .cp-main .pm-message {
border: 1px solid transparent; border: 1px solid transparent;
margin: 10px 0;
width: auto;
float: none; float: none;
width: auto;
margin: 10px 0;
} }
.pm-message h2 { .pm-message h2 {
padding-bottom: 5px; padding-bottom: 5px;
} }
.cp-main .postbody h3, .cp-main .box2 h3 { .cp-main .postbody h3,
.cp-main .box2 h3 {
margin-top: 0; margin-top: 0;
} }
@ -93,41 +95,45 @@ ul.cplist {
.tabs-container h2 { .tabs-container h2 {
float: left; float: left;
margin-bottom: 0px; margin-bottom: 0;
} }
/* CP tabs shared /* CP tabs shared
----------------------------------------*/ ---------------------------------------- */
.tabs, .minitabs { .tabs,
.minitabs {
line-height: normal; line-height: normal;
} }
.tabs > ul, .minitabs > ul { .tabs > ul,
list-style: none; .minitabs > ul {
position: relative;
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative; list-style: none;
} }
.tabs .tab, .minitabs .tab { .tabs .tab,
display: block; .minitabs .tab {
float: left;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
line-height: 1.4em; line-height: 1.4em;
display: block;
float: left;
} }
.tabs .tab > a, .minitabs .tab > a { .tabs .tab > a,
display: block; .minitabs .tab > a {
padding: 5px 9px;
position: relative;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
position: relative;
display: block;
padding: 5px 9px;
cursor: pointer; cursor: pointer;
} }
/* CP tabbed menu /* CP tabbed menu
----------------------------------------*/ ---------------------------------------- */
.tabs { .tabs {
margin: 20px 0 0 7px; margin: 20px 0 0 7px;
} }
@ -144,11 +150,11 @@ ul.cplist {
} }
/* Mini tabbed menu used in MCP /* Mini tabbed menu used in MCP
----------------------------------------*/ ---------------------------------------- */
.minitabs { .minitabs {
float: right; float: right;
margin: 15px 7px 0 0;
max-width: 50%; max-width: 50%;
margin: 15px 7px 0 0;
} }
.minitabs .tab { .minitabs .tab {
@ -165,45 +171,47 @@ ul.cplist {
} }
/* Responsive tabs /* Responsive tabs
----------------------------------------*/ ---------------------------------------- */
.responsive-tab { .responsive-tab {
position: relative; position: relative;
} }
.responsive-tab > a.responsive-tab-link { .responsive-tab > a.responsive-tab-link {
display: block;
font-size: 1.6em; font-size: 1.6em;
position: relative;
width: 16px;
line-height: 0.9em; line-height: 0.9em;
text-decoration: none; text-decoration: none;
position: relative;
display: block;
width: 16px;
} }
.responsive-tab .responsive-tab-link:before { .responsive-tab .responsive-tab-link:before {
content: '';
position: absolute;
left: 10px;
top: 7px;
height: .125em;
width: 14px;
border-bottom: 0.125em solid transparent;
border-top: 0.375em double transparent; border-top: 0.375em double transparent;
border-bottom: 0.125em solid transparent;
position: absolute;
top: 7px;
left: 10px;
width: 14px;
height: 0.125em;
content: '';
} }
.tabs .dropdown, .minitabs .dropdown { .tabs .dropdown,
top: 20px; .minitabs .dropdown {
margin-right: -2px;
font-size: 1.1em; font-size: 1.1em;
font-weight: normal; font-weight: normal;
top: 20px;
margin-right: -2px;
} }
.minitabs .dropdown { .minitabs .dropdown {
margin-right: -4px; margin-right: -4px;
} }
.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown { .tabs .dropdown-up .dropdown,
bottom: 20px; .minitabs .dropdown-up .dropdown {
top: auto; top: auto;
bottom: 20px;
} }
.tabs .dropdown li { .tabs .dropdown li {
@ -215,7 +223,8 @@ ul.cplist {
} }
/* UCP navigation menu /* UCP navigation menu
----------------------------------------*/ ---------------------------------------- */
/* Container for sub-navigation list */ /* Container for sub-navigation list */
.navigation { .navigation {
width: 100%; width: 100%;
@ -228,18 +237,18 @@ ul.cplist {
/* Default list state */ /* Default list state */
.navigation li { .navigation li {
display: inline;
font-weight: bold; font-weight: bold;
display: inline;
margin: 1px 0; margin: 1px 0;
padding: 0; padding: 0;
} }
/* Link styles for the sub-section links */ /* Link styles for the sub-section links */
.navigation a { .navigation a {
display: block;
padding: 5px;
margin: 1px 0;
text-decoration: none; text-decoration: none;
display: block;
margin: 1px 0;
padding: 5px;
} }
.navigation a:hover { .navigation a:hover {
@ -247,20 +256,20 @@ ul.cplist {
} }
/* Preferences pane layout /* Preferences pane layout
----------------------------------------*/ ---------------------------------------- */
.cp-main h2 { .cp-main h2 {
border-bottom: none; border-bottom: none;
padding: 0;
margin-left: 10px; margin-left: 10px;
padding: 0;
} }
/* Friends list */ /* Friends list */
.cp-mini { .cp-mini {
margin: 10px 15px 10px 5px;
max-height: 200px;
overflow-y: auto;
padding: 5px 10px;
border-radius: 7px; border-radius: 7px;
overflow-y: auto;
max-height: 200px;
margin: 10px 15px 10px 5px;
padding: 5px 10px;
} }
dl.mini dt { dl.mini dt {
@ -280,7 +289,8 @@ dl.mini dd {
} }
/* PM Styles /* PM Styles
----------------------------------------*/ ---------------------------------------- */
/* Defined rules list for PM options */ /* Defined rules list for PM options */
ol.def-rules { ol.def-rules {
padding-left: 0; padding-left: 0;
@ -300,60 +310,68 @@ ol.def-rules li {
padding: 0 3px; padding: 0 3px;
} }
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour { .pmlist li.pm_message_reported_colour,
border-left-color: transparent; .pm_message_reported_colour {
border-right-color: transparent; border-right-color: transparent;
border-left-color: transparent;
} }
.pmlist li.pm_marked_colour, .pm_marked_colour, .pmlist li.pm_marked_colour,
.pmlist li.pm_replied_colour, .pm_replied_colour, .pm_marked_colour,
.pmlist li.pm_friend_colour, .pm_friend_colour, .pmlist li.pm_replied_colour,
.pmlist li.pm_foe_colour, .pm_foe_colour { .pm_replied_colour,
padding: 0; .pmlist li.pm_friend_colour,
.pm_friend_colour,
.pmlist li.pm_foe_colour,
.pm_foe_colour {
border: solid 3px transparent; border: solid 3px transparent;
border-width: 0 3px; border-width: 0 3px;
padding: 0;
} }
.pm-legend { .pm-legend {
border-left-width: 10px;
border-left-style: solid;
border-right-width: 0; border-right-width: 0;
border-left-style: solid;
border-left-width: 10px;
margin-bottom: 3px; margin-bottom: 3px;
padding-left: 3px; padding-left: 3px;
} }
/* Avatar gallery */ /* Avatar gallery */
.gallery label { .gallery label {
text-align: center;
border: 1px solid transparent;
position: relative; position: relative;
float: left; float: left;
width: auto;
margin: 10px; margin: 10px;
padding: 5px; padding: 5px;
width: auto;
border: 1px solid transparent;
text-align: center;
} }
/* Responsive *CP navigation /* Responsive *CP navigation
----------------------------------------*/ ---------------------------------------- */
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{ @media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
.nojs .tabs a span, .nojs .minitabs a span { .nojs .tabs a span,
max-width: 40px; .nojs .minitabs a span {
overflow: hidden; letter-spacing: -0.5px;
text-overflow: ellipsis; text-overflow: ellipsis;
letter-spacing: -.5px; overflow: hidden;
max-width: 40px;
} }
.cp-menu, .navigation, .cp-main { .cp-menu,
.navigation,
.cp-main {
float: none; float: none;
width: auto; width: auto;
margin: 0; margin: 0;
} }
.navigation { .navigation {
padding: 0;
margin: 0 auto;
max-width: 320px; max-width: 320px;
margin: 0 auto;
padding: 0;
} }
.navigation a { .navigation a {

View file

@ -2,29 +2,29 @@
---------------------------------------- */ ---------------------------------------- */
/* General form styles /* General form styles
----------------------------------------*/ ---------------------------------------- */
fieldset { fieldset {
border-width: 0;
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em; font-size: 1.1em;
border-width: 0;
} }
input { input {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: normal; font-weight: normal;
vertical-align: middle; vertical-align: middle;
padding: 0 3px; padding: 0 3px;
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
} }
select { select {
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: normal; font-weight: normal;
cursor: pointer;
vertical-align: middle; vertical-align: middle;
border: 1px solid transparent; border: 1px solid transparent;
padding: 1px; padding: 1px;
font-size: 1em; cursor: pointer;
} }
select:focus { select:focus {
@ -36,21 +36,21 @@ option {
} }
select optgroup option { select optgroup option {
padding-right: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
padding-right: 1em;
} }
textarea { textarea {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
width: 60%;
padding: 2px;
font-size: 1em; font-size: 1em;
line-height: 1.4em; line-height: 1.4em;
width: 60%;
padding: 2px;
} }
label { label {
cursor: default;
padding-right: 5px; padding-right: 5px;
cursor: default;
} }
label input { label input {
@ -68,27 +68,27 @@ fieldset dl {
} }
fieldset dt { fieldset dt {
float: left;
width: 40%;
text-align: left; text-align: left;
display: block; display: block;
float: left;
width: 40%;
} }
fieldset dd { fieldset dd {
margin-left: 41%;
vertical-align: top; vertical-align: top;
margin-bottom: 3px; margin-bottom: 3px;
margin-left: 41%;
} }
/* Specific layout 1 */ /* Specific layout 1 */
fieldset.fields1 dt { fieldset.fields1 dt {
width: 15em;
border-right-width: 0; border-right-width: 0;
width: 15em;
} }
fieldset.fields1 dd { fieldset.fields1 dd {
margin-left: 15em;
border-left-width: 0; border-left-width: 0;
margin-left: 15em;
} }
fieldset.fields1 div { fieldset.fields1 div {
@ -102,13 +102,13 @@ fieldset.fields1 .live-search div {
/* Specific layout 2 */ /* Specific layout 2 */
fieldset.fields2 dt { fieldset.fields2 dt {
width: 15em;
border-right-width: 0; border-right-width: 0;
width: 15em;
} }
fieldset.fields2 dd { fieldset.fields2 dd {
margin-left: 16em;
border-left-width: 0; border-left-width: 0;
margin-left: 16em;
} }
/* Form elements */ /* Form elements */
@ -121,7 +121,8 @@ dd label {
white-space: nowrap; white-space: nowrap;
} }
dd input, dd textarea { dd input,
dd textarea {
margin-right: 3px; margin-right: 3px;
} }
@ -144,8 +145,8 @@ dd textarea {
/* Browser-specific tweaks */ /* Browser-specific tweaks */
button::-moz-focus-inner { button::-moz-focus-inner {
border: 0;
padding: 0; padding: 0;
border: 0
} }
/* Quick-login on index page */ /* Quick-login on index page */
@ -158,8 +159,8 @@ fieldset.quick-login input {
} }
fieldset.quick-login input.inputbox { fieldset.quick-login input.inputbox {
width: 15%;
vertical-align: middle; vertical-align: middle;
width: 15%;
margin-right: 5px; margin-right: 5px;
} }
@ -171,7 +172,7 @@ fieldset.quick-login label {
/* Display options on viewtopic/viewforum pages */ /* Display options on viewtopic/viewforum pages */
fieldset.display-options { fieldset.display-options {
text-align: center; text-align: center;
margin: 3px 0 5px 0; margin: 3px 0 5px;
} }
fieldset.display-options label { fieldset.display-options label {
@ -190,11 +191,11 @@ fieldset.display-options a {
} }
.dropdown fieldset.display-options label { .dropdown fieldset.display-options label {
text-align: right;
white-space: nowrap;
display: block; display: block;
margin: 4px; margin: 4px;
padding: 0; padding: 0;
text-align: right;
white-space: nowrap;
} }
.dropdown fieldset.display-options select { .dropdown fieldset.display-options select {
@ -203,8 +204,8 @@ fieldset.display-options a {
/* Display actions for ucp and mcp pages */ /* Display actions for ucp and mcp pages */
fieldset.display-actions { fieldset.display-actions {
text-align: right;
line-height: 2em; line-height: 2em;
text-align: right;
white-space: nowrap; white-space: nowrap;
padding-right: 1em; padding-right: 1em;
} }
@ -218,15 +219,15 @@ fieldset.sort-options {
line-height: 2em; line-height: 2em;
} }
/* MCP forum selection*/ /* MCP forum selection */
fieldset.forum-selection { fieldset.forum-selection {
margin: 5px 0 3px 0;
float: right; float: right;
margin: 5px 0 3px;
} }
fieldset.forum-selection2 { fieldset.forum-selection2 {
margin: 13px 0 3px 0;
float: right; float: right;
margin: 13px 0 3px;
} }
/* Submit button fieldset */ /* Submit button fieldset */
@ -241,14 +242,15 @@ fieldset.submit-buttons input {
} }
/* Posting page styles /* Posting page styles
----------------------------------------*/ ---------------------------------------- */
/* Buttons used in the editor */ /* Buttons used in the editor */
.format-buttons { .format-buttons {
margin: 15px 0 2px 0; margin: 15px 0 2px;
} }
.format-buttons input, .format-buttons select { .format-buttons input,
.format-buttons select {
vertical-align: middle; vertical-align: middle;
} }
@ -258,26 +260,22 @@ fieldset.submit-buttons input {
} }
.message-box textarea { .message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
width: 450px;
height: 270px;
min-width: 100%;
max-width: 100%;
font-size: 1.2em; font-size: 1.2em;
resize: vertical;
outline: 3px dashed transparent; outline: 3px dashed transparent;
outline-offset: -4px; outline-offset: -4px;
-webkit-transition: all .5s ease; width: 450px;
-moz-transition: all .5s ease; min-width: 100%;
-ms-transition: all .5s ease; max-width: 100%;
-o-transition: all .5s ease; height: 270px;
transition: all .5s ease; resize: vertical;
transition: all 0.5s ease;
} }
/* Emoticons panel */ /* Emoticons panel */
.smiley-box { .smiley-box {
width: 18%;
float: right; float: right;
width: 18%;
} }
.smiley-box img { .smiley-box img {
@ -291,15 +289,27 @@ fieldset.submit-buttons input {
padding: 2px; padding: 2px;
} }
.inputbox:hover, .inputbox:focus { .inputbox:hover,
.inputbox:focus {
border: 1px solid transparent; border: 1px solid transparent;
outline-style: none; outline-style: none;
} }
input.inputbox { width: 85%; } input.inputbox {
input.medium { width: 50%; } width: 85%;
input.narrow { width: 25%; } }
input.tiny { width: 150px; }
input.medium {
width: 50%;
}
input.narrow {
width: 25%;
}
input.tiny {
width: 150px;
}
textarea.inputbox { textarea.inputbox {
width: 85%; width: 85%;
@ -309,70 +319,89 @@ textarea.inputbox {
width: auto !important; width: auto !important;
} }
input[type="number"] { input[type='number'] {
-moz-padding-end: inherit; -moz-padding-end: inherit;
} }
input[type="search"] { input[type='search'] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
display: none; display: none;
} }
input[type="search"]::-webkit-search-cancel-button { input[type='search']::-webkit-search-cancel-button {
cursor: pointer; cursor: pointer;
} }
/* Form button styles /* Form button styles
---------------------------------------- */ ---------------------------------------- */
input.button1, input.button2 { input.button1,
input.button2 {
font-size: 1em; font-size: 1em;
} }
a.button1, input.button1, input.button3, a.button2, input.button2 { a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
line-height: 1.5;
background: transparent none repeat-x top left;
width: auto !important; width: auto !important;
padding-top: 1px; padding-top: 1px;
padding-bottom: 1px; padding-bottom: 1px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
background: transparent none repeat-x top left;
line-height: 1.5;
} }
a.button1, input.button1 { a.button1,
input.button1 {
font-weight: bold; font-weight: bold;
border: 1px solid transparent; border: 1px solid transparent;
} }
input.button3 { input.button3 {
padding: 0;
margin: 0;
line-height: 5px;
height: 12px;
background-image: none;
font-variant: small-caps; font-variant: small-caps;
line-height: 5px;
background-image: none;
height: 12px;
margin: 0;
padding: 0;
} }
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] { input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='checkbox'],
input[type='radio'] {
cursor: pointer; cursor: pointer;
} }
/* Alternative button */ /* Alternative button */
a.button2, input.button2, input.button3 { a.button2,
input.button2,
input.button3 {
border: 1px solid transparent; border: 1px solid transparent;
} }
/* <a> button in the style of the form buttons */ /* <a> button in the style of the form buttons */
a.button1, a.button2 { a.button1,
a.button2 {
text-decoration: none; text-decoration: none;
padding: 0 3px;
vertical-align: text-bottom; vertical-align: text-bottom;
padding: 0 3px;
} }
/* Hover states */ /* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover { a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
border: 1px solid transparent; border: 1px solid transparent;
} }
@ -381,7 +410,9 @@ input.disabled {
} }
/* Focus states */ /* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus { input.button1:focus,
input.button2:focus,
input.button3:focus {
outline-style: none; outline-style: none;
} }
@ -392,14 +423,12 @@ input.button1:focus, input.button2:focus, input.button3:focus {
.search-box .inputbox { .search-box .inputbox {
background-image: none; background-image: none;
border-right-width: 0;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
border-right-width: 0;
float: left; float: left;
box-sizing: border-box;
height: 24px; height: 24px;
padding: 3px; padding: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} }
/* Search box (header) /* Search box (header)
@ -408,22 +437,37 @@ input.button1:focus, input.button2:focus, input.button3:focus {
border-radius: 4px; border-radius: 4px;
display: block; display: block;
float: right; float: right;
margin-right: 5px;
margin-top: 30px; margin-top: 30px;
margin-right: 5px;
} }
.search-header .inputbox { border: 0; } .search-header .inputbox {
border: 0;
}
.navbar .linklist > li.responsive-search { display: none; } .navbar .linklist > li.responsive-search {
display: none;
}
input.search { input.search {
background-image: none; background-image: none;
background-repeat: no-repeat;
background-position: left 1px; background-position: left 1px;
background-repeat: no-repeat;
padding-left: 17px; padding-left: 17px;
} }
.full { width: 95%; } .full {
.medium { width: 50%;} width: 95%;
.narrow { width: 25%;} }
.tiny { width: 10%;}
.medium {
width: 50%;
}
.narrow {
width: 25%;
}
.tiny {
width: 10%;
}

View file

@ -3,26 +3,29 @@
-------------------------------------------------------------- */ -------------------------------------------------------------- */
/* Global module setup /* Global module setup
--------------------------------*/ ---------------------------------------- */
/* Renamed version of .fa class for agnostic useage of icon fonts. /* Renamed version of .fa class for agnostic useage of icon fonts.
* Just change the name of the font after the 14/1 to the name of * Just change the name of the font after the 14/1 to the name of
* the font you wish to use. * the font you wish to use.
*/ */
.icon, .button .icon { .icon,
.button .icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
display: inline-block; display: inline-block;
font-weight: normal; text-rendering: auto; /* optimizelegibility throws things off #1094 */
font-style: normal;
font-variant: normal;
font-family: FontAwesome;
font-size: 14px;
line-height: 1;
text-rendering: auto; /* optimizelegibility throws things off #1094 */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }
.icon:before { padding-right: 2px; } .icon:before {
padding-right: 2px;
}
.button .icon:before { .button .icon:before {
padding-right: 0; padding-right: 0;
@ -48,36 +51,37 @@
/* icon modifiers */ /* icon modifiers */
.icon-tiny { .icon-tiny {
width: 12px;
transform: scale(0.65, 0.75);
vertical-align: text-bottom;
font-size: 16px; font-size: 16px;
} vertical-align: text-bottom;
width: 12px;
.arrow-left:hover .icon { -webkit-transform: scale(0.65, 0.75);
margin-left: -5px; transform: scale(0.65, 0.75);
margin-right: 5px;
} }
.arrow-right .icon { .arrow-right .icon {
float: right; float: right;
} }
.arrow-left:hover .icon {
margin-right: 5px;
margin-left: -5px;
}
.arrow-right:hover .icon { .arrow-right:hover .icon {
margin-left: 5px;
margin-right: -5px; margin-right: -5px;
margin-left: 5px;
} }
.post-buttons .dropdown-contents .icon { .post-buttons .dropdown-contents .icon {
float: right; float: right;
margin-left: 5px; margin-left: 5px;
} }
.alert_close .icon:before { .alert_close .icon:before {
line-height: 0.9;
border-radius: 50%;
display: block;
width: 11px;
height: 12px;
padding: 0; padding: 0;
border-radius: 50%;
width: 11px;
display: block;
line-height: .9;
height: 12px;
} }

View file

@ -3,13 +3,13 @@
/* Links adjustment to correctly display an order of rtl/ltr mixed content */ /* Links adjustment to correctly display an order of rtl/ltr mixed content */
a { a {
direction: ltr;
unicode-bidi: embed;
text-decoration: none; text-decoration: none;
/* we use links inline more often then not so to address several bugs with /* we use links inline more often then not so to address several bugs with
IE and some other browsers we render all links as inlineblock by default */ IE and some other browsers we render all links as inlineblock by default */
display: inline-block; display: inline-block;
direction: ltr;
unicode-bidi: embed;
} }
/* Coloured usernames */ /* Coloured usernames */
@ -20,11 +20,15 @@ a {
} }
/* Links on gradient backgrounds */ /* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a { .forumbg .header a,
.forabg .header a,
th a {
text-decoration: none; text-decoration: none;
} }
.forumbg .header a:hover, .forabg .header a:hover, th a:hover { .forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
text-decoration: underline; text-decoration: underline;
} }
@ -33,15 +37,13 @@ a {
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;
display: none;
margin-top: -20px;
position: absolute; position: absolute;
z-index: 2;
right: 0;
top: 50%; top: 50%;
-webkit-box-sizing: border-box; right: 0;
-moz-box-sizing: border-box; z-index: 2;
display: none;
box-sizing: border-box; box-sizing: border-box;
margin-top: -20px;
} }
.dropdown-extended li:hover a.mark_read { .dropdown-extended li:hover a.mark_read {
@ -53,12 +55,14 @@ a {
} }
.jumpbox-cat-link, .jumpbox-cat-link,
.jumpbox-forum-link { font-weight: bold; } .jumpbox-forum-link {
font-weight: bold;
}
/* Links for forum/topic lists */ /* Links for forum/topic lists */
a.forumtitle { a.forumtitle {
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
@ -69,7 +73,7 @@ a.forumtitle:hover {
} }
a.topictitle { a.topictitle {
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
@ -100,25 +104,28 @@ a.lastsubject:hover {
text-decoration: none; text-decoration: none;
} }
.signature a, .signature a:hover { .signature a,
border: none; .signature a:hover {
text-decoration: underline; text-decoration: underline;
border: none;
} }
/* Profile links */ /* Profile links */
.postprofile a, .postprofile dt.author a { .postprofile a,
.postprofile dt.author a {
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
} }
.postprofile a:hover, .postprofile dt.author a:hover { .postprofile a:hover,
.postprofile dt.author a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Profile searchresults */ /* Profile searchresults */
.search .postprofile a { .search .postprofile a {
text-decoration: none;
font-weight: normal; font-weight: normal;
text-decoration: none;
} }
.search .postprofile a:hover { .search .postprofile a:hover {
@ -138,20 +145,20 @@ a.lastsubject:hover {
.back2top .top { .back2top .top {
float: right; float: right;
margin-right: -10px;
margin-top: 0; margin-top: 0;
margin-right: -10px;
} }
/* Arrow links */ /* Arrow links */
.arrow-up { .arrow-up {
padding-left: 10px;
text-decoration: none; text-decoration: none;
border-bottom-width: 0; border-bottom-width: 0;
padding-left: 10px;
} }
.arrow-up:hover { .arrow-up:hover {
/* add hover styles here */
} }
.arrow-down { .arrow-down {
@ -159,7 +166,7 @@ a.lastsubject:hover {
} }
.arrow-down:hover { .arrow-down:hover {
/* add hover styles here */
} }
.arrow-left:hover { .arrow-left:hover {

View file

@ -1,8 +1,8 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | mit license | github.com/necolas/normalize.css */
/** /**
* 1. Set default font family to sans-serif. * 1. set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change, * 2. prevent ios and ie text size adjust after device orientation change,
* without disabling user zoom. * without disabling user zoom.
*/ */
@ -13,21 +13,21 @@ html {
} }
/** /**
* Remove default margin. * remove default margin.
*/ */
body { body {
margin: 0; margin: 0;
} }
/* HTML5 display definitions /* html5 display definitions
========================================================================== */ ========================================================================== */
/** /**
* Correct `block` display not defined for any HTML5 element in IE 8/9. * correct `block` display not defined for any html5 element in ie 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 * correct `block` display not defined for `details` or `summary` in ie 10/11
* and Firefox. * and firefox.
* Correct `block` display not defined for `main` in IE 11. * correct `block` display not defined for `main` in ie 11.
*/ */
article, article,
@ -47,21 +47,21 @@ summary {
} }
/** /**
* 1. Correct `inline-block` display not defined in IE 8/9. * 1. correct `inline-block` display not defined in ie 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. * 2. normalize vertical alignment of `progress` in chrome, firefox, and opera.
*/ */
audio, audio,
canvas, canvas,
progress, progress,
video { video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */ vertical-align: baseline; /* 2 */
display: inline-block; /* 1 */
} }
/** /**
* Prevent modern browsers from displaying `audio` without controls. * prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. * remove excess height in ios 5 devices.
*/ */
audio:not([controls]) { audio:not([controls]) {
@ -70,8 +70,8 @@ audio:not([controls]) {
} }
/** /**
* Address `[hidden]` styling not present in IE 8/9/10. * address `[hidden]` styling not present in ie 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. * hide the `template` element in ie 8/9/10/11, safari, and firefox < 22.
*/ */
[hidden], [hidden],
@ -79,11 +79,11 @@ template {
display: none; display: none;
} }
/* Links /* links
========================================================================== */ ========================================================================== */
/** /**
* Remove the gray background color from active links in IE 10. * remove the gray background color from active links in ie 10.
*/ */
a { a {
@ -91,7 +91,7 @@ a {
} }
/** /**
* Improve readability of focused elements when they are also in an * improve readability of focused elements when they are also in an
* active/hover state. * active/hover state.
*/ */
@ -100,11 +100,11 @@ a:hover {
outline: 0; outline: 0;
} }
/* Text-level semantics /* text-level semantics
========================================================================== */ ========================================================================== */
/** /**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome. * address styling not present in ie 8/9/10/11, safari, and chrome.
*/ */
abbr[title] { abbr[title] {
@ -112,7 +112,7 @@ abbr[title] {
} }
/** /**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. * address style set to `bolder` in firefox 4+, safari, and chrome.
*/ */
b, b,
@ -121,7 +121,7 @@ strong {
} }
/** /**
* Address styling not present in Safari and Chrome. * address styling not present in safari and chrome.
*/ */
dfn { dfn {
@ -129,8 +129,8 @@ dfn {
} }
/** /**
* Address variable `h1` font-size and margin within `section` and `article` * address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome. * contexts in firefox 4+, safari, and chrome.
*/ */
h1 { h1 {
@ -139,16 +139,16 @@ h1 {
} }
/** /**
* Address styling not present in IE 8/9. * address styling not present in ie 8/9.
*/ */
mark { mark {
background: #ff0; background: #ffff00;
color: #000; color: #000000;
} }
/** /**
* Address inconsistent and variable font size in all browsers. * address inconsistent and variable font size in all browsers.
*/ */
small { small {
@ -156,15 +156,15 @@ small {
} }
/** /**
* Prevent `sub` and `sup` affecting `line-height` in all browsers. * prevent `sub` and `sup` affecting `line-height` in all browsers.
*/ */
sub, sub,
sup { sup {
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
position: relative;
} }
sup { sup {
@ -175,11 +175,11 @@ sub {
bottom: -0.25em; bottom: -0.25em;
} }
/* Embedded content /* embedded content
========================================================================== */ ========================================================================== */
/** /**
* Remove border when inside `a` element in IE 8/9/10. * remove border when inside `a` element in ie 8/9/10.
*/ */
img { img {
@ -187,18 +187,18 @@ img {
} }
/** /**
* Correct overflow not hidden in IE 9/10/11. * correct overflow not hidden in ie 9/10/11.
*/ */
svg:not(:root) { svg:not(:root) {
overflow: hidden; overflow: hidden;
} }
/* Grouping content /* grouping content
========================================================================== */ ========================================================================== */
/** /**
* Address margin not present in IE 8/9 and Safari. * address margin not present in ie 8/9 and safari.
*/ */
figure { figure {
@ -206,7 +206,7 @@ figure {
} }
/** /**
* Address differences between Firefox and other browsers. * address differences between firefox and other browsers.
*/ */
hr { hr {
@ -215,7 +215,7 @@ hr {
} }
/** /**
* Contain overflow in all browsers. * contain overflow in all browsers.
*/ */
pre { pre {
@ -223,7 +223,7 @@ pre {
} }
/** /**
* Address odd `em`-unit font size rendering in all browsers. * address odd `em`-unit font size rendering in all browsers.
*/ */
code, code,
@ -234,19 +234,19 @@ samp {
font-size: 1em; font-size: 1em;
} }
/* Forms /* forms
========================================================================== */ ========================================================================== */
/** /**
* Known limitation: by default, Chrome and Safari on OS X allow very limited * known limitation: by default, chrome and safari on os x allow very limited
* styling of `select`, unless a `border` property is set. * styling of `select`, unless a `border` property is set.
*/ */
/** /**
* 1. Correct color not being inherited. * 1. correct color not being inherited.
* Known issue: affects color of disabled elements. * known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited. * 2. correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome. * 3. address margins set differently in firefox 4+, safari, and chrome.
*/ */
button, button,
@ -254,13 +254,13 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */ font: inherit; /* 2 */
color: inherit; /* 1 */
margin: 0; /* 3 */ margin: 0; /* 3 */
} }
/** /**
* Address `overflow` set to `hidden` in IE 8/9/10/11. * address `overflow` set to `hidden` in ie 8/9/10/11.
*/ */
button { button {
@ -268,10 +268,10 @@ button {
} }
/** /**
* Address inconsistent `text-transform` inheritance for `button` and `select`. * address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values. * all other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * correct `button` style inheritance in firefox, ie 8/9/10/11, and opera.
* Correct `select` style inheritance in Firefox. * correct `select` style inheritance in firefox.
*/ */
button, button,
@ -280,23 +280,23 @@ select {
} }
/** /**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * 1. avoid the webkit bug in android 4.0.* where (2) destroys native `audio`
* and `video` controls. * and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS. * 2. correct inability to style clickable `input` types in ios.
* 3. Improve usability and consistency of cursor style between image-type * 3. improve usability and consistency of cursor style between image-type
* `input` and others. * `input` and others.
*/ */
button, button,
html input[type="button"], /* 1 */ html input[type='button'],
input[type="reset"], input[type='reset'],
input[type="submit"] { input[type='submit'] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */ cursor: pointer; /* 3 */
-webkit-appearance: button; /* 2 */
} }
/** /**
* Re-set default cursor for disabled elements. * re-set default cursor for disabled elements.
*/ */
button[disabled], button[disabled],
@ -305,7 +305,16 @@ html input[disabled] {
} }
/** /**
* Remove inner padding and border in Firefox 4+. * address firefox 4+ setting `line-height` on `input` using `!important` in
* the ua stylesheet.
*/
input {
line-height: normal;
}
/**
* remove inner padding and border in firefox 4+.
*/ */
button::-moz-focus-inner, button::-moz-focus-inner,
@ -315,62 +324,53 @@ input::-moz-focus-inner {
} }
/** /**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in * it's recommended that you don't attempt to style these elements.
* the UA stylesheet. * firefox's implementation doesn't respect box-sizing, padding, or width.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
* *
* 1. Address box sizing set to `content-box` in IE 8/9/10. * 1. address box sizing set to `content-box` in ie 8/9/10.
* 2. Remove excess padding in IE 8/9/10. * 2. remove excess padding in ie 8/9/10.
*/ */
input[type="checkbox"], input[type='checkbox'],
input[type="radio"] { input[type='radio'] {
box-sizing: border-box; /* 1 */ box-sizing: border-box; /* 1 */
padding: 0; /* 2 */ padding: 0; /* 2 */
} }
/** /**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain * fix the cursor style for chrome's increment/decrement buttons. for certain
* `font-size` values of the `input`, it causes the cursor style of the * `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`. * decrement button to change from `default` to `text`.
*/ */
input[type="number"]::-webkit-inner-spin-button, input[type='number']::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { input[type='number']::-webkit-outer-spin-button {
height: auto; height: auto;
} }
/** /**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 1. address `appearance` set to `searchfield` in safari and chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome. * 2. address `box-sizing` set to `border-box` in safari and chrome.
*/ */
input[type="search"] { input[type='search'] {
-webkit-appearance: textfield; /* 1 */
box-sizing: content-box; /* 2 */ box-sizing: content-box; /* 2 */
-webkit-appearance: textfield; /* 1 */
} }
/** /**
* Remove inner padding and search cancel button in Safari and Chrome on OS X. * remove inner padding and search cancel button in safari and chrome on os x.
* Safari (but not Chrome) clips the cancel button when the search input has * safari (but not chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance). * padding (and `textfield` appearance).
*/ */
input[type="search"]::-webkit-search-cancel-button, input[type='search']::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type='search']::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
/** /**
* Define consistent border, margin, and padding. * define consistent border, margin, and padding.
*/ */
fieldset { fieldset {
@ -380,8 +380,8 @@ fieldset {
} }
/** /**
* 1. Correct `color` not being inherited in IE 8/9/10/11. * 1. correct `color` not being inherited in ie 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets. * 2. remove padding so people aren't caught out if they zero out fieldsets.
*/ */
legend { legend {
@ -390,7 +390,7 @@ legend {
} }
/** /**
* Remove default vertical scrollbar in IE 8/9/10/11. * remove default vertical scrollbar in ie 8/9/10/11.
*/ */
textarea { textarea {
@ -398,19 +398,19 @@ textarea {
} }
/** /**
* Don't inherit the `font-weight` (applied by a rule above). * don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X. * note: the default cannot safely be changed in chrome and safari on os x.
*/ */
optgroup { optgroup {
font-weight: bold; font-weight: bold;
} }
/* Tables /* tables
========================================================================== */ ========================================================================== */
/** /**
* Remove most spacing between table cells. * remove most spacing between table cells.
*/ */
table { table {

View file

@ -16,8 +16,8 @@
} }
.attach-comment .inputbox { .attach-comment .inputbox {
resize: vertical;
width: 100%; width: 100%;
resize: vertical;
} }
.attach-filesize { .attach-filesize {
@ -28,7 +28,8 @@
width: 5%; width: 5%;
} }
.attach-filesize, .attach-status { .attach-filesize,
.attach-status {
text-align: center; text-align: center;
} }
@ -42,24 +43,25 @@
} }
.file-total-progress { .file-total-progress {
height: 2px;
display: block;
position: relative; position: relative;
display: block;
height: 2px;
margin: 4px -10px -6px -10px; margin: 4px -10px -6px -10px;
} }
.file-progress { .file-progress {
background-color: #CCCCCC; background-color: #cccccc;
display:inline-block; display: inline-block;
height: 8px;
width: 50px; width: 50px;
height: 8px;
} }
.file-progress-bar, .file-total-progress-bar { .file-progress-bar,
background-color: green; .file-total-progress-bar {
background-color: #008000;
display: block; display: block;
height: 100%;
width: 0; width: 0;
height: 100%;
} }
.file-status.file-working { .file-status.file-working {
@ -76,11 +78,11 @@
.file-status { .file-status {
display: inline-block; display: inline-block;
height: 16px;
width: 16px; width: 16px;
height: 16px;
} }
.file-name { .file-name {
max-width: 65%;
vertical-align: bottom; vertical-align: bottom;
max-width: 65%;
} }

View file

@ -6,20 +6,39 @@
/* General markup styles */ /* General markup styles */
* { * {
padding: 0;
margin: 0; margin: 0;
padding: 0;
} }
body { body {
font: 11pt Verdana, Arial, Helvetica, sans-serif; font: 11pt Verdana, Arial, Helvetica, sans-serif;
color:#000000; color: #000000;
} }
a:link { color: #000000; text-decoration: none; } a:link {
a:visited { color: #000000; text-decoration: none; } text-decoration: none;
a:active { color: #000000; text-decoration: none; } color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
img,
.noprint,
.navbar,
.box1,
.divider,
.signature {
display: none;
}
img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
/* Display smilies (Bug #47265) */ /* Display smilies (Bug #47265) */
.content img { .content img {
display: inline; display: inline;
@ -30,50 +49,80 @@ img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
margin: 0 2em; margin: 0 2em;
} }
p { font-size: 85%; } p {
.copyright { font-size: 75%; } font-size: 85%;
.page-number { float:right; width: auto; text-align: right; font-size: 75%; }
h1, h2, h3, h1 a, h2 a, h3 a {
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
color: #000000;
background: none;
text-decoration: none;
font-weight: bold;
} }
h1 { font-size: 20pt; } .copyright {
h2 { font-size: 16pt; margin-top: 1em; } font-size: 75%;
h3 { font-size: 14pt; margin-top: 1em; } }
.page-number {
font-size: 75%;
text-align: right;
float: right;
width: auto;
}
h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
font-family: 'Trebuchet MS', georgia, Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
background: none;
color: #000000;
}
h1 {
font-size: 20pt;
}
h2 {
font-size: 16pt;
margin-top: 1em;
}
h3 {
font-size: 14pt;
margin-top: 1em;
}
.content { .content {
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt; font-size: 11pt;
line-height: 14pt; line-height: 14pt;
margin-bottom: 1em;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
overflow: hidden; overflow: hidden;
margin-bottom: 1em;
} }
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */ /* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
.postbody a:link, .postbody a:visited, .postbody a:hover, .postbody a:active { .postbody a:link,
text-decoration: underline; .postbody a:visited,
padding: 0.1em 0.2em; .postbody a:hover,
margin: -0.1em -0.2em; .postbody a:active {
color: #666;
background: none;
font-size: 100%; font-size: 100%;
text-decoration: underline;
background: none;
color: #666666;
margin: -0.1em -0.2em;
padding: 0.1em 0.2em;
} }
html>body .postbody a:link:after, html>body .postbody a:visited:after { html > body .postbody a:link:after,
content: " (" attr(href) ") "; html > body .postbody a:visited:after {
font-size: 90%; font-size: 90%;
text-decoration: none; text-decoration: none;
content: ' (' attr(href) ') ';
} }
hr { hr {
height: 1px;
background-color: #999999; background-color: #999999;
border-width: 0; border-width: 0;
height: 1px;
} }
.author { .author {
@ -84,56 +133,82 @@ hr {
.date { .date {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
float: right;
position: relative;
text-align: right;
font-size: 75%; font-size: 75%;
text-align: right;
position: relative;
float: right;
} }
/* Dont want to print url for names or titles in content area */ /* Dont want to print url for names or titles in content area */
.postbody .author a:link, .postbody .author a:visited, .postbody .author a:link,
html>body .postbody .author a:link:after, .postbody .author a:visited,
html>body .postbody .author a:visited:after, html > body .postbody .author a:link:after,
.postquote .quote-by a:link, .postquote .quote-by a:visited, html > body .postbody .author a:visited:after,
html>body .postquote .quote-by a:link:after, .postquote .quote-by a:link,
html>body .postquote .quote-by a:visited:after, .postquote .quote-by a:visited,
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after { html > body .postquote .quote-by a:link:after,
html > body .postquote .quote-by a:visited:after,
html > body .postbody h1 a:link:after,
html > body .postbody h2 a:link:after {
text-decoration: none; text-decoration: none;
content: ""; content: '';
} }
/* Poster profile */ /* Poster profile */
.postprofile { display: none; } .postprofile {
.grip-show { display:none; } display: none;
/* Quote */
.postquote, blockquote {
font-size: 85%;
margin: 1em 18% 1em 4%;
padding: 0.5em;
position: relative;
line-height: 1.5em;
border: 1px #999999 solid;
} }
.postquote img { display: none; } .grip-show {
.postquote span { display: block; } display: none;
.postquote span .postquote { font-size: 100%; } }
.quote-by, blockquote cite {
color: black; /* Quote */
display : block; .postquote,
blockquote {
font-size: 85%;
line-height: 1.5em;
border: 1px #999999 solid;
position: relative;
margin: 1em 18% 1em 4%;
padding: 0.5em;
}
.postquote img {
display: none;
}
.postquote span {
display: block;
}
.postquote span .postquote {
font-size: 100%;
}
.quote-by,
blockquote cite {
font-weight: bold; font-weight: bold;
color: #000000;
display: block;
} }
/* List */ /* List */
ol, ul { ol,
margin-left: 15pt ul {
margin-left: 15pt;
} }
/* Misc page elements */ /* Misc page elements */
div.spacer { clear: both; } div.spacer {
clear: both;
}
/* Accessibility tweaks: Mozilla.org */ /* Accessibility tweaks: Mozilla.org */
.skip_link { display: none; } .skip_link {
display: none;
}
.codebox p { display: none; } .codebox p {
display: none;
}

View file

@ -2,13 +2,15 @@
---------------------------------------- */ ---------------------------------------- */
@media (max-width: 320px) { @media (max-width: 320px) {
select, .inputbox { select,
.inputbox {
max-width: 240px; max-width: 240px;
} }
} }
/* Notifications list /* Notifications list
----------------------------------------*/ ----------------------------------------*/
@media (max-width: 350px) { @media (max-width: 350px) {
.dropdown-extended .dropdown-contents { .dropdown-extended .dropdown-contents {
width: auto; width: auto;
@ -25,16 +27,16 @@
} }
.action-bar .search-box .inputbox ::-moz-placeholder { .action-bar .search-box .inputbox ::-moz-placeholder {
content: "Search..."; content: 'Search...';
} }
.action-bar .search-box .inputbox :-ms-input-placeholder { .action-bar .search-box .inputbox :-ms-input-placeholder {
content: "Search..."; content: 'Search...';
} }
.action-bar .search-box .inputbox ::-webkit-input-placeholder { .action-bar .search-box .inputbox ::-webkit-input-placeholder {
content: "Search..."; content: 'Search...';
} }
} }
@media (max-width: 500px) { @media (max-width: 500px) {
@ -42,7 +44,8 @@
white-space: normal; white-space: normal;
} }
select, .inputbox { select,
.inputbox {
max-width: 260px; max-width: 260px;
} }
@ -54,10 +57,11 @@
width: 100%; width: 100%;
} }
dl.details dt, dl.details dd { dl.details dt,
width: auto; dl.details dd {
float: none;
text-align: left; text-align: left;
float: none;
width: auto;
} }
dl.details dd { dl.details dd {
@ -65,20 +69,20 @@
} }
p.responsive-center { p.responsive-center {
float: none;
text-align: center; text-align: center;
float: none;
margin-bottom: 5px; margin-bottom: 5px;
} }
.action-bar > div { .action-bar > div {
margin-bottom: 5px; margin-bottom: 5px;
} }
.action-bar > .pagination { .action-bar > .pagination {
text-align: center;
float: none; float: none;
clear: both; clear: both;
padding-bottom: 1px; padding-bottom: 1px;
text-align: center;
} }
.action-bar > .pagination li.page-jump { .action-bar > .pagination li.page-jump {
@ -95,8 +99,8 @@
} }
.attach-controls { .attach-controls {
margin-top: 5px;
width: 100%; width: 100%;
margin-top: 5px;
} }
.quick-links .dropdown-trigger span { .quick-links .dropdown-trigger span {
@ -119,11 +123,21 @@
} }
@media (max-width: 700px) { @media (max-width: 700px) {
.responsive-hide { display: none !important; } .responsive-hide {
.responsive-show { display: block !important; } display: none !important;
.responsive-show-inline { display: inline !important; } }
.responsive-show-inline-block { display: inline-block !important; }
.responsive-show {
display: block !important;
}
.responsive-show-inline {
display: inline !important;
}
.responsive-show-inline-block {
display: inline-block !important;
}
/* Content wrappers /* Content wrappers
----------------------------------------*/ ----------------------------------------*/
html { html {
@ -137,29 +151,35 @@
.wrap { .wrap {
border: none; border: none;
border-radius: 0; border-radius: 0;
margin: 0;
min-width: 290px; min-width: 290px;
margin: 0;
padding: 0 5px; padding: 0 5px;
} }
/* Common block wrappers /* Common block wrappers
----------------------------------------*/ ----------------------------------------*/
.headerbar, .navbar, .forabg, .forumbg, .post, .panel { .headerbar,
.navbar,
.forabg,
.forumbg,
.post,
.panel {
border-radius: 0; border-radius: 0;
margin-left: -5px;
margin-right: -5px; margin-right: -5px;
margin-left: -5px;
} }
.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel { .cp-main .forabg,
.cp-main .forumdb,
.cp-main .post,
.cp-main .panel {
border-radius: 7px; border-radius: 7px;
} }
/* Logo block /* Logo block
----------------------------------------*/ ----------------------------------------*/
.site-description { .site-description {
text-align: center;
float: none; float: none;
width: auto; width: auto;
text-align: center;
} }
.logo { .logo {
@ -169,40 +189,42 @@
padding: 10px; padding: 10px;
} }
.site-description h1, .site-description p { .site-description h1,
text-align: inherit; .site-description p {
float: none;
margin: 5px;
line-height: 1.2em; line-height: 1.2em;
overflow: hidden; text-align: inherit;
text-overflow: ellipsis; text-overflow: ellipsis;
float: none;
overflow: hidden;
margin: 5px;
} }
.site-description p, .search-header { .site-description p,
.search-header {
display: none; display: none;
} }
/* Navigation /* Navigation
----------------------------------------*/ ----------------------------------------*/
.headerbar + .navbar { .headerbar + .navbar {
margin-top: -5px; margin-top: -5px;
} }
/* Search /* Search
----------------------------------------*/ ----------------------------------------*/
.responsive-search { display: block !important; } .responsive-search {
display: block !important;
}
/* .topiclist lists /* .topiclist lists
----------------------------------------*/ ----------------------------------------*/
li.header dt { li.header dt {
font-size: 1.2em;
line-height: 1em;
text-align: center; text-align: center;
text-transform: none; text-transform: none;
line-height: 1em;
font-size: 1.2em;
padding-bottom: 4px; padding-bottom: 4px;
} }
ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner { ul.topiclist li.header dt,
ul.topiclist li.header dt .list-inner {
margin-right: 0 !important; margin-right: 0 !important;
padding-right: 0; padding-right: 0;
} }
@ -211,10 +233,14 @@
display: none !important; display: none !important;
} }
ul.topiclist dt, ul.topiclist dt .list-inner, ul.topiclist dt,
ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner, ul.topiclist dt .list-inner,
ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner, ul.topiclist.missing-column dt,
ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner { ul.topiclist.missing-column dt .list-inner,
ul.topiclist.two-long-columns dt,
ul.topiclist.two-long-columns dt .list-inner,
ul.topiclist.two-columns dt,
ul.topiclist.two-columns dt .list-inner {
margin-right: 0; margin-right: 0;
} }
@ -233,10 +259,10 @@
ul.topiclist dd { ul.topiclist dd {
display: none; display: none;
} }
ul.topiclist dd.mark { ul.topiclist dd.mark {
display: block; display: block;
} }
/* Forums and topics lists /* Forums and topics lists
----------------------------------------*/ ----------------------------------------*/
ul.topiclist.forums dt { ul.topiclist.forums dt {
@ -244,22 +270,23 @@
} }
ul.topiclist dd.mark { ul.topiclist dd.mark {
display: block; text-align: left;
position: absolute; position: absolute;
right: 5px;
top: 0; top: 0;
margin: 0; right: 5px;
display: block;
width: auto; width: auto;
min-width: 0; min-width: 0;
text-align: left; margin: 0;
} }
ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn { ul.topiclist.forums dd.topics dfn,
ul.topiclist.topics dd.posts dfn {
font-weight: normal;
position: relative; position: relative;
left: 0; left: 0;
width: auto;
display: inline; display: inline;
font-weight: normal; width: auto;
} }
li.row .responsive-show strong { li.row .responsive-show strong {
@ -268,12 +295,11 @@
} }
ul.topiclist li.row dt a.subforum { ul.topiclist li.row dt a.subforum {
text-overflow: ellipsis;
vertical-align: bottom; vertical-align: bottom;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
max-width: 100px; max-width: 100px;
} }
/* Pagination /* Pagination
----------------------------------------*/ ----------------------------------------*/
.pagination > ul { .pagination > ul {
@ -288,21 +314,25 @@
.row .pagination .ellipsis + li { .row .pagination .ellipsis + li {
display: none !important; display: none !important;
} }
/* Responsive tables /* Responsive tables
----------------------------------------*/ ----------------------------------------*/
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { table.responsive,
table.responsive tbody,
table.responsive tr,
table.responsive td {
display: block; display: block;
} }
table.responsive thead, table.responsive th { table.responsive thead,
table.responsive th {
display: none; display: none;
} }
table.responsive.show-header thead, table.responsive.show-header th:first-child { table.responsive.show-header thead,
table.responsive.show-header th:first-child {
text-align: left !important;
display: block; display: block;
width: auto !important; width: auto !important;
text-align: left !important;
} }
table.responsive.show-header th:first-child span.rank-img { table.responsive.show-header th:first-child span.rank-img {
@ -314,8 +344,8 @@
} }
table.responsive td { table.responsive td {
width: auto !important;
text-align: left !important; text-align: left !important;
width: auto !important;
padding: 4px; padding: 4px;
} }
@ -328,8 +358,8 @@
} }
table.responsive td > dfn:after { table.responsive td > dfn:after {
content: ':';
padding-right: 5px; padding-right: 5px;
content: ':';
} }
table.responsive span.rank-img { table.responsive span.rank-img {
@ -337,25 +367,29 @@
padding-right: 5px; padding-right: 5px;
} }
table.responsive.memberlist td:first-child input[type="checkbox"] { table.responsive.memberlist td:first-child input[type='checkbox'] {
float: right; float: right;
} }
/* Forms /* Forms
----------------------------------------*/ ----------------------------------------*/
fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt { fieldset dt,
width: auto; fieldset.fields1 dt,
fieldset.fields2 dt {
float: none; float: none;
width: auto;
} }
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd { fieldset dd,
fieldset.fields1 dd,
fieldset.fields2 dd {
margin-left: 20px; margin-left: 20px;
} }
textarea, dd textarea, .message-box textarea { textarea,
width: 100%; dd textarea,
-moz-box-sizing: border-box; .message-box textarea {
box-sizing: border-box; box-sizing: border-box;
width: 100%;
} }
dl.pmlist dt { dl.pmlist dt {
@ -372,7 +406,8 @@
padding-left: 20px; padding-left: 20px;
} }
.smiley-box, .message-box { .smiley-box,
.message-box {
float: none; float: none;
width: auto; width: auto;
} }
@ -385,7 +420,9 @@
display: none; display: none;
} }
.colour-palette, .colour-palette tbody, .colour-palette tr { .colour-palette,
.colour-palette tbody,
.colour-palette tr {
display: block; display: block;
} }
@ -394,14 +431,15 @@
margin-right: 2px; margin-right: 2px;
} }
.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) { .horizontal-palette td:nth-child(2n),
.vertical-palette tr:nth-child(2n) {
display: none; display: none;
} }
fieldset.quick-login label { fieldset.quick-login label {
white-space: normal;
display: block; display: block;
margin-bottom: 5px; margin-bottom: 5px;
white-space: normal;
} }
fieldset.quick-login label > span { fieldset.quick-login label > span {
@ -415,19 +453,19 @@
margin-left: 20px; margin-left: 20px;
} }
fieldset.quick-login label[for="autologin"] { fieldset.quick-login label[for='autologin'] {
display: inline-block;
text-align: right; text-align: right;
display: inline-block;
min-width: 50%; min-width: 50%;
} }
/* User profile /* User profile
----------------------------------------*/ ----------------------------------------*/
.column1, .column2, .left-box.profile-details { .column1,
.column2,
.left-box.profile-details {
float: none; float: none;
width: auto; width: auto;
} }
/* Polls /* Polls
----------------------------------------*/ ----------------------------------------*/
fieldset.polls dt { fieldset.polls dt {
@ -442,46 +480,50 @@
width: 20%; width: 20%;
} }
fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent { fieldset.polls dd.resultbar,
fieldset.polls dd.poll_option_percent {
margin-top: 5px; margin-top: 5px;
} }
/* Post /* Post
----------------------------------------*/ ----------------------------------------*/
.postbody { .postbody {
position: inherit; position: inherit;
} }
.postprofile, .postbody, .search .postbody { .postprofile,
.postbody,
.search .postbody {
display: block; display: block;
width: auto;
float: none; float: none;
padding: 0; width: auto;
min-height: 0; min-height: 0;
padding: 0;
} }
.post .postprofile { .post .postprofile {
border-width: 0 0 1px;
overflow: hidden;
width: auto; width: auto;
border-width: 0 0 1px 0; min-height: 40px;
padding-bottom: 5px;
margin: 0; margin: 0;
margin-bottom: 5px; margin-bottom: 5px;
min-height: 40px; padding-bottom: 5px;
overflow: hidden;
} }
.postprofile dd { .postprofile dd {
display: none; display: none;
} }
.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd { .postprofile dt,
.postprofile dd.profile-rank,
.search .postprofile dd {
display: block; display: block;
margin: 0; margin: 0;
} }
.postprofile .has-avatar .avatar-container { .postprofile .has-avatar .avatar-container {
margin: 0;
overflow: inherit; overflow: inherit;
margin: 0;
} }
.postprofile .avatar-container:after { .postprofile .avatar-container:after {
@ -499,28 +541,27 @@
} }
.has-profile .postbody h3 { .has-profile .postbody h3 {
margin-left: 0 !important;
margin-right: 0 !important; margin-right: 0 !important;
margin-left: 0 !important;
} }
.has-profile .post-buttons { .has-profile .post-buttons {
right: 30px;
top: 15px; top: 15px;
right: 30px;
} }
.online { .online {
background-size: 40px; background-size: 40px;
} }
/* Misc stuff /* Misc stuff
----------------------------------------*/ ----------------------------------------*/
h2 { h2 {
margin-top: .5em; margin-top: 0.5em;
} }
p { p {
margin-bottom: .5em;
overflow: hidden; overflow: hidden;
margin-bottom: 0.5em;
} }
p.rightside { p.rightside {
@ -558,15 +599,21 @@
} }
@media (min-width: 700px) { @media (min-width: 700px) {
.postbody { width: 70%; } .postbody {
width: 70%;
}
} }
@media (min-width: 850px) { @media (min-width: 850px) {
.postbody { width: 76%; } .postbody {
width: 76%;
}
} }
@media (max-width: 850px) { @media (max-width: 850px) {
.postprofile { width: 28%; } .postprofile {
width: 28%;
}
} }
@media (min-width: 701px) and (max-width: 950px) { @media (min-width: 701px) and (max-width: 950px) {
@ -576,15 +623,16 @@
} }
ul.topiclist dt { ul.topiclist dt {
margin-right: -410px; margin-right: -410px;
} }
ul.topiclist dt .list-inner { ul.topiclist dt .list-inner {
margin-right: 410px; margin-right: 410px;
} }
dd.posts, dd.topics, dd.views { dd.posts,
width: 80px; dd.topics,
dd.views {
width: 80px;
} }
} }

View file

@ -7,15 +7,15 @@
-------------------------------------------------------------- --------------------------------------------------------------
*/ */
@import url("normalize.css"); @import url('normalize.css');
@import url("base.css"); @import url('base.css');
@import url("utilities.css"); @import url('utilities.css');
@import url("common.css"); @import url('common.css');
@import url("links.css"); @import url('links.css');
@import url("content.css"); @import url('content.css');
@import url("buttons.css"); @import url('buttons.css');
@import url("cp.css"); @import url('cp.css');
@import url("forms.css"); @import url('forms.css');
@import url("icons.css"); @import url('icons.css');
@import url("colours.css"); @import url('colours.css');
@import url("responsive.css"); @import url('responsive.css');

View file

@ -2,38 +2,50 @@
These style definitions are IE 8 & 9 only. These style definitions are IE 8 & 9 only.
They are required due to the poor CSS support in IE browsers. They are required due to the poor CSS support in IE browsers.
------------------------------------------------------------------------------*/ ----------------------------------------------------------------------------- */
/* IE 8 Tweaks (value)\9 equates to IE <= 8 /* IE 8 Tweaks (value)\9 equates to IE <= 8
------------------------------------------------------------------------------*/ ----------------------------------------------------------------------------- */
/* Clear float fix */ /* Clear float fix */
.inner, ul.linklist { zoom: 1\9; } .inner,
ul.linklist {
zoom: 1\9;
}
/* Align checkboxes/radio buttons nicely */ /* Align checkboxes/radio buttons nicely */
dd label input { vertical-align: text-bottom\9; } dd label input {
vertical-align: text-bottom\9;
}
/* Fixes header-avatar aspect-ratio */ /* Fixes header-avatar aspect-ratio */
.header-avatar img { height: 20px\9; } .header-avatar img {
height: 20px\9;
}
/* IE8 often can't handle max-width in %, so we use px instead */ /* IE8 often can't handle max-width in %, so we use px instead */
.postprofile .avatar img { max-width: 150px\9; } .postprofile .avatar img {
max-width: 150px\9;
}
/* IE 9 Tweaks /* IE 9 Tweaks
------------------------------------------------------------------------------*/ ----------------------------------------------------------------------------- */
/* Border-radius bleed fix in IE9 */ /* Border-radius bleed fix in IE9 */
.search-header, .search-header .inputbox, .search-header a.button { .search-header,
.search-header .inputbox,
.search-header a.button {
border-radius: 0; border-radius: 0;
} }
.headerbar, .forumbg { .headerbar,
background-image: url("./images/bg_header.gif"); .forumbg {
background-image: url('./images/bg_header.gif');
} }
.forabg { .forabg {
background-image: url("./images/bg_list.gif"); background-image: url('./images/bg_list.gif');
} }
.tabs .tab > a { .tabs .tab > a {

View file

@ -3,24 +3,24 @@
-------------------------------------------------------------- */ -------------------------------------------------------------- */
.sr-only { .sr-only {
border: 0;
position: absolute; position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px; width: 1px;
height: 1px; height: 1px;
margin: -1px; margin: -1px;
padding: 0; padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} }
.sr-only-focusable:active, .sr-only-focusable:active,
.sr-only-focusable:focus { .sr-only-focusable:focus {
position: static; position: static;
width: auto; overflow: visible;
height: auto; clip: auto;
margin: 0; width: auto;
overflow: visible; height: auto;
clip: auto; margin: 0;
} }
.clearfix:before, .clearfix:before,
@ -31,36 +31,55 @@
.container-fluid:after, .container-fluid:after,
.row:before, .row:before,
.row:after { .row:after {
content: " ";
display: table; display: table;
content: ' ';
} }
.clearfix:after, .clearfix:after,
.container:after, .container:after,
.container-fluid:after, .container-fluid:after,
.row:after { clear: both } .row:after {
clear: both;
}
.center-block { .center-block {
display: block; display: block;
margin-left: auto;
margin-right: auto; margin-right: auto;
margin-left: auto;
} }
.pull-right { float: right !important } .pull-right {
.pull-left { float: left !important } float: right !important;
.hide { display: none !important } }
.show { display: block !important }
.invisible { visibility: hidden } .pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide { .text-hide {
font: 0/0 a; font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
color: transparent;
text-shadow: none;
} }
.hidden { .hidden {
display: none ; display: none;
} }
.affix { position: fixed } .affix {
position: fixed;
}