mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
[ticket/12728] Enforce box model sizing on image attachment thumbnails * VSEphpbb/ticket/12728: [ticket/12728] Adjust .postimage sizing to 100% [ticket/12728] Enforce box model sizing on image attachment thumbnails
1243 lines
24 KiB
CSS
1243 lines
24 KiB
CSS
/* phpBB3 Style Sheet
|
|
--------------------------------------------------------------
|
|
Style name: subsilver2
|
|
Based on style: subSilver (the default phpBB 2.0.x style)
|
|
Original author: Tom Beddard ( http://www.subblue.com/ )
|
|
Modified by: phpBB Limited ( https://www.phpbb.com/ )
|
|
--------------------------------------------------------------
|
|
*/
|
|
|
|
/* Layout
|
|
------------ */
|
|
* {
|
|
/* Reset browsers default margin, padding and font sizes */
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html {
|
|
font-size: 100%;
|
|
}
|
|
|
|
body {
|
|
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
|
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
|
color: #323D4F;
|
|
background-color: #FFFFFF;
|
|
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
|
|
margin: 0;
|
|
}
|
|
|
|
#wrapheader {
|
|
height: auto !important;
|
|
padding: 0;
|
|
}
|
|
|
|
#wrapcentre {
|
|
margin: 15px 25px 0 25px;
|
|
}
|
|
|
|
#wrapfooter {
|
|
text-align: center;
|
|
clear: both;
|
|
}
|
|
|
|
#wrapnav {
|
|
width: 100%;
|
|
margin: 0;
|
|
background-color: #ECECEC;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #A9B8C2;
|
|
}
|
|
|
|
#logodesc {
|
|
background-color: #C1CAD2;
|
|
background-image: url('./images/background.gif');
|
|
background-repeat: repeat-x;
|
|
background-position: center bottom;
|
|
padding: 0 25px 15px 25px;
|
|
}
|
|
|
|
#menubar {
|
|
margin: 0 25px;
|
|
}
|
|
|
|
#datebar {
|
|
margin: 10px 25px 0 25px;
|
|
}
|
|
|
|
#findbar {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.forumrules {
|
|
background-color: #F9CC79;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #BB9860;
|
|
padding: 4px;
|
|
font-weight: normal;
|
|
font-size: 1.1em;
|
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.forumrules h3 {
|
|
color: red;
|
|
}
|
|
|
|
#pageheader { }
|
|
#pagecontent { }
|
|
#pagefooter { }
|
|
|
|
#poll { }
|
|
#postrow { }
|
|
#postdata { }
|
|
|
|
|
|
/* Text
|
|
--------------------- */
|
|
h1 {
|
|
color: black;
|
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
|
|
font-weight: bold;
|
|
font-size: 1.8em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: bold;
|
|
font-size: 1.5em;
|
|
text-decoration: none;
|
|
line-height: 120%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
line-height: 120%;
|
|
}
|
|
|
|
h4 {
|
|
margin: 0;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
p {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
p.moderators {
|
|
margin: 0;
|
|
float: left;
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rtl p.moderators {
|
|
float: right;
|
|
}
|
|
|
|
p.linkmcp {
|
|
margin: 0;
|
|
float: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.rtl p.linkmcp {
|
|
float: left;
|
|
}
|
|
|
|
p.breadcrumbs {
|
|
margin: 0;
|
|
float: left;
|
|
color: black;
|
|
font-weight: bold;
|
|
white-space: normal;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.rtl p.breadcrumbs {
|
|
float: right;
|
|
}
|
|
|
|
p.datetime {
|
|
margin: 0;
|
|
float: right;
|
|
white-space: nowrap;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.rtl p.datetime {
|
|
float: left;
|
|
}
|
|
|
|
p.searchbar {
|
|
padding: 2px 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
p.searchbarreg {
|
|
margin: 0;
|
|
float: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.rtl p.searchbarreg {
|
|
float: left;
|
|
}
|
|
|
|
p.forumdesc {
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
p.topicauthor {
|
|
margin: 1px 0;
|
|
}
|
|
|
|
p.topicdetails {
|
|
margin: 1px 0;
|
|
}
|
|
|
|
.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
|
|
margin: 1px 0;
|
|
color: red;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
|
|
color: green;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.postapprove img, .postreported img {
|
|
vertical-align: bottom;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.postauthor {
|
|
color: #000000;
|
|
}
|
|
|
|
.postdetails {
|
|
color: #000000;
|
|
}
|
|
|
|
.postbody {
|
|
font-size: 1.3em;
|
|
line-height: 1.4em;
|
|
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.postbody li, ol, ul {
|
|
margin: 0 0 0 1.5em;
|
|
}
|
|
|
|
.rtl .postbody li, .rtl ol, .rtl ul {
|
|
margin: 0 1.5em 0 0;
|
|
}
|
|
|
|
.posthilit {
|
|
background-color: yellow;
|
|
}
|
|
|
|
.nav {
|
|
margin: 0;
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.pagination {
|
|
padding: 4px;
|
|
color: black;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cattitle {
|
|
|
|
}
|
|
|
|
.gen {
|
|
margin: 1px 1px;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.genmed {
|
|
margin: 1px 1px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.gensmall {
|
|
margin: 1px 1px;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.copyright {
|
|
color: #444;
|
|
font-weight: normal;
|
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.titles {
|
|
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
font-weight: bold;
|
|
font-size: 1.3em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.online {
|
|
color: green;
|
|
}
|
|
|
|
.offline, .error, .inactive {
|
|
color: red;
|
|
}
|
|
|
|
|
|
/* Tables
|
|
------------ */
|
|
#color_palette_placeholder table {
|
|
border-collapse: separate;
|
|
border-spacing: 1px;
|
|
}
|
|
|
|
#color_palette_placeholder td {
|
|
padding: 0;
|
|
}
|
|
|
|
th {
|
|
color: #FFA34F;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
background-color: #006699;
|
|
background-image: url('./images/cellpic3.gif');
|
|
white-space: nowrap;
|
|
padding: 7px 5px;
|
|
}
|
|
|
|
td {
|
|
padding: 2px;
|
|
}
|
|
td.profile {
|
|
padding: 4px;
|
|
}
|
|
|
|
.tablebg {
|
|
background-color: #A9B8C2;
|
|
}
|
|
|
|
.catdiv {
|
|
height: 28px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
|
|
}
|
|
.rtl .catdiv {
|
|
background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
|
|
}
|
|
|
|
.cat {
|
|
height: 28px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: #C7D0D7;
|
|
background-image: url('./images/cellpic1.gif');
|
|
text-indent: 4px;
|
|
}
|
|
|
|
.row1 {
|
|
background-color: #ECECEC;
|
|
padding: 4px;
|
|
}
|
|
|
|
.row2 {
|
|
background-color: #DCE1E5;
|
|
padding: 4px;
|
|
}
|
|
|
|
.row3 {
|
|
background-color: #C0C8D0;
|
|
padding: 4px;
|
|
}
|
|
|
|
.spacer {
|
|
background-color: #D1D7DC;
|
|
}
|
|
|
|
.current {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
hr {
|
|
height: 1px;
|
|
border-width: 0;
|
|
background-color: #D1D7DC;
|
|
color: #D1D7DC;
|
|
}
|
|
|
|
.legend {
|
|
text-align:center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* Links
|
|
------------ */
|
|
|
|
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
|
|
.rtl a {
|
|
direction: rtl;
|
|
unicode-bidi: embed;
|
|
}
|
|
|
|
/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
|
|
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
|
|
a:link {
|
|
color: #006597;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
color: #005784;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #D46400;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:active {
|
|
color: #005784;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.forumlink {
|
|
color: #069;
|
|
font-weight: bold;
|
|
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
a.topictitle {
|
|
margin: 1px 0;
|
|
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
a.topictitle:visited {
|
|
color: #5493B4;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.lastsubject {
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.lastsubject:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
th a,
|
|
th a:visited {
|
|
color: #FFA34F !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
th a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.anchor {
|
|
display: block;
|
|
}
|
|
|
|
|
|
/* Form Elements
|
|
------------ */
|
|
form {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
input {
|
|
color: #333333;
|
|
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
|
font-size: 1.1em;
|
|
font-weight: normal;
|
|
padding: 1px;
|
|
border: 1px solid #A9B8C2;
|
|
background-color: #FAFAFA;
|
|
}
|
|
|
|
textarea {
|
|
background-color: #FAFAFA;
|
|
color: #333333;
|
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
|
font-size: 1.3em;
|
|
line-height: 1.4em;
|
|
font-weight: normal;
|
|
border: 1px solid #A9B8C2;
|
|
padding: 2px;
|
|
}
|
|
|
|
select {
|
|
color: #333333;
|
|
background-color: #FAFAFA;
|
|
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
|
font-size: 1.1em;
|
|
font-weight: normal;
|
|
border: 1px solid #A9B8C2;
|
|
padding: 1px;
|
|
}
|
|
|
|
option {
|
|
padding: 0 1em 0 0;
|
|
}
|
|
|
|
option.disabled-option {
|
|
color: graytext;
|
|
}
|
|
|
|
.rtl option {
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
input.radio {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.post {
|
|
background-color: white;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.btnbbcode {
|
|
color: #000000;
|
|
font-weight: normal;
|
|
font-size: 1.1em;
|
|
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
|
|
background-color: #EFEFEF;
|
|
border: 1px solid #666666;
|
|
}
|
|
|
|
.btnmain {
|
|
font-weight: bold;
|
|
background-color: #ECECEC;
|
|
border: 1px solid #A9B8C2;
|
|
cursor: pointer;
|
|
padding: 1px 5px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.btnlite {
|
|
font-weight: normal;
|
|
background-color: #ECECEC;
|
|
border: 1px solid #A9B8C2;
|
|
cursor: pointer;
|
|
padding: 1px 5px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.btnfile {
|
|
font-weight: normal;
|
|
background-color: #ECECEC;
|
|
border: 1px solid #A9B8C2;
|
|
padding: 1px 5px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.helpline {
|
|
background-color: #DEE3E7;
|
|
border-style: none;
|
|
}
|
|
|
|
input:focus, select:focus, textarea:focus {
|
|
outline-style: none;
|
|
}
|
|
|
|
/* BBCode
|
|
------------ */
|
|
.quotetitle, .attachtitle {
|
|
margin: 10px 5px 0 5px;
|
|
padding: 4px;
|
|
border-width: 1px 1px 0 1px;
|
|
border-style: solid;
|
|
border-color: #A9B8C2;
|
|
color: #333333;
|
|
background-color: #A9B8C2;
|
|
font-size: 0.85em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.quotetitle .quotetitle {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.quotecontent, .attachcontent {
|
|
margin: 0 5px 10px 5px;
|
|
padding: 5px;
|
|
border-color: #A9B8C2;
|
|
border-width: 0 1px 1px 1px;
|
|
border-style: solid;
|
|
font-weight: normal;
|
|
font-size: 1em;
|
|
line-height: 1.4em;
|
|
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
|
background-color: #FAFAFA;
|
|
color: #4B5C77;
|
|
}
|
|
|
|
.attachcontent {
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.codetitle {
|
|
margin: 10px 5px 0 5px;
|
|
padding: 2px 4px;
|
|
border-width: 1px 1px 0 1px;
|
|
border-style: solid;
|
|
border-color: #A9B8C2;
|
|
color: #333333;
|
|
background-color: #A9B8C2;
|
|
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.codecontent {
|
|
direction: ltr;
|
|
margin: 0 5px 10px 5px;
|
|
padding: 5px;
|
|
border-color: #A9B8C2;
|
|
border-width: 0 1px 1px 1px;
|
|
border-style: solid;
|
|
font-weight: normal;
|
|
color: #006600;
|
|
font-size: 0.85em;
|
|
font-family: Monaco, 'Courier New', monospace;
|
|
background-color: #FAFAFA;
|
|
}
|
|
|
|
.postimage {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.syntaxbg {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.syntaxcomment {
|
|
color: #FF8000;
|
|
}
|
|
|
|
.syntaxdefault {
|
|
color: #0000BB;
|
|
}
|
|
|
|
.syntaxhtml {
|
|
color: #000000;
|
|
}
|
|
|
|
.syntaxkeyword {
|
|
color: #007700;
|
|
}
|
|
|
|
.syntaxstring {
|
|
color: #DD0000;
|
|
}
|
|
|
|
|
|
/* Private messages
|
|
------------------ */
|
|
.pm_marked_colour {
|
|
background-color: #000000;
|
|
}
|
|
|
|
.pm_replied_colour {
|
|
background-color: #A9B8C2;
|
|
}
|
|
|
|
.pm_friend_colour {
|
|
background-color: #007700;
|
|
}
|
|
|
|
.pm_foe_colour {
|
|
background-color: #DD0000;
|
|
}
|
|
|
|
|
|
/* Misc
|
|
------------ */
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
.sep {
|
|
color: black;
|
|
background-color: #FFA34F;
|
|
}
|
|
|
|
table.colortable td {
|
|
padding: 0;
|
|
}
|
|
|
|
pre {
|
|
font-size: 1.1em;
|
|
font-family: Monaco, 'Courier New', monospace;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.username-coloured {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
/* Former imageset */
|
|
span.imageset {
|
|
display: inline-block;
|
|
background: transparent none 0 0 no-repeat;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
a.imageset {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
/* Global imageset items */
|
|
.imageset.site_logo {
|
|
background-image: url("./images/site_logo.gif");
|
|
padding-left: 170px;
|
|
padding-top: 94px;
|
|
}
|
|
.imageset.upload_bar {
|
|
background-image: url("./images/upload_bar.gif");
|
|
padding-left: 280px;
|
|
padding-top: 16px;
|
|
}
|
|
.imageset.poll_left {
|
|
background-image: url("./images/poll_left.gif");
|
|
padding-left: 4px;
|
|
padding-top: 12px;
|
|
}
|
|
.imageset.poll_center {
|
|
background-image: url("./images/poll_center.gif");
|
|
padding-left: 1px;
|
|
padding-top: 12px;
|
|
}
|
|
.imageset.poll_right {
|
|
background-image: url("./images/poll_right.gif");
|
|
padding-left: 4px;
|
|
padding-top: 12px;
|
|
}
|
|
.imageset.forum_link {
|
|
background-image: url("./images/forum_link.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.forum_read {
|
|
background-image: url("./images/forum_read.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.forum_read_locked {
|
|
background-image: url("./images/forum_read_locked.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.forum_read_subforum {
|
|
background-image: url("./images/forum_read_subforum.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.forum_unread {
|
|
background-image: url("./images/forum_unread.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.forum_unread_locked {
|
|
background-image: url("./images/forum_unread_locked.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.forum_unread_subforum {
|
|
background-image: url("./images/forum_unread_subforum.gif");
|
|
padding-left: 46px;
|
|
padding-top: 25px;
|
|
}
|
|
.imageset.topic_moved {
|
|
background-image: url("./images/topic_moved.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_read {
|
|
background-image: url("./images/topic_read.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_read_mine {
|
|
background-image: url("./images/topic_read_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_read_hot {
|
|
background-image: url("./images/topic_read_hot.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_read_hot_mine {
|
|
background-image: url("./images/topic_read_hot_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_read_locked {
|
|
background-image: url("./images/topic_read_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_read_locked_mine {
|
|
background-image: url("./images/topic_read_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_unread {
|
|
background-image: url("./images/topic_unread.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_unread_mine {
|
|
background-image: url("./images/topic_unread_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_unread_hot {
|
|
background-image: url("./images/topic_unread_hot.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_unread_hot_mine {
|
|
background-image: url("./images/topic_unread_hot_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_unread_locked {
|
|
background-image: url("./images/topic_unread_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.topic_unread_locked_mine {
|
|
background-image: url("./images/topic_unread_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_read {
|
|
background-image: url("./images/sticky_read.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_read_mine {
|
|
background-image: url("./images/sticky_read_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_read_locked {
|
|
background-image: url("./images/sticky_read_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_read_locked_mine {
|
|
background-image: url("./images/sticky_read_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_unread {
|
|
background-image: url("./images/sticky_unread.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_unread_mine {
|
|
background-image: url("./images/sticky_unread_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_unread_locked {
|
|
background-image: url("./images/sticky_unread_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.sticky_unread_locked_mine {
|
|
background-image: url("./images/sticky_unread_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_read {
|
|
background-image: url("./images/announce_read.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_read_mine {
|
|
background-image: url("./images/announce_read_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_read_locked {
|
|
background-image: url("./images/announce_read_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_read_locked_mine {
|
|
background-image: url("./images/announce_read_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_unread {
|
|
background-image: url("./images/announce_unread.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_unread_mine {
|
|
background-image: url("./images/announce_unread_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_unread_locked {
|
|
background-image: url("./images/announce_unread_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.announce_unread_locked_mine {
|
|
background-image: url("./images/announce_unread_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_read {
|
|
background-image: url("./images/announce_read.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_read_mine {
|
|
background-image: url("./images/announce_read_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_read_locked {
|
|
background-image: url("./images/announce_read_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_read_locked_mine {
|
|
background-image: url("./images/announce_read_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_unread {
|
|
background-image: url("./images/announce_unread.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_unread_mine {
|
|
background-image: url("./images/announce_unread_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_unread_locked {
|
|
background-image: url("./images/announce_unread_locked.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.global_unread_locked_mine {
|
|
background-image: url("./images/announce_unread_locked_mine.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.pm_read {
|
|
background-image: url("./images/topic_read.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.pm_unread {
|
|
background-image: url("./images/topic_unread.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.icon_post_target {
|
|
background-image: url("./images/icon_post_target.gif");
|
|
padding-left: 12px;
|
|
padding-top: 9px;
|
|
}
|
|
.imageset.icon_post_target_unread {
|
|
background-image: url("./images/icon_post_target_unread.gif");
|
|
padding-left: 12px;
|
|
padding-top: 9px;
|
|
}
|
|
.imageset.icon_topic_attach {
|
|
background-image: url("./images/icon_topic_attach.gif");
|
|
padding-left: 14px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.icon_topic_latest {
|
|
background-image: url("./images/icon_topic_latest.gif");
|
|
padding-left: 18px;
|
|
padding-top: 9px;
|
|
}
|
|
.imageset.icon_topic_newest {
|
|
background-image: url("./images/icon_topic_newest.gif");
|
|
padding-left: 18px;
|
|
padding-top: 9px;
|
|
}
|
|
.imageset.icon_topic_reported {
|
|
background-image: url("./images/icon_topic_reported.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.icon_topic_unapproved {
|
|
background-image: url("./images/icon_topic_unapproved.gif");
|
|
padding-left: 19px;
|
|
padding-top: 18px;
|
|
}
|
|
.imageset.icon_topic_deleted {
|
|
background-image: url("./images/icon_topic_deleted.png");
|
|
padding-left: 14px;
|
|
padding-top: 14px;
|
|
}
|
|
|
|
|
|
/* English images for fallback */
|
|
.imageset.phpbb_aol-icon, .imageset.icon_contact_aim {
|
|
background-image: url("./en/icon_contact_aim.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_contact_email {
|
|
background-image: url("./en/icon_contact_email.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.phpbb_icq-icon, .imageset.icon_contact_icq {
|
|
background-image: url("./en/icon_contact_icq.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_contact_jabber {
|
|
background-image: url("./en/icon_contact_jabber.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm {
|
|
background-image: url("./en/icon_contact_msnm.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_contact_pm {
|
|
background-image: url("./en/icon_contact_pm.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.phpbb_yahoo-icon, .imageset.icon_contact_yahoo {
|
|
background-image: url("./en/icon_contact_yahoo.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.phpbb_website-icon, .imageset.icon_contact_www {
|
|
background-image: url("./en/icon_contact_www.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_post_delete {
|
|
background-image: url("./en/icon_post_delete.gif");
|
|
padding-left: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_post_edit {
|
|
background-image: url("./en/icon_post_edit.gif");
|
|
padding-left: 90px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_post_info {
|
|
background-image: url("./en/icon_post_info.gif");
|
|
padding-left: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_post_quote {
|
|
background-image: url("./en/icon_post_quote.gif");
|
|
padding-left: 90px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_post_report {
|
|
background-image: url("./en/icon_post_report.gif");
|
|
padding-left: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_user_online {
|
|
background-image: url("./en/icon_user_online.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_user_offline {
|
|
background-image: url("./en/icon_user_offline.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_user_profile {
|
|
background-image: url("./en/icon_user_profile.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_user_search {
|
|
background-image: url("./en/icon_user_search.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_user_warn {
|
|
background-image: url("./en/icon_user_warn.gif");
|
|
padding-left: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.button_pm_new {
|
|
background-image: url("./en/button_pm_new.gif");
|
|
padding-left: 97px;
|
|
padding-top: 27px;
|
|
}
|
|
.imageset.button_pm_reply {
|
|
background-image: url("./en/button_pm_reply.gif");
|
|
padding-left: 90px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.button_topic_locked {
|
|
background-image: url("./en/button_topic_locked.gif");
|
|
padding-left: 97px;
|
|
padding-top: 27px;
|
|
}
|
|
.imageset.button_topic_new {
|
|
background-image: url("./en/button_topic_new.gif");
|
|
padding-left: 97px;
|
|
padding-top: 27px;
|
|
}
|
|
.imageset.button_topic_reply {
|
|
background-image: url("./en/button_topic_reply.gif");
|
|
padding-left: 97px;
|
|
padding-top: 27px;
|
|
}
|
|
|
|
/* RTL imageset entries */
|
|
.rtl .imageset.site_logo {
|
|
padding-right: 170px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.upload_bar {
|
|
padding-right: 280px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.poll_left, .rtl .imageset.poll_right {
|
|
padding-right: 4px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.poll_center {
|
|
padding-right: 1px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.forum_link, .rtl .imageset.forum_read, .rtl .imageset.forum_read_locked, .rtl .imageset.forum_read_subforum, .rtl .imageset.forum_unread, .rtl .imageset.forum_unread_locked, .rtl .imageset.forum_unread_subforum {
|
|
padding-right: 46px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.topic_moved, .rtl .imageset.topic_read, .rtl .imageset.topic_read_mine, .rtl .imageset.topic_read_hot, .rtl .imageset.topic_read_hot_mine, .rtl .imageset.topic_read_locked, .rtl .imageset.topic_read_locked_mine, .rtl .imageset.topic_unread, .rtl .imageset.topic_unread_mine, .rtl .imageset.topic_unread_hot, .rtl .imageset.topic_unread_hot_mine, .rtl .imageset.topic_unread_locked, .rtl .imageset.topic_unread_locked_mine, .rtl .imageset.sticky_read, .rtl .imageset.sticky_read_mine, .rtl .imageset.sticky_read_locked, .rtl .imageset.sticky_read_locked_mine, .rtl .imageset.sticky_unread, .rtl .imageset.sticky_unread_mine, .rtl .imageset.sticky_unread_locked, .rtl .imageset.sticky_unread_locked_mine, .rtl .imageset.announce_read, .rtl .imageset.announce_read_mine, .rtl .imageset.announce_read_locked, .rtl .imageset.announce_read_locked_mine, .rtl .imageset.announce_unread, .rtl .imageset.announce_unread_mine, .rtl .imageset.announce_unread_locked, .rtl .imageset.announce_unread_locked_mine, .rtl .imageset.global_read, .rtl .imageset.global_read_mine, .rtl .imageset.global_read_locked, .rtl .imageset.global_read_locked_mine, .rtl .imageset.global_unread, .rtl .imageset.global_unread_mine, .rtl .imageset.global_unread_locked, .rtl .imageset.global_unread_locked_mine, .rtl .imageset.pm_read, .rtl .imageset.pm_unread, .rtl .imageset.icon_topic_reported, .rtl .imageset.icon_topic_unapproved {
|
|
padding-right: 19px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.icon_post_target, .rtl .imageset.icon_post_target_unread {
|
|
padding-right: 12px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.icon_topic_attach {
|
|
padding-right: 14px;
|
|
padding-left: 0;
|
|
}
|
|
.rtl .imageset.icon_topic_latest, .rtl .imageset.icon_topic_newest {
|
|
padding-right: 18px;
|
|
padding-left: 0;
|
|
}
|
|
|
|
#notification_list {
|
|
display: none;
|
|
position: absolute;
|
|
width: 310px;
|
|
z-index: 1;
|
|
box-shadow: 3px 3px 5px darkgray;
|
|
}
|
|
|
|
#notification_list .notification_scroll {
|
|
max-height: 350px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#notification_list table {
|
|
width: 100%;
|
|
}
|
|
|
|
#notification_list .notification_title {
|
|
padding: 3px;
|
|
}
|
|
|
|
#notification_list .notification_title:after {
|
|
clear: both;
|
|
content: '';
|
|
display: block;
|
|
}
|
|
|
|
#notification_list .header {
|
|
padding: 5px;
|
|
font-weight: bold;
|
|
border: 1px solid #A9B8C2;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#notification_list > .header > .header_settings {
|
|
float: right;
|
|
font-weight: normal;
|
|
text-transform: none;
|
|
}
|
|
|
|
#notification_list .footer {
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
border: 1px solid #A9B8C2;
|
|
border-top: 0;
|
|
}
|
|
|
|
.notification_list img {
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
}
|
|
|
|
#notification_list .footer > a {
|
|
display: block;
|
|
}
|
|
|
|
#notification_list .notification-time {
|
|
font-size: 0.9em;
|
|
float: right;
|
|
}
|
|
|
|
.notification_list .notifications_time {
|
|
font-size: 0.8em;
|
|
}
|