mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6261 from Prosk8er/ticket/16831
[ticket/16831] fix tabs missing delimiters and remove commented class
This commit is contained in:
commit
47c583516b
14 changed files with 104 additions and 121 deletions
|
@ -36,8 +36,8 @@ textarea {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure { margin: 0 }
|
figure { margin: 0; }
|
||||||
img { vertical-align: middle }
|
img { vertical-align: middle; }
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -69,7 +69,7 @@ h5,
|
||||||
h6,
|
h6,
|
||||||
figure,
|
figure,
|
||||||
p,
|
p,
|
||||||
pre { margin: 0 }
|
pre { margin: 0; }
|
||||||
button {
|
button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -91,7 +91,7 @@ fieldset {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe { border: 0 }
|
iframe { border: 0; }
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -104,7 +104,7 @@ 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 +112,3 @@ ul {
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -582,7 +582,6 @@ li.breadcrumbs span:first-child > a {
|
||||||
.rtl .postprofile {
|
.rtl .postprofile {
|
||||||
border-width: 0 1px 0 0;
|
border-width: 0 1px 0 0;
|
||||||
float: left;
|
float: left;
|
||||||
/* text-align: right; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .pm .postprofile {
|
.rtl .pm .postprofile {
|
||||||
|
|
|
@ -155,7 +155,7 @@
|
||||||
/* Browser-specific tweaks */
|
/* Browser-specific tweaks */
|
||||||
button::-moz-focus-inner {
|
button::-moz-focus-inner {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deprecated as of version 3.2
|
/* Deprecated as of version 3.2
|
||||||
|
|
|
@ -137,7 +137,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||||
background-color: #E1EBF2;
|
background-color: #E1EBF2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg3 {
|
.bg3 {
|
||||||
background-color: #CADCEB;
|
background-color: #CADCEB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -213,31 +213,31 @@ dl.details dd {
|
||||||
color: #196db5;
|
color: #196db5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-green, a:hover .icon.icon-green{
|
.icon.icon-green, a:hover .icon.icon-green {
|
||||||
color: #1b9A1B;
|
color: #1b9A1B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-red, a:hover .icon.icon-red{
|
.icon.icon-red, a:hover .icon.icon-red {
|
||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-orange, a:hover .icon.icon-orange{
|
.icon.icon-orange, a:hover .icon.icon-orange {
|
||||||
color: #FF6600;
|
color: #FF6600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-bluegray, a:hover .icon.icon-bluegray{
|
.icon.icon-bluegray, a:hover .icon.icon-bluegray {
|
||||||
color: #536482;
|
color: #536482;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-gray, a:hover .icon.icon-gray{
|
.icon.icon-gray, a:hover .icon.icon-gray {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-lightgray, a:hover .icon.icon-lightgray{
|
.icon.icon-lightgray, a:hover .icon.icon-lightgray {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-black, a:hover .icon.icon-black{
|
.icon.icon-black, a:hover .icon.icon-black {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ ul.topiclist dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
li.row {
|
li.row {
|
||||||
border-top-color: #FFFFFF;
|
border-top-color: #FFFFFF;
|
||||||
border-bottom-color: #00608F;
|
border-bottom-color: #00608F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ li.header dt, li.header dd {
|
||||||
|
|
||||||
.content h2, .panel h2 {
|
.content h2, .panel h2 {
|
||||||
color: #115098;
|
color: #115098;
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.faq dt {
|
dl.faq dt {
|
||||||
|
@ -402,7 +402,7 @@ dl.faq dt {
|
||||||
|
|
||||||
/* Post noticies */
|
/* Post noticies */
|
||||||
.notice {
|
.notice {
|
||||||
border-top-color: #CCCCCC;
|
border-top-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BB Code styles
|
/* BB Code styles
|
||||||
|
@ -415,7 +415,7 @@ blockquote {
|
||||||
|
|
||||||
blockquote blockquote {
|
blockquote blockquote {
|
||||||
/* Nested quotes */
|
/* Nested quotes */
|
||||||
background-color:#EFEED9;
|
background-color: #EFEED9;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote blockquote blockquote {
|
blockquote blockquote blockquote {
|
||||||
|
@ -430,7 +430,7 @@ blockquote blockquote blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.codebox p {
|
.codebox p {
|
||||||
border-bottom-color: #CCCCCC;
|
border-bottom-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codebox code {
|
.codebox code {
|
||||||
|
@ -441,7 +441,7 @@ blockquote blockquote blockquote {
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.attachbox {
|
.attachbox {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-color: #C9D2D8;
|
border-color: #C9D2D8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pm-message .attachbox {
|
.pm-message .attachbox {
|
||||||
|
@ -605,7 +605,6 @@ Colours and backgrounds for buttons.css
|
||||||
text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
|
text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.button .icon,
|
.button .icon,
|
||||||
.button-secondary {
|
.button-secondary {
|
||||||
color: #8f8f8f;
|
color: #8f8f8f;
|
||||||
|
@ -626,7 +625,7 @@ Colours and backgrounds for buttons.css
|
||||||
.caret { border-color: #DADADA; }
|
.caret { border-color: #DADADA; }
|
||||||
.caret { border-color: #C7C3BF; }
|
.caret { border-color: #C7C3BF; }
|
||||||
|
|
||||||
.contact-icons a { border-color: #DCDCDC; }
|
.contact-icons a { border-color: #DCDCDC; }
|
||||||
.contact-icons a:hover { background-color: #F2F6F9; }
|
.contact-icons a:hover { background-color: #F2F6F9; }
|
||||||
|
|
||||||
/* Pagination
|
/* Pagination
|
||||||
|
@ -643,7 +642,7 @@ Colours and backgrounds for buttons.css
|
||||||
|
|
||||||
.pagination li.ellipsis span {
|
.pagination li.ellipsis span {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination li.active span {
|
.pagination li.active span {
|
||||||
|
@ -684,15 +683,15 @@ Colours and backgrounds for buttons.css
|
||||||
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
||||||
|
|
||||||
/* Profile & navigation icons */
|
/* Profile & navigation icons */
|
||||||
.pm-icon { background-position: 0 0; }
|
.pm-icon { background-position: 0 0; }
|
||||||
.email-icon { background-position: -21px 0; }
|
.email-icon { background-position: -21px 0; }
|
||||||
.jabber-icon { background-position: -80px 0; }
|
.jabber-icon { background-position: -80px 0; }
|
||||||
.phpbb_icq-icon { background-position: -61px 0 ; }
|
.phpbb_icq-icon { background-position: -61px 0 ; }
|
||||||
.phpbb_wlm-icon { background-position: -182px 0; }
|
.phpbb_wlm-icon { background-position: -182px 0; }
|
||||||
.phpbb_aol-icon { background-position: -244px 0; }
|
.phpbb_aol-icon { background-position: -244px 0; }
|
||||||
.phpbb_website-icon { background-position: -40px 0; }
|
.phpbb_website-icon { background-position: -40px 0; }
|
||||||
.phpbb_youtube-icon { background-position: -98px 0; }
|
.phpbb_youtube-icon { background-position: -98px 0; }
|
||||||
.phpbb_facebook-icon { background-position: -119px 0; }
|
.phpbb_facebook-icon { background-position: -119px 0; }
|
||||||
.phpbb_skype-icon { background-position: -161px 0; }
|
.phpbb_skype-icon { background-position: -161px 0; }
|
||||||
.phpbb_twitter-icon { background-position: -203px 0; }
|
.phpbb_twitter-icon { background-position: -203px 0; }
|
||||||
.phpbb_yahoo-icon { background-position: -224px 0; }
|
.phpbb_yahoo-icon { background-position: -224px 0; }
|
||||||
|
@ -701,53 +700,53 @@ Colours and backgrounds for buttons.css
|
||||||
.global_read { background-image: url("./images/announce_read.gif"); }
|
.global_read { background-image: url("./images/announce_read.gif"); }
|
||||||
.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
||||||
.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
||||||
.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
||||||
.global_unread { background-image: url("./images/announce_unread.gif"); }
|
.global_unread { background-image: url("./images/announce_unread.gif"); }
|
||||||
.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
||||||
.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
||||||
.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.announce_read { background-image: url("./images/announce_read.gif"); }
|
.announce_read { background-image: url("./images/announce_read.gif"); }
|
||||||
.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
||||||
.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
||||||
.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
||||||
.announce_unread { background-image: url("./images/announce_unread.gif"); }
|
.announce_unread { background-image: url("./images/announce_unread.gif"); }
|
||||||
.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
||||||
.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
||||||
.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.forum_link { background-image: url("./images/forum_link.gif"); }
|
.forum_link { background-image: url("./images/forum_link.gif"); }
|
||||||
.forum_read { background-image: url("./images/forum_read.gif"); }
|
.forum_read { background-image: url("./images/forum_read.gif"); }
|
||||||
.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
|
.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
|
||||||
.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
|
.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
|
||||||
.forum_unread { background-image: url("./images/forum_unread.gif"); }
|
.forum_unread { background-image: url("./images/forum_unread.gif"); }
|
||||||
.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
|
.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
|
||||||
.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }
|
.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }
|
||||||
|
|
||||||
.sticky_read { background-image: url("./images/sticky_read.gif"); }
|
.sticky_read { background-image: url("./images/sticky_read.gif"); }
|
||||||
.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
|
.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
|
||||||
.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
|
.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
|
||||||
.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
|
.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
|
||||||
.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
|
.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
|
||||||
.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
|
.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
|
||||||
.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
|
.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
|
||||||
.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }
|
.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.topic_moved { background-image: url("./images/topic_moved.gif"); }
|
.topic_moved { background-image: url("./images/topic_moved.gif"); }
|
||||||
.pm_read,
|
.pm_read,
|
||||||
.topic_read { background-image: url("./images/topic_read.gif"); }
|
.topic_read { background-image: url("./images/topic_read.gif"); }
|
||||||
.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
|
.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
|
||||||
.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
|
.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
|
||||||
.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
|
.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
|
||||||
.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
|
.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
|
||||||
.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
|
.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
|
||||||
.pm_unread,
|
.pm_unread,
|
||||||
.topic_unread { background-image: url("./images/topic_unread.gif"); }
|
.topic_unread { background-image: url("./images/topic_unread.gif"); }
|
||||||
.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
|
.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
|
||||||
.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
|
.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
|
||||||
.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
|
.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
|
||||||
.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
|
.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
|
||||||
.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
|
.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -669,15 +669,15 @@ table.table1 tbody th {
|
||||||
/* Specific column styles */
|
/* Specific column styles */
|
||||||
table.table1 .name { text-align: left; }
|
table.table1 .name { text-align: left; }
|
||||||
table.table1 .center { text-align: center; }
|
table.table1 .center { text-align: center; }
|
||||||
table.table1 .reportby { width: 15%; }
|
table.table1 .reportby { width: 15%; }
|
||||||
table.table1 .posts { text-align: center; width: 7%; }
|
table.table1 .posts { text-align: center; width: 7%; }
|
||||||
table.table1 .joined { text-align: left; width: 15%; }
|
table.table1 .joined { text-align: left; width: 15%; }
|
||||||
table.table1 .active { text-align: left; width: 15%; }
|
table.table1 .active { text-align: left; width: 15%; }
|
||||||
table.table1 .mark { text-align: center; width: 7%; }
|
table.table1 .mark { text-align: center; width: 7%; }
|
||||||
table.table1 .info { text-align: left; width: 30%; }
|
table.table1 .info { text-align: left; width: 30%; }
|
||||||
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
||||||
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
|
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
|
||||||
table.table1 thead .autocol { padding-left: 1em; }
|
table.table1 thead .autocol { padding-left: 1em; }
|
||||||
|
|
||||||
table.table1 span.rank-img {
|
table.table1 span.rank-img {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -743,7 +743,6 @@ table.info tbody th {
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.details {
|
dl.details {
|
||||||
/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
|
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -781,7 +780,7 @@ fieldset.fields1 dd.recipients {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.fields1 ul.recipients input.button2{
|
fieldset.fields1 ul.recipients input.button2 {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1275,7 +1274,7 @@ ul.linklist:after,
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown .clone.hidden {
|
.dropdown .clone.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@ dl.row-item dt {
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.row-item dt .list-inner {
|
dl.row-item dt .list-inner {
|
||||||
padding-left: 52px; /* Space for folder icon */
|
padding-left: 52px; /* Space for folder icon */
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.row-item dt, dl.row-item dd {
|
dl.row-item dt, dl.row-item dd {
|
||||||
|
@ -162,7 +162,7 @@ dl.row-item dt a {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl a.row-item-link { /* topic row icon links */
|
dl a.row-item-link { /* topic row icon links */
|
||||||
display: block;
|
display: block;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
@ -577,8 +577,7 @@ blockquote .codebox {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachbox p.stats
|
.attachbox p.stats {
|
||||||
{
|
|
||||||
line-height: 110%;
|
line-height: 110%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
clear: left;
|
clear: left;
|
||||||
|
@ -591,7 +590,6 @@ blockquote .codebox {
|
||||||
|
|
||||||
.attach-image img {
|
.attach-image img {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
/* cursor: move; */
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
/* 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;
|
||||||
|
@ -300,13 +300,6 @@ ol.def-rules li {
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* DEPRECATED 3.2.6
|
|
||||||
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
|
|
||||||
border-left-color: transparent;
|
|
||||||
border-right-color: transparent;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour,
|
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour,
|
||||||
.pmlist li.pm_marked_colour, .pm_marked_colour,
|
.pmlist li.pm_marked_colour, .pm_marked_colour,
|
||||||
.pmlist li.pm_replied_colour, .pm_replied_colour,
|
.pmlist li.pm_replied_colour, .pm_replied_colour,
|
||||||
|
|
|
@ -424,6 +424,6 @@ input.search {
|
||||||
}
|
}
|
||||||
|
|
||||||
.full { width: 95%; }
|
.full { width: 95%; }
|
||||||
.medium { width: 50%;}
|
.medium { width: 50%; }
|
||||||
.narrow { width: 25%;}
|
.narrow { width: 25%; }
|
||||||
.tiny { width: 10%;}
|
.tiny { width: 10%; }
|
||||||
|
|
|
@ -73,17 +73,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 11px;
|
width: 11px;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: .9;
|
line-height: .9;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote cite:before, .uncited:before {
|
blockquote cite:before, .uncited:before {
|
||||||
|
|
|
@ -90,7 +90,7 @@ a.lastsubject:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-item a:hover {
|
.row-item a:hover {
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-item .topictitle:hover,
|
.row-item .topictitle:hover,
|
||||||
|
@ -161,17 +161,13 @@ a.lastsubject:hover {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-up:hover {
|
.arrow-up:hover { }
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow-down {
|
.arrow-down {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-down:hover {
|
.arrow-down:hover { }
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow-left:hover {
|
.arrow-left:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -32,10 +32,10 @@ img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
|
||||||
|
|
||||||
p { font-size: 85%; }
|
p { font-size: 85%; }
|
||||||
.copyright { font-size: 75%; }
|
.copyright { font-size: 75%; }
|
||||||
.page-number { float:right; width: auto; text-align: right; font-size: 75%; }
|
.page-number { float: right; width: auto; text-align: right; font-size: 75%; }
|
||||||
|
|
||||||
h1, h2, h3, h1 a, h2 a, h3 a {
|
h1, h2, h3, h1 a, h2 a, h3 a {
|
||||||
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
|
font-family: "Trebuchet MS", georgia, Verdana, Sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: none;
|
background: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -121,13 +121,13 @@ html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
|
||||||
.postquote span .postquote { font-size: 100%; }
|
.postquote span .postquote { font-size: 100%; }
|
||||||
.quote-by, blockquote cite {
|
.quote-by, blockquote cite {
|
||||||
color: black;
|
color: black;
|
||||||
display : block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* List */
|
/* List */
|
||||||
ol, ul {
|
ol, ul {
|
||||||
margin-left: 15pt
|
margin-left: 15pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Misc page elements */
|
/* Misc page elements */
|
||||||
|
|
|
@ -564,14 +564,14 @@
|
||||||
|
|
||||||
@media (min-width: 701px) and (max-width: 950px) {
|
@media (min-width: 701px) and (max-width: 950px) {
|
||||||
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, dd.topics, dd.views {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,14 +8,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url("normalize.css?hash=48eb3f89");
|
@import url("normalize.css?hash=48eb3f89");
|
||||||
@import url("base.css?hash=3a7fafb1");
|
@import url("base.css?hash=7c5543be");
|
||||||
@import url("utilities.css?hash=1034bac8");
|
@import url("utilities.css?hash=d8f72c42");
|
||||||
@import url("common.css?hash=70bd1301");
|
@import url("common.css?hash=a9741ba1");
|
||||||
@import url("links.css?hash=da040ebb");
|
@import url("links.css?hash=cbeb92cc");
|
||||||
@import url("content.css?hash=2ca4ae91");
|
@import url("content.css?hash=56f9e623");
|
||||||
@import url("buttons.css?hash=15c14833");
|
@import url("buttons.css?hash=5856472d");
|
||||||
@import url("cp.css?hash=5cc9ac0c");
|
@import url("cp.css?hash=50d868ab");
|
||||||
@import url("forms.css?hash=18ee8211");
|
@import url("forms.css?hash=b64464fb");
|
||||||
@import url("icons.css?hash=dbc0f3b9");
|
@import url("icons.css?hash=64da33ce");
|
||||||
@import url("colours.css?hash=3b03ccfa");
|
@import url("colours.css?hash=fcb2f289");
|
||||||
@import url("responsive.css?hash=a1546011");
|
@import url("responsive.css?hash=87b53e08");
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
.sr-only-focusable:active,
|
.sr-only-focusable:active,
|
||||||
.sr-only-focusable:focus {
|
.sr-only-focusable:focus {
|
||||||
position: static;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
clip: auto;
|
clip: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix:before,
|
.clearfix:before,
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
.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;
|
||||||
|
@ -45,11 +45,11 @@
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-right { float: right !important }
|
.pull-right { float: right !important; }
|
||||||
.pull-left { float: left !important }
|
.pull-left { float: left !important; }
|
||||||
.hide { display: none !important }
|
.hide { display: none !important; }
|
||||||
.show { display: block !important }
|
.show { display: block !important; }
|
||||||
.invisible { visibility: hidden }
|
.invisible { visibility: hidden; }
|
||||||
|
|
||||||
.text-hide {
|
.text-hide {
|
||||||
font: 0/0 a;
|
font: 0/0 a;
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none ;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.affix { position: fixed }
|
.affix { position: fixed; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue