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

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/subsilver2/theme/stylesheet.css

    r400 r702  
    3535
    3636#wrapheader {
    37         min-height: 120px;
    3837        height: auto !important;
    39         height: 120px;
    40 /*      background-image: url('./images/background.gif');
    41         background-repeat: repeat-x;*/
    42 /*      padding: 0 25px 15px 25px;*/
    4338        padding: 0;
    4439}
     
    6358
    6459#logodesc {
    65         margin-bottom: 5px;
    66         padding: 5px 25px;
    67         background: #D9DFE4;
    68         border-bottom: 1px solid #4787A7;
     60        background-color: #C1CAD2;
     61        background-image: url('./images/background.gif');
     62        background-repeat: repeat-x;
     63        background-position: center bottom;
     64        padding: 0 25px 15px 25px;
    6965}
    7066
     
    228224.postapprove img, .postreported img {
    229225        vertical-align: bottom;
     226        padding-top: 5px;
    230227}
    231228
     
    383380/* Links
    384381 ------------ */
     382
     383/* Links adjustment to correctly display an order of rtl/ltr mixed content */
     384.rtl a {
     385        direction: rtl;
     386        unicode-bidi: embed;
     387}
     388
    385389a:link {
    386390        color: #006597;
  • trunk/forum/styles/subsilver2/theme/theme.cfg

    r400 r702  
    33#
    44# @package phpBB3
    5 # @copyright (c) 2005 phpBB Group 
    6 # @license http://opensource.org/licenses/gpl-license.php GNU Public License 
     5# @copyright (c) 2005 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 = subsilver2
    2323copyright = © phpBB Group, 2003
    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.
Note: See TracChangeset for help on using the changeset viewer.