Alle Dateien auf aktuelles prosilver setzen
115
theme/base.css
Normal file
@@ -0,0 +1,115 @@
|
||||
/* --------------------------------------------------------------
|
||||
$Base
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/** {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}*/
|
||||
|
||||
/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
|
||||
html {
|
||||
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__*/
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #333333;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
figure { margin: 0 }
|
||||
img { vertical-align: middle }
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
border: 0;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
blockquote,
|
||||
dl,
|
||||
dd,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
figure,
|
||||
p,
|
||||
pre { margin: 0 }
|
||||
button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Work around a Firefox/IE bug where the transparent `button` background
|
||||
* results in a loss of the default `button` focus styles.
|
||||
*/
|
||||
button:focus {
|
||||
outline: 1px dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
iframe { border: 0 }
|
||||
ol,
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Suppress the focus outline on links that cannot be accessed via keyboard.
|
||||
* This prevents an unwanted focus outline from appearing around elements that
|
||||
* might still respond to pointer events.
|
||||
*/
|
||||
[tabindex="-1"]:focus { outline: none !important }
|
||||
|
||||
/**
|
||||
* Remove double underline from recent version of firefox
|
||||
*/
|
||||
abbr[title] {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
1068
theme/bidi.css
Normal file
@@ -2,125 +2,71 @@
|
||||
---------------------------------------- */
|
||||
|
||||
.button {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 18px;
|
||||
font-size: 1.2em;
|
||||
padding: 2px 8px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
-ms-touch-action: manipulation;
|
||||
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-radius: 4px;
|
||||
background: transparent none 0 0 repeat-x;
|
||||
padding: 2px 8px;
|
||||
/* font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica; */
|
||||
position: relative;
|
||||
text-decoration: none !important;
|
||||
outline-style: none !important;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.dropdown-select {
|
||||
padding-right: 24px;
|
||||
.button:focus,
|
||||
.button:hover {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.icon-button:before {
|
||||
background: transparent 0 0 no-repeat;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
float: right;
|
||||
height: 12px;
|
||||
margin: 3px 0 0 2px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.dropdown-select.icon-button:before {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.dropdown-select:after {
|
||||
background-position: -103px 10px;
|
||||
.caret {
|
||||
border-left: 1px solid;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 22px;
|
||||
width: 16px;
|
||||
position: relative;
|
||||
right: -6px;
|
||||
}
|
||||
|
||||
.dropdown-visible .dropdown-select:after, .nojs .dropdown-container:hover .dropdown-select:after {
|
||||
background-position: -103px -10px;
|
||||
.caret i {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.buttons, .buttons .button {
|
||||
/* Posting page styles
|
||||
----------------------------------------*/
|
||||
.button-search,
|
||||
.button-search-end {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.buttons .button, .dropdown-select {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#jumpbox .dropdown-select {
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
/* Big button images */
|
||||
.reply-icon:before, .pmreply-icon:before { background-position: -20px 0; }
|
||||
.reply-icon:hover:before, .pmreply-icon:hover:before { background-position: -20px -20px; }
|
||||
|
||||
.post-icon:before, .newpm-icon:before, .reply-all:before { background-position: 0 0; }
|
||||
.post-icon:hover:before,
|
||||
.newpm-icon:hover:before,
|
||||
.reply-all:hover:before { background-position: 0 -20px; }
|
||||
|
||||
.locked-icon:before { background-position: -60px 0; }
|
||||
.locked-icon:hover:before { background-position: -60px -20px; }
|
||||
|
||||
.forwardpm-icon:before { background-position: -40px 0; }
|
||||
.forwardpm-icon:hover:before { background-position: -40px -20px; }
|
||||
|
||||
.modtools-icon {
|
||||
font-size: 0;
|
||||
.button-search-end {
|
||||
border-left-width: 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before {
|
||||
background-position: -80px 0;
|
||||
height: 16px;
|
||||
margin-top: 2px;
|
||||
width: 16px;
|
||||
.search-header .button-search,
|
||||
.search-header .button-search-end {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
.dropdown-visible .tools-icon:before,
|
||||
.nojs .dropdown-container:hover .tools-icon:before { background-position: -80px -20px; }
|
||||
|
||||
.search-icon:before { background-position: -245px 0; }
|
||||
.search-icon:hover:before { background-position: -245px -20px; }
|
||||
|
||||
.search-adv-icon:before { background-position: -265px 0; }
|
||||
.search-adv-icon:hover:before { background-position: -265px -20px; }
|
||||
|
||||
.modtools-icon:before { background-position: -225px 0; }
|
||||
.dropdown-visible .modtools-icon:before,
|
||||
.nojs .dropdown-container:hover .modtools-icon:before { background-position: -225px -20px; }
|
||||
|
||||
/* Icon images
|
||||
---------------------------------------- */
|
||||
.small-icon {
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
.search-header .button-search-end {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.small-icon > a {
|
||||
display: inline-block;
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin > li.small-icon:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon > a {
|
||||
display: block;
|
||||
.button-icon-only {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
/* Poster contact icons
|
||||
@@ -157,21 +103,6 @@ ul.linklist.bulletin > li.small-icon:before {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
/* Profile icons */
|
||||
.pm-icon { background-position: 0 0; }
|
||||
.email-icon { background-position: -21px 0; }
|
||||
.jabber-icon { background-position: -80px 0; }
|
||||
.phpbb_icq-icon { background-position: -61px 0 ; }
|
||||
.phpbb_wlm-icon { background-position: -182px 0; }
|
||||
.phpbb_aol-icon { background-position: -244px 0; }
|
||||
.phpbb_website-icon { background-position: -40px 0; }
|
||||
.phpbb_youtube-icon { background-position: -98px 0; }
|
||||
.phpbb_facebook-icon { background-position: -119px 0; }
|
||||
.phpbb_googleplus-icon { background-position: -140px 0; }
|
||||
.phpbb_skype-icon { background-position: -161px 0; }
|
||||
.phpbb_twitter-icon { background-position: -203px 0; }
|
||||
.phpbb_yahoo-icon { background-position: -224px 0; }
|
||||
|
||||
/* Post control buttons
|
||||
--------------------------------------------- */
|
||||
.post-buttons {
|
||||
@@ -193,41 +124,19 @@ ul.linklist.bulletin > li.small-icon:before {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.post-buttons .icon-button {
|
||||
padding: 0 5px;
|
||||
.post-buttons .button, .format-buttons .button {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.hastouch .post-buttons .icon-button {
|
||||
padding: 2px 8px;
|
||||
.hastouch .post-buttons {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.post-buttons .icon-button span {
|
||||
display: block;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
.post-buttons .button span {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.post-buttons .icon-button:before {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.quote-icon:before { /*background-position: -122px 0;*/ }
|
||||
.quote-icon:hover:before { /*background-position: -122px -21px;*/ }
|
||||
.edit-icon:before { background-position: -137px 0; }
|
||||
.edit-icon:hover:before { background-position: -137px -21px; }
|
||||
.warn-icon:before { background-position: -208px 0; }
|
||||
.warn-icon:hover:before { background-position: -208px -21px; }
|
||||
.delete-icon:before { background-position: -152px 0; }
|
||||
.delete-icon:hover:before { background-position: -152px -21px; }
|
||||
.report-icon:before { background-position: -165px 0; }
|
||||
.report-icon:hover:before { background-position: -165px -21px; }
|
||||
.info-icon:before { background-position: -175px 0; }
|
||||
.info-icon:hover:before { background-position: -175px -21px; }
|
||||
.button.responsive-menu-link:before { background-position: -191px 0; }
|
||||
.button.responsive-menu-link:hover:before { background-position: -191px -21px; }
|
||||
|
||||
/* Responsive buttons in post body */
|
||||
.post-buttons .dropdown {
|
||||
top: 18px;
|
||||
@@ -249,7 +158,36 @@ button::-moz-focus-inner {
|
||||
border: 0
|
||||
}
|
||||
|
||||
/*
|
||||
todo:
|
||||
.quote-icon:after { padding: 40px; margin-left: 45px; }
|
||||
*/
|
||||
/* Deprecated as of version 3.2
|
||||
-------------------------------------------------*/
|
||||
.small-icon {
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon {
|
||||
background-position: 5px 50%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.small-icon > a {
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin > li.small-icon:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rtl .small-icon {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
|
||||
.rtl .small-icon > a {
|
||||
padding-left: 0;
|
||||
padding-right: 19px;
|
||||
}
|
||||
|
||||
400
theme/common.css
@@ -1,52 +1,3 @@
|
||||
/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
|
||||
---------------------------------------- */
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 2000;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
abbr {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* General Markup Styles
|
||||
---------------------------------------- */
|
||||
html {
|
||||
@@ -56,8 +7,8 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial,sans-serif,"Lucida Grande","Trebuchet MS",Helvetica,Verdana;
|
||||
font-size: 12px;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
padding: 12px 0;
|
||||
@@ -67,6 +18,7 @@ body {
|
||||
|
||||
h1 {
|
||||
/* Forum name */
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
margin-right: 200px;
|
||||
margin-top: 15px;
|
||||
font-weight: bold;
|
||||
@@ -75,6 +27,7 @@ h1 {
|
||||
|
||||
h2 {
|
||||
/* Forum header titles */
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 2em;
|
||||
margin: 0.8em 0 0.2em 0;
|
||||
@@ -86,7 +39,7 @@ h2.solo {
|
||||
|
||||
h3 {
|
||||
/* Sub-headers (also used as post headers, but defined later) */
|
||||
/* font-family: Arial, Helvetica, sans-serif; */
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid transparent;
|
||||
@@ -98,7 +51,7 @@ h3 {
|
||||
|
||||
h4 {
|
||||
/* Forum and topic list titles */
|
||||
/* font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif; */
|
||||
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
@@ -135,7 +88,9 @@ p.right {
|
||||
}
|
||||
|
||||
p.jumpbox-return {
|
||||
margin-top: 1em;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
@@ -170,10 +125,11 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
a:hover { text-decoration: underline; }
|
||||
|
||||
/* Main blocks
|
||||
---------------------------------------- */
|
||||
#wrap {
|
||||
.wrap {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 8px;
|
||||
margin: 0 auto;
|
||||
@@ -183,21 +139,21 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
|
||||
#wrap {
|
||||
.wrap {
|
||||
margin: 0 12px;
|
||||
}
|
||||
}
|
||||
|
||||
#page-body {
|
||||
.page-body {
|
||||
margin: 4px 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#page-footer {
|
||||
.page-footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#page-footer h3 {
|
||||
.page-footer h3 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@@ -211,20 +167,25 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site_logo {
|
||||
display: inline-block;
|
||||
width: 149px;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
/* Site description and logo */
|
||||
#site-description {
|
||||
.site-description {
|
||||
float: left;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
#site-description h1 {
|
||||
.site-description h1 {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Round cornered boxes and backgrounds
|
||||
---------------------------------------- */
|
||||
.headerbar {
|
||||
background: transparent none repeat-x 0 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 5px;
|
||||
border-radius: 7px;
|
||||
@@ -236,7 +197,6 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
}
|
||||
|
||||
.forabg {
|
||||
background: transparent none repeat-x 0 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 5px;
|
||||
clear: both;
|
||||
@@ -244,7 +204,6 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
}
|
||||
|
||||
.forumbg {
|
||||
background: transparent none repeat-x 0 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 5px;
|
||||
clear: both;
|
||||
@@ -274,6 +233,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
----------------------------------------*/
|
||||
.navbar ul.linklist {
|
||||
padding: 2px 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.linklist {
|
||||
@@ -281,7 +241,7 @@ ul.linklist {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#cp-main .panel {
|
||||
.cp-main .panel {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
@@ -322,28 +282,7 @@ ul.rightside {
|
||||
|
||||
ul.linklist li.responsive-menu {
|
||||
position: relative;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
ul.linklist li.responsive-menu a.responsive-menu-link {
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
font-size: 1.455em;
|
||||
position: relative;
|
||||
width: 16px;
|
||||
line-height: 1.2em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul.linklist li.responsive-menu a.responsive-menu-link:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 7px;
|
||||
height: .125em;
|
||||
width: 14px;
|
||||
border-bottom: 0.125em solid transparent;
|
||||
border-top: 0.375em double transparent;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
|
||||
.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
|
||||
@@ -400,24 +339,25 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.header-avatar:hover {
|
||||
a.header-avatar,
|
||||
a.header-avatar:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header-avatar img {
|
||||
a.header-avatar img {
|
||||
margin-bottom: 2px;
|
||||
max-height: 20px;
|
||||
vertical-align: middle;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.header-avatar span:after {
|
||||
content: '\25BC';
|
||||
a.header-avatar span:after {
|
||||
content: '\f0dd';
|
||||
display: inline-block;
|
||||
font-size: 9px;
|
||||
float: right;
|
||||
padding-left: 2px;
|
||||
opacity: 0.7;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
padding-left: 6px;
|
||||
padding-top: 2px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Dropdown menu
|
||||
@@ -439,6 +379,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 1.2em;
|
||||
@@ -499,12 +440,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
.dropdown .pointer {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
top: 0;
|
||||
top: -1px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.dropdown-up .pointer {
|
||||
bottom: 0;
|
||||
bottom: -1px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
@@ -532,22 +473,72 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
min-width: 40px;
|
||||
max-height: 300px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.dropdown-contents a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.jumpbox {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown li {
|
||||
border-top: 1px solid transparent;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-select {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents {
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents a {
|
||||
margin-right: 20px;
|
||||
padding: 5px 10px;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.jumpbox .spacer {
|
||||
display: inline-block;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
.jumpbox .spacer + .spacer {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.dropdown-contents a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-select {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dropdown li {
|
||||
display: list-item;
|
||||
border-top: 1px dotted transparent;
|
||||
float: none !important;
|
||||
line-height: normal !important;
|
||||
font-size: 1em !important;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -583,7 +574,6 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
|
||||
.dropdown li.separator {
|
||||
border-top: 1px solid transparent;
|
||||
margin: 4px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -610,7 +600,6 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
}
|
||||
|
||||
.breadcrumbs .crumb a {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: bottom;
|
||||
@@ -633,7 +622,7 @@ table.table1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#ucp-main table.table1 {
|
||||
.ucp-main table.table1 {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
@@ -705,7 +694,7 @@ table.info tbody th {
|
||||
margin: 0 -1px;
|
||||
}
|
||||
|
||||
#color_palette_placeholder table {
|
||||
.color_palette_placeholder table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 1px;
|
||||
}
|
||||
@@ -800,7 +789,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
/* Action-bars (container for post/reply buttons, pagination, etc.)
|
||||
---------------------------------------- */
|
||||
.action-bar {
|
||||
font-size: 1.1em;
|
||||
font-size: 11px;
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
@@ -808,19 +797,32 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.action-bar .button {
|
||||
margin-right: 5px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.action-bar .button-search {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
---------------------------------------- */
|
||||
.pagination {
|
||||
float: right;
|
||||
margin-top: 3px;
|
||||
text-align: right;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.action-bar.bottom .pagination {
|
||||
.action-bar.bar-bottom .pagination {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.action-bar .pagination .button {
|
||||
margin-right: 0;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.pagination > ul {
|
||||
display: inline-block;
|
||||
list-style: none !important;
|
||||
@@ -836,16 +838,20 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
}
|
||||
|
||||
.pagination li a, .pagination li span {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
display: block;
|
||||
font-size: 0.9em;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
.pagination li.active span {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
line-height: 1.4em;
|
||||
min-width: 10px;
|
||||
padding: 3px;
|
||||
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.pagination li.ellipsis span {
|
||||
@@ -857,37 +863,22 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.pagination li.page-jump a, .pagination li.next a, .pagination li.previous a {
|
||||
background-repeat: no-repeat;
|
||||
font-size: 0;
|
||||
height: 13px;
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
.pagination li.page-jump a {
|
||||
background-position: 0 2px;
|
||||
width: 24px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.pagination li.next a {
|
||||
background-position: -50px 2px;
|
||||
.pagination li.page-jump a i {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.pagination li.previous a {
|
||||
background-position: -30px 2px;
|
||||
.pagination .arrow a {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.pagination li.page-jump a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger { background-position: 0 -18px; }
|
||||
.pagination li.next a:hover { background-position: -50px -18px; }
|
||||
.pagination li.previous a:hover { background-position: -30px -18px; }
|
||||
|
||||
/* Pagination in viewforum for multipage topics */
|
||||
.row .pagination {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
padding: 1px 0 1px 15px;
|
||||
font-size: 0.9em;
|
||||
background: none 0 50% no-repeat;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
.row .pagination > ul {
|
||||
@@ -895,8 +886,15 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
}
|
||||
|
||||
.row .pagination li a, .row .pagination li span {
|
||||
border-radius: 1px;
|
||||
padding: 1px;
|
||||
border-radius: 2px;
|
||||
padding: 1px 3px;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.topic-poster {
|
||||
float: left;
|
||||
padding-right: 0.5em;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
/* jQuery popups
|
||||
@@ -922,18 +920,9 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
}
|
||||
|
||||
.phpbb_alert .alert_close {
|
||||
display: block;
|
||||
float: right;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
text-decoration: none !important;
|
||||
background: transparent none 0 0 no-repeat;
|
||||
margin-top: -7px;
|
||||
margin-right: -31px;
|
||||
}
|
||||
.phpbb_alert .alert_close:hover {
|
||||
background-position: 0 -16px;
|
||||
margin-right: -36px;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.phpbb_alert p {
|
||||
@@ -955,13 +944,13 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#darkenwrapper {
|
||||
.darkenwrapper {
|
||||
display: none;
|
||||
position: relative;
|
||||
z-index: 44;
|
||||
}
|
||||
|
||||
#darken {
|
||||
.darken {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@@ -971,7 +960,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
#loading_indicator {
|
||||
.loading_indicator {
|
||||
background: center center no-repeat;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
@@ -988,15 +977,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
|
||||
/* Miscellaneous styles
|
||||
---------------------------------------- */
|
||||
#forum-permissions {
|
||||
float: right;
|
||||
width: auto;
|
||||
padding-left: 5px;
|
||||
margin-left: 5px;
|
||||
margin-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
@@ -1033,36 +1013,20 @@ div.rules ul, div.rules ol {
|
||||
p.post-notice {
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
padding-left: 26px;
|
||||
min-height: 14px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
p.post-notice:before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 28px;
|
||||
background: transparent none 50% 50% no-repeat;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
form > p.post-notice strong {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#jumpbox {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.stat-block {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#top {
|
||||
.top-anchor {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
}
|
||||
@@ -1081,16 +1045,19 @@ ul.linklist:after,
|
||||
.action-bar:after,
|
||||
.notification_text:after,
|
||||
.tabs-container:after,
|
||||
#tabs > ul:after,
|
||||
#minitabs > ul:after,
|
||||
.tabs > ul:after,
|
||||
.minitabs > ul:after,
|
||||
.postprofile .avatar-container:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
.emoji {
|
||||
min-height: 18px;
|
||||
min-width: 18px;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.smilies {
|
||||
@@ -1155,7 +1122,7 @@ ul.linklist:after,
|
||||
|
||||
.dropdown-extended .header {
|
||||
padding: 0 10px;
|
||||
/* font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; */
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
text-shadow: 1px 1px 1px white;
|
||||
@@ -1171,6 +1138,17 @@ ul.linklist:after,
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.dropdown-extended .header .header_settings a {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.dropdown-extended .header:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.dropdown-extended .footer {
|
||||
text-align: center;
|
||||
font-size: 1.1em;
|
||||
@@ -1227,6 +1205,7 @@ ul.linklist:after,
|
||||
}
|
||||
|
||||
.notification_list p.notifications_title {
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
font-size: 1.2em !important;
|
||||
}
|
||||
|
||||
@@ -1242,38 +1221,35 @@ ul.linklist:after,
|
||||
margin-left: 58px;
|
||||
}
|
||||
|
||||
/* Navbar specific list items
|
||||
----------------------------------------*/
|
||||
|
||||
#quick-links {
|
||||
margin: 0 7px 0 0;
|
||||
}
|
||||
|
||||
#quick-links a.responsive-menu-link {
|
||||
display: block;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#quick-links a.responsive-menu-link:before {
|
||||
font-size: 1.455em;
|
||||
line-height: 16.5px;
|
||||
}
|
||||
|
||||
.compact #quick-links a.responsive-menu-link {
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
.badge {
|
||||
border-radius: 10px;
|
||||
opacity: 0.8;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin-left: 3px;
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
|
||||
.compact .icon-notification > a > span, .compact .icon-pm > a > span {
|
||||
.badge.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
|
||||
padding-left: 2px;
|
||||
/* Navbar specific list items
|
||||
----------------------------------------*/
|
||||
|
||||
.linklist .quick-links {
|
||||
margin: 0 7px 0 0;
|
||||
}
|
||||
|
||||
.linklist.compact .rightside > a > span span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown-page-jump .dropdown {
|
||||
|
||||
@@ -7,10 +7,6 @@ ul.topiclist {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.forums {
|
||||
background: transparent none repeat-x 0 0;
|
||||
}
|
||||
|
||||
ul.topiclist li {
|
||||
display: block;
|
||||
list-style-type: none;
|
||||
@@ -81,15 +77,6 @@ ul.topiclist dfn {
|
||||
width: 990px;
|
||||
}
|
||||
|
||||
ul.topiclist li.row dt a.subforum {
|
||||
background-image: none;
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0 12px;
|
||||
}
|
||||
|
||||
.forum-image {
|
||||
float: left;
|
||||
padding-top: 5px;
|
||||
@@ -112,6 +99,7 @@ li.header dt, li.header dd {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
font-size: 1em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@@ -132,36 +120,40 @@ li.header dd {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
li.header dl.icon dt, li.header dl.icon dd {
|
||||
li.header dl.row-item dt, li.header dl.row-item dd {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
li.header dl.icon dt .list-inner {
|
||||
li.header dl.row-item dt .list-inner {
|
||||
/* Tweak for headers alignment when folder icon used */
|
||||
padding-left: 0;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
/* Forum list column styles */
|
||||
dl.icon {
|
||||
dl.row-item {
|
||||
background-position: 10px 50%; /* Position of folder icon */
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
dl.icon dt {
|
||||
dl.row-item dt {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 95%; /* Position of topic icon */
|
||||
}
|
||||
|
||||
dl.icon dt .list-inner {
|
||||
dl.row-item dt .list-inner {
|
||||
padding-left: 45px; /* Space for folder icon */
|
||||
}
|
||||
|
||||
dl.icon dt, dl.icon dd {
|
||||
dl.row-item dt, dl.row-item dd {
|
||||
min-height: 35px;
|
||||
}
|
||||
|
||||
dl a.icon-link { /* topic row icon links */
|
||||
dl.row-item dt a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
dl a.row-item-link { /* topic row icon links */
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -185,13 +177,13 @@ dd.posts, dd.topics, dd.views {
|
||||
}
|
||||
|
||||
/* List in forum description */
|
||||
dl.icon dt ol,
|
||||
dl.icon dt ul {
|
||||
dl.row-item dt ol,
|
||||
dl.row-item dt ul {
|
||||
list-style-position: inside;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
dl.icon dt li {
|
||||
dl.row-item dt li {
|
||||
display: list-item;
|
||||
list-style-type: inherit;
|
||||
}
|
||||
@@ -253,6 +245,7 @@ dd.option {
|
||||
margin-bottom: 0.3em !important;
|
||||
text-transform: none;
|
||||
border: none;
|
||||
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
@@ -284,28 +277,28 @@ dd.option {
|
||||
|
||||
/* Topic review panel
|
||||
----------------------------------------*/
|
||||
#review {
|
||||
.panel .review {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
#topicreview {
|
||||
.topicreview {
|
||||
padding-right: 5px;
|
||||
overflow: auto;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#topicreview .postbody {
|
||||
.topicreview .postbody {
|
||||
width: auto;
|
||||
float: none;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#topicreview .post {
|
||||
.topicreview .post {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#topicreview h2 {
|
||||
.topicreview h2 {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
@@ -315,7 +308,7 @@ dd.option {
|
||||
|
||||
/* MCP Post details
|
||||
----------------------------------------*/
|
||||
#post_details {
|
||||
.post_details {
|
||||
/* This will only work in IE7+, plus the others */
|
||||
overflow: auto;
|
||||
max-height: 300px;
|
||||
@@ -328,6 +321,7 @@ dd.option {
|
||||
min-height: 3em;
|
||||
overflow: hidden;
|
||||
line-height: 1.4em;
|
||||
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1em;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
@@ -352,12 +346,14 @@ dd.option {
|
||||
}
|
||||
|
||||
.content p {
|
||||
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
dl.faq {
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 2em;
|
||||
@@ -378,8 +374,7 @@ dl.faq dt {
|
||||
}
|
||||
|
||||
.content ul, .content ol {
|
||||
margin-bottom: 1em;
|
||||
margin-left: 3em;
|
||||
margin: 0.8em 0 0.9em 3em;
|
||||
}
|
||||
|
||||
.posthilit {
|
||||
@@ -390,6 +385,7 @@ dl.faq dt {
|
||||
p.author {
|
||||
margin-bottom: 0.6em;
|
||||
padding: 0 0 5px 0;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1em;
|
||||
line-height: 1.2em;
|
||||
clear: both;
|
||||
@@ -424,12 +420,12 @@ dd .signature {
|
||||
}
|
||||
|
||||
.signature ul, .signature ol {
|
||||
margin-bottom: 1em;
|
||||
margin-left: 3em;
|
||||
margin: 0.8em 0 0.9em 3em;
|
||||
}
|
||||
|
||||
/* Post noticies */
|
||||
.notice {
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
width: auto;
|
||||
margin-top: 1.5em;
|
||||
padding-top: 0.2em;
|
||||
@@ -453,7 +449,7 @@ blockquote {
|
||||
background: transparent none 6px 8px no-repeat;
|
||||
border: 1px solid transparent;
|
||||
font-size: 0.95em;
|
||||
margin: 0.5em 1px 0 25px;
|
||||
margin: 1em 1px 1em 25px;
|
||||
overflow: hidden;
|
||||
padding: 5px;
|
||||
}
|
||||
@@ -461,7 +457,7 @@ blockquote {
|
||||
blockquote blockquote {
|
||||
/* Nested quotes */
|
||||
font-size: 1em;
|
||||
margin: 0.5em 1px 0 15px;
|
||||
margin: 1em 1px 1em 15px;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
@@ -481,11 +477,22 @@ blockquote.uncited {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
blockquote cite > div {
|
||||
float: right;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.postbody .content li blockquote {
|
||||
overflow: inherit;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
.codebox {
|
||||
padding: 3px;
|
||||
border: 1px solid transparent;
|
||||
font-size: 1em;
|
||||
margin: 1em 0 1.2em 0;
|
||||
}
|
||||
|
||||
.codebox p {
|
||||
@@ -506,9 +513,8 @@ blockquote .codebox {
|
||||
display: block;
|
||||
height: auto;
|
||||
max-height: 200px;
|
||||
white-space: normal;
|
||||
padding-top: 5px;
|
||||
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
|
||||
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
|
||||
line-height: 1.3em;
|
||||
margin: 2px 0;
|
||||
}
|
||||
@@ -529,6 +535,7 @@ blockquote .codebox {
|
||||
}
|
||||
|
||||
.attachbox dt {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@@ -579,6 +586,7 @@ div.inline-attachment p {
|
||||
}
|
||||
|
||||
dl.file {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -587,6 +595,7 @@ dl.file dt {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
dl.file dd {
|
||||
@@ -602,6 +611,7 @@ dl.thumbnail img {
|
||||
|
||||
dl.thumbnail dd {
|
||||
font-style: italic;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.attachbox dl.thumbnail dd {
|
||||
@@ -615,6 +625,7 @@ dl.thumbnail dt a:hover img {
|
||||
/* Post poll styles
|
||||
----------------------------------------*/
|
||||
fieldset.polls {
|
||||
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
fieldset.polls dl {
|
||||
@@ -658,8 +669,9 @@ fieldset.polls dd input {
|
||||
|
||||
fieldset.polls dd div {
|
||||
text-align: right;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
padding: 0 2px;
|
||||
padding: 2px 2px 0 2px;
|
||||
overflow: visible;
|
||||
min-width: 8px;
|
||||
}
|
||||
@@ -817,7 +829,7 @@ table.fixed-width-table {
|
||||
|
||||
/* 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 {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
-webkit-appearance: none;
|
||||
@@ -825,7 +837,11 @@ table.fixed-width-table {
|
||||
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 {
|
||||
.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, .3);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#memberlist tr.inactive, #team tr.inactive {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
76
theme/cp.css
@@ -4,19 +4,19 @@
|
||||
|
||||
/* Main CP box
|
||||
----------------------------------------*/
|
||||
#cp-menu {
|
||||
.cp-menu {
|
||||
float:left;
|
||||
width: 19%;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#cp-main {
|
||||
.cp-main {
|
||||
float: left;
|
||||
width: 81%;
|
||||
}
|
||||
|
||||
#cp-main .content {
|
||||
.cp-main .content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ ul.cplist {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#cp-main .pm-message {
|
||||
.cp-main .pm-message {
|
||||
border: 1px solid transparent;
|
||||
margin: 10px 0;
|
||||
width: auto;
|
||||
@@ -70,7 +70,7 @@ ul.cplist {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#cp-main .postbody h3, #cp-main .box2 h3 {
|
||||
.cp-main .postbody h3, .cp-main .box2 h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -78,11 +78,11 @@ ul.cplist {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#cp-main .buttons {
|
||||
.cp-main .buttons {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#cp-main ul.linklist {
|
||||
.cp-main ul.linklist {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -98,18 +98,18 @@ ul.cplist {
|
||||
|
||||
/* CP tabs shared
|
||||
----------------------------------------*/
|
||||
#tabs, #minitabs {
|
||||
.tabs, .minitabs {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#tabs > ul, #minitabs > ul {
|
||||
.tabs > ul, .minitabs > ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#tabs .tab, #minitabs .tab {
|
||||
.tabs .tab, .minitabs .tab {
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 1em;
|
||||
@@ -117,7 +117,7 @@ ul.cplist {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
#tabs .tab > a, #minitabs .tab > a {
|
||||
.tabs .tab > a, .minitabs .tab > a {
|
||||
display: block;
|
||||
padding: 5px 9px;
|
||||
position: relative;
|
||||
@@ -128,39 +128,39 @@ ul.cplist {
|
||||
|
||||
/* CP tabbed menu
|
||||
----------------------------------------*/
|
||||
#tabs {
|
||||
.tabs {
|
||||
margin: 20px 0 0 7px;
|
||||
}
|
||||
|
||||
#tabs .tab > a {
|
||||
.tabs .tab > a {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px 4px 0 0;
|
||||
margin: 1px 1px 0 0;
|
||||
}
|
||||
|
||||
#tabs .activetab > a {
|
||||
.tabs .activetab > a {
|
||||
margin-top: 0;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
/* Mini tabbed menu used in MCP
|
||||
----------------------------------------*/
|
||||
#minitabs {
|
||||
.minitabs {
|
||||
float: right;
|
||||
margin: 15px 7px 0 0;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
#minitabs .tab {
|
||||
.minitabs .tab {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#minitabs .tab > a {
|
||||
.minitabs .tab > a {
|
||||
border-radius: 5px 5px 0 0;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#minitabs .tab > a:hover {
|
||||
.minitabs .tab > a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -190,44 +190,44 @@ ul.cplist {
|
||||
border-top: 0.375em double transparent;
|
||||
}
|
||||
|
||||
#tabs .dropdown, #minitabs .dropdown {
|
||||
.tabs .dropdown, .minitabs .dropdown {
|
||||
top: 20px;
|
||||
margin-right: -2px;
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#minitabs .dropdown {
|
||||
.minitabs .dropdown {
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
#tabs .dropdown-up .dropdown, #minitabs .dropdown-up .dropdown {
|
||||
.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
|
||||
bottom: 20px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
#tabs .dropdown li {
|
||||
.tabs .dropdown li {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#minitabs .dropdown li {
|
||||
.minitabs .dropdown li {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* UCP navigation menu
|
||||
----------------------------------------*/
|
||||
/* Container for sub-navigation list */
|
||||
#navigation {
|
||||
.navigation {
|
||||
width: 100%;
|
||||
padding-top: 36px;
|
||||
}
|
||||
|
||||
#navigation ul {
|
||||
.navigation ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Default list state */
|
||||
#navigation li {
|
||||
.navigation li {
|
||||
display: inline;
|
||||
font-weight: bold;
|
||||
margin: 1px 0;
|
||||
@@ -235,20 +235,20 @@ ul.cplist {
|
||||
}
|
||||
|
||||
/* Link styles for the sub-section links */
|
||||
#navigation a {
|
||||
.navigation a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
margin: 1px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#navigation a:hover {
|
||||
.navigation a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Preferences pane layout
|
||||
----------------------------------------*/
|
||||
#cp-main h2 {
|
||||
.cp-main h2 {
|
||||
border-bottom: none;
|
||||
padding: 0;
|
||||
margin-left: 10px;
|
||||
@@ -281,10 +281,6 @@ dl.mini dd {
|
||||
|
||||
/* PM Styles
|
||||
----------------------------------------*/
|
||||
#pm-menu {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
/* Defined rules list for PM options */
|
||||
ol.def-rules {
|
||||
padding-left: 0;
|
||||
@@ -327,7 +323,7 @@ ol.def-rules li {
|
||||
}
|
||||
|
||||
/* Avatar gallery */
|
||||
#gallery label {
|
||||
.gallery label {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 10px;
|
||||
@@ -341,35 +337,35 @@ ol.def-rules li {
|
||||
----------------------------------------*/
|
||||
@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, .nojs .minitabs a span {
|
||||
max-width: 40px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
letter-spacing: -.5px;
|
||||
}
|
||||
|
||||
#cp-menu, #navigation, #cp-main {
|
||||
.cp-menu, .navigation, .cp-main {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
.navigation {
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
#navigation a {
|
||||
.navigation a {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
#navigation li:first-child a {
|
||||
.navigation li:first-child a {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
#navigation li:last-child a {
|
||||
.navigation li:last-child a {
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
.reply-icon span { background-image: url("./images/button_topic_reply_.gif"); }
|
||||
.post-icon span { background-image: url("./images/button_topic_new_.gif"); }
|
||||
.locked-icon span { background-image: url("./images/button_topic_locked_.gif"); }
|
||||
.pmreply-icon span { background-image: url("./images/button_pm_reply_.gif"); }
|
||||
.newpm-icon span { background-image: url("./images/button_pm_new_.gif"); }
|
||||
.forwardpm-icon span { background-image: url("./images/button_pm_forward_.gif"); }
|
||||
.email-icon, .email-icon a { background-image: url("./images/icon_contact_email_.gif"); }
|
||||
.aim-icon, .aim-icon a { background-image: url("./images/icon_contact_aim_.gif"); }
|
||||
.yahoo-icon, .yahoo-icon a { background-image: url("./images/icon_contact_yahoo_.gif"); }
|
||||
.web-icon, .web-icon a { background-image: url("./images/icon_contact_www_.gif"); }
|
||||
.msnm-icon, .msnm-icon a { background-image: url("./images/icon_contact_msnm_.gif"); }
|
||||
.icq-icon, .icq-icon a { background-image: url("./images/icon_contact_icq_.gif"); }
|
||||
.jabber-icon, .jabber-icon a { background-image: url("./images/icon_contact_jabber_.gif"); }
|
||||
.pm-icon, .pm-icon a { background-image: url("./images/icon_contact_pm_.gif"); }
|
||||
.quote-icon, .quote-icon a { background-image: url("./images/icon_post_quote.gif"); }
|
||||
.report-icon, .report-icon a { background-image: url("./images/icon_post_report.gif"); }
|
||||
.edit-icon, .edit-icon a { background-image: url("./images/icon_post_edit_.gif"); }
|
||||
.delete-icon, .delete-icon a { background-image: url("./images/icon_post_delete_.gif"); }
|
||||
.info-icon, .info-icon a { background-image: url("./images/icon_post_info_.gif"); }
|
||||
.warn-icon, .warn-icon a { background-image: url("./images/icon_user_warn_.gif"); }
|
||||
|
||||
/* Online image */
|
||||
.online { background-image: url("./images/icon_user_online.gif"); }
|
||||
|
||||
.imageset.icon_user_online {
|
||||
background-image: url("./images/icon_user_online.gif");
|
||||
padding-left: 58px;
|
||||
padding-top: 58px;
|
||||
}
|
||||
|
||||
.dfzitatbutton {
|
||||
background-image:
|
||||
url("./images/icon_post_quote.gif")
|
||||
}
|
||||
|
||||
.dfzitatbutton:hover {
|
||||
background-image:
|
||||
url("./images/icon_post_quote.gif")
|
||||
}
|
||||
|
||||
/*
|
||||
.icon-button:before, .dropdown-select:after { background-image: url("./images/icons_button.png"); }
|
||||
*/
|
||||
@@ -5,6 +5,7 @@
|
||||
----------------------------------------*/
|
||||
fieldset {
|
||||
border-width: 0;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
@@ -13,9 +14,11 @@ input {
|
||||
vertical-align: middle;
|
||||
padding: 0 3px;
|
||||
font-size: 1em;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
select {
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
@@ -34,9 +37,11 @@ option {
|
||||
|
||||
select optgroup option {
|
||||
padding-right: 1em;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
||||
width: 60%;
|
||||
padding: 2px;
|
||||
font-size: 1em;
|
||||
@@ -91,7 +96,7 @@ fieldset.fields1 div {
|
||||
}
|
||||
|
||||
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
|
||||
fieldset.fields1 #recaptcha_widget_div div, fieldset.fields1 .live-search div {
|
||||
fieldset.fields1 .live-search div {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -133,10 +138,16 @@ dd textarea {
|
||||
}
|
||||
|
||||
/* Hover effects */
|
||||
#timezone {
|
||||
.timezone {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
/* Browser-specific tweaks */
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0
|
||||
}
|
||||
|
||||
/* Quick-login on index page */
|
||||
fieldset.quick-login {
|
||||
margin-top: 5px;
|
||||
@@ -172,6 +183,24 @@ fieldset.display-options a {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.dropdown fieldset.display-options {
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dropdown fieldset.display-options label {
|
||||
display: block;
|
||||
margin: 4px;
|
||||
padding: 0;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dropdown fieldset.display-options select {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
/* Display actions for ucp and mcp pages */
|
||||
fieldset.display-actions {
|
||||
text-align: right;
|
||||
@@ -209,28 +238,27 @@ fieldset.submit-buttons {
|
||||
|
||||
fieldset.submit-buttons input {
|
||||
vertical-align: middle;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
/* Posting page styles
|
||||
----------------------------------------*/
|
||||
|
||||
/* Buttons used in the editor */
|
||||
#format-buttons {
|
||||
.format-buttons {
|
||||
margin: 15px 0 2px 0;
|
||||
}
|
||||
|
||||
#format-buttons input, #format-buttons select {
|
||||
.format-buttons input, .format-buttons select {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Main message box */
|
||||
#message-box {
|
||||
.message-box {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#message-box textarea {
|
||||
.message-box textarea {
|
||||
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
|
||||
width: 450px;
|
||||
height: 270px;
|
||||
min-width: 100%;
|
||||
@@ -247,12 +275,12 @@ fieldset.submit-buttons input {
|
||||
}
|
||||
|
||||
/* Emoticons panel */
|
||||
#smiley-box {
|
||||
.smiley-box {
|
||||
width: 18%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#smiley-box img {
|
||||
.smiley-box img {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
@@ -308,7 +336,9 @@ a.button1, input.button1, input.button3, a.button2, input.button2 {
|
||||
width: auto !important;
|
||||
padding-top: 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 {
|
||||
@@ -335,18 +365,15 @@ a.button2, input.button2, input.button3 {
|
||||
}
|
||||
|
||||
/* <a> button in the style of the form buttons */
|
||||
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
|
||||
a.button1, a.button2 {
|
||||
text-decoration: none;
|
||||
padding: 2px 8px;
|
||||
line-height: 250%;
|
||||
padding: 0 3px;
|
||||
vertical-align: text-bottom;
|
||||
background-position: 0 1px;
|
||||
}
|
||||
|
||||
/* Hover states */
|
||||
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
|
||||
border: 1px solid transparent;
|
||||
background-position: 0 100%;
|
||||
}
|
||||
|
||||
input.disabled {
|
||||
@@ -375,26 +402,6 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.search-box button {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.search-box button.search-icon {
|
||||
border-radius: 0;
|
||||
font-size: 0;
|
||||
height: 24px;
|
||||
margin: 0;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
.search-box a.button {
|
||||
border-left-width: 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
font-size: 0;
|
||||
margin: 0;
|
||||
padding: 2px 5px 2px 3px;
|
||||
}
|
||||
|
||||
/* Search box (header)
|
||||
--------------------------------------------- */
|
||||
.search-header {
|
||||
@@ -407,16 +414,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||
|
||||
.search-header .inputbox { border: 0; }
|
||||
|
||||
.search-header button {
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.search-header a.button {
|
||||
border: 0;
|
||||
border-left: 1px;
|
||||
padding: 3px 5px 3px 4px;
|
||||
}
|
||||
.navbar .linklist > li.responsive-search { display: none; }
|
||||
|
||||
input.search {
|
||||
background-image: none;
|
||||
|
||||
83
theme/icons.css
Normal file
@@ -0,0 +1,83 @@
|
||||
/* --------------------------------------------------------------
|
||||
$Icons
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/* Global module setup
|
||||
--------------------------------*/
|
||||
|
||||
/* 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
|
||||
* the font you wish to use.
|
||||
*/
|
||||
.icon, .button .icon {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
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; }
|
||||
|
||||
.button .icon:before {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Icon size classes - Default size is 14px, use these for small variations */
|
||||
|
||||
.icon.icon-xl {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.icon.icon-lg {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.icon.icon-md {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.icon.icon-sm {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
/* icon modifiers */
|
||||
.icon-tiny {
|
||||
width: 12px;
|
||||
transform: scale(0.65, 0.75);
|
||||
vertical-align: text-bottom;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.arrow-left:hover .icon {
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.arrow-right .icon {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.arrow-right:hover .icon {
|
||||
margin-left: 5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
.post-buttons .dropdown-contents .icon {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.alert_close .icon:before {
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
width: 11px;
|
||||
display: block;
|
||||
line-height: .9;
|
||||
height: 12px;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 728 B |
|
Before Width: | Height: | Size: 738 B After Width: | Height: | Size: 738 B |
|
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 753 B |
|
Before Width: | Height: | Size: 750 B After Width: | Height: | Size: 724 B |
|
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 730 B |
|
Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 745 B |
|
Before Width: | Height: | Size: 755 B After Width: | Height: | Size: 755 B |
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 765 B |
|
Before Width: | Height: | Size: 51 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 51 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 690 B |
|
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 664 B |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 708 B |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 662 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 681 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 725 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 549 B |
|
Before Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 204 B |
|
Before Width: | Height: | Size: 218 B |
|
Before Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 546 B |
|
Before Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 1014 B |
|
Before Width: | Height: | Size: 588 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 541 B |
|
Before Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 204 B |
|
Before Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 264 B |
|
Before Width: | Height: | Size: 551 B |
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 576 B |
|
Before Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 501 B |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 186 B |
|
Before Width: | Height: | Size: 151 B |
|
Before Width: | Height: | Size: 204 B |
|
Before Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 303 B |
|
Before Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 1009 B |
|
Before Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 144 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 186 B |