Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
Location:
trunk/forum/styles/prosilver/theme
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/prosilver/theme/bidi.css

    r400 r702  
    226226}
    227227
     228/* Links adjustment to correctly display an order of rtl/ltr mixed content */
     229.rtl a {
     230        direction: rtl;
     231        unicode-bidi: embed;
     232}
     233
    228234.rtl a.top {
    229235        float: left;
     
    235241}
    236242
     243.rtl .skiplink {
     244        /* invisible skip link, used for accessibility  */
     245        position: relative;
     246        width: 1px;
     247        height: 1px;
     248        overflow: hidden;
     249        display: block;
     250        left: 0;
     251}
     252
     253.rtl a.feed-icon-forum {
     254        float: left;
     255}
     256
    237257/**
    238258* content.css
    239259*/
     260.rtl ul.topiclist dfn {
     261        /* Labels for post/view counts */
     262        position: relative;
     263        width: 1px;
     264        height: 1px;
     265        overflow: hidden;
     266        display: block;
     267        left: 0;
     268}
     269
    240270.rtl ul.topiclist dt {
    241271        float: right;
     
    348378.rtl blockquote {
    349379        margin: 0.5em 25px 0 1px;
     380        background-position: 99% 8px;
    350381}
    351382
    352383.rtl blockquote blockquote {
    353384        /* Nested quotes */
    354         margin: 0.5em 15px 0 1px;       
     385        margin: 0.5em 15px 0 1px;
    355386}
    356387
     
    720751*/
    721752
    722 
     753/** Reference: Bug #27155 */
     754.rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
     755        position: relative;
     756}
  • trunk/forum/styles/prosilver/theme/colours.css

    r400 r702  
    460460        background-image: url("{T_THEME_PATH}/images/quote.gif");
    461461        border-color:#DBDBCE;
     462}
     463
     464.rtl blockquote {
     465        background-image: url("{T_THEME_PATH}/images/quote_rtl.gif");
    462466}
    463467
     
    787791}
    788792
     793.rtl #navigation a {
     794        background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
     795        background-position: 0 100%;
     796}
     797
    789798#navigation a:hover {
     799        background-image: none;
    790800        background-color: #aabac6;
    791801        color: #BC2A4D;
     
    862872/* PM Message history */
    863873.current {
    864         color: #999999 !important;
     874        color: #000000 !important;
     875}
     876
     877/* PM panel adjustments */
     878.pm-panel-header,
     879#cp-main .pm-message-nav {
     880        border-bottom-color: #A4B3BF;
    865881}
    866882
     
    883899}
    884900
    885 pmlist li.pm_foe_colour, .pm_foe_colour {
     901.pmlist li.pm_foe_colour, .pm_foe_colour {
    886902        border-color: #000000;
    887903}
     
    907923        border-color: #666666;
    908924        background-color: #FAFAFA;
     925        color: #000;
    909926}
    910927
  • trunk/forum/styles/prosilver/theme/common.css

    r400 r702  
    1111        font-size: 100%;
    1212        /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
    13         height: 100%;
    14         margin-bottom: 1px;
     13        height: 101%;
    1514}
    1615
     
    398397table.table1 .mark              { text-align: center; width: 7%; }
    399398table.table1 .info              { text-align: left; width: 30%; }
    400 table.table1 .info div  { width: 100%; white-space: nowrap; overflow: hidden; }
     399table.table1 .info div  { width: 100%; white-space: normal; overflow: hidden; }
    401400table.table1 .autocol   { line-height: 2em; white-space: nowrap; }
    402401table.table1 thead .autocol { padding-left: 1em; }
     
    600599}
    601600
    602 div.rules ul {
     601div.rules ul, div.rules ol {
    603602        margin-left: 20px;
    604603}
     
    612611p.rules img {
    613612        vertical-align: middle;
     613        padding-top: 5px;
    614614}
    615615
  • trunk/forum/styles/prosilver/theme/content.css

    r400 r702  
    4545ul.topiclist dfn {
    4646        /* Labels for post/view counts */
    47         display: none;
     47        position: absolute;
     48        left: -999px;
     49        width: 990px;
    4850}
    4951
     
    131133}
    132134
     135/* List in forum description */
     136dl.icon dt ol,
     137dl.icon dt ul {
     138        list-style-position: inside;
     139        margin-left: 1em;
     140}
     141
     142dl.icon dt li {
     143        display: list-item;
     144        list-style-type: inherit;
     145}
     146
    133147dd.lastpost {
    134148        width: 25%;
     
    281295}
    282296
     297.post-ignore .postbody {
     298        display: none;
     299}
     300
    283301/* Content container styles
    284302----------------------------------------*/
     
    290308        font-size: 1em;
    291309        color: #333333;
     310        padding-bottom: 1px;
    292311}
    293312
  • trunk/forum/styles/prosilver/theme/cp.css

    r400 r702  
    347347#pm-menu {
    348348        line-height: 2.5em;
     349}
     350
     351/* PM panel adjustments */
     352.pm-panel-header {
     353        margin: 0;
     354        padding-bottom: 10px;
     355        border-bottom: 1px dashed #A4B3BF;
     356}
     357
     358.reply-all {
     359        display: block;
     360        padding-top: 4px;
     361        clear: both;
     362        float: left;
     363}
     364
     365.pm-panel-message {
     366        padding-top: 10px;
     367}
     368
     369.pm-return-to {
     370        padding-top: 23px;
     371}
     372
     373#cp-main .pm-message-nav {
     374        margin: 0;
     375        padding: 2px 10px 5px 10px;
     376        border-bottom: 1px dashed #A4B3BF;
    349377}
    350378
  • trunk/forum/styles/prosilver/theme/forms.css

    r400 r702  
    317317        font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    318318        color: #000;
    319         background: #FAFAFA none repeat-x top;
     319        background: #FAFAFA none repeat-x top left;
    320320}
    321321
  • trunk/forum/styles/prosilver/theme/links.css

    r400 r702  
    11/* proSilver Link Styles
    22---------------------------------------- */
     3
     4/* Links adjustment to correctly display an order of rtl/ltr mixed content */
     5a {
     6        direction: ltr;
     7        unicode-bidi: embed;
     8}
    39
    410a:link  { color: #898989; text-decoration: none; }
     
    199205        background-position: 100% 60%;
    200206}
     207
     208/* invisible skip link, used for accessibility  */
     209.skiplink {
     210        position: absolute;
     211        left: -999px;
     212        width: 990px;
     213}
     214
     215/* Feed icon in forumlist_body.html */
     216a.feed-icon-forum {
     217        float: right;
     218        margin: 3px;
     219}
  • trunk/forum/styles/prosilver/theme/print.css

    r400 r702  
    2626
    2727img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
     28/* Display smilies (Bug #47265) */
     29.content img {
     30        display: inline;
     31}
    2832
    2933/* Container for the main body */
     
    109113
    110114/* Quote */
    111 .postquote {
     115.postquote, blockquote {
    112116        font-size: 85%;
    113117        margin: 1em 18% 1em 4%;
     
    121125.postquote span { display: block; }
    122126.postquote span .postquote { font-size: 100%; }
    123 .quote-by { font-weight: bold; }
     127.quote-by, blockquote cite {
     128        color: black;
     129        display : block;
     130        font-weight: bold;
     131}
     132
     133/* List */
     134ol, ul {
     135        margin-left: 15pt
     136}
    124137
    125138/* Misc page elements */
  • trunk/forum/styles/prosilver/theme/theme.cfg

    r400 r702  
    33#
    44# @package phpBB3
    5 # @copyright (c) 2006 phpBB Group 
    6 # @license http://opensource.org/licenses/gpl-license.php GNU Public License 
     5# @copyright (c) 2006 phpBB Group
     6# @license http://opensource.org/licenses/gpl-license.php GNU Public License
    77#
    88#
     
    1212#
    1313# Values get trimmed, if you want to add a space in front or at the end of
    14 # the value, then enclose the value with single or double quotes. 
     14# the value, then enclose the value with single or double quotes.
    1515# Single and double quotes do not need to be escaped.
    1616#
    1717# Available and used values:
    1818# parse_css_file
    19 # 
     19#
    2020
    2121# General Information about this theme
    2222name = prosilver
    2323copyright = © phpBB Group, 2007
    24 version = 3.0.4
     24version = 3.0.7
    2525
    2626# Some configuration options
    2727
    2828#
    29 # You have to turn this option on if you want to use the 
     29# You have to turn this option on if you want to use the
    3030# path template variables ({T_IMAGESET_PATH} for example) within
    3131# your css file.
  • trunk/forum/styles/prosilver/theme/tweaks.css

    r400 r702  
    6868}
    6969
     70* html li.row dl.icon dt {
     71        height: 35px;
     72        overflow: visible;
     73}
     74
    7075* html #search-box {
    7176        width: 25%;
     
    8388}
    8489
     90* html .forumbg table.table1 {
     91        margin: 0 -2px 0px -1px;
     92}
Note: See TracChangeset for help on using the changeset viewer.