Changeset 702 for trunk/forum/styles/subsilver2/theme
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- Location:
- trunk/forum/styles/subsilver2/theme
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/subsilver2/theme/stylesheet.css
r400 r702 35 35 36 36 #wrapheader { 37 min-height: 120px;38 37 height: auto !important; 39 height: 120px;40 /* background-image: url('./images/background.gif');41 background-repeat: repeat-x;*/42 /* padding: 0 25px 15px 25px;*/43 38 padding: 0; 44 39 } … … 63 58 64 59 #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; 69 65 } 70 66 … … 228 224 .postapprove img, .postreported img { 229 225 vertical-align: bottom; 226 padding-top: 5px; 230 227 } 231 228 … … 383 380 /* Links 384 381 ------------ */ 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 385 389 a:link { 386 390 color: #006597; -
trunk/forum/styles/subsilver2/theme/theme.cfg
r400 r702 3 3 # 4 4 # @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 7 7 # 8 8 # … … 12 12 # 13 13 # 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. 15 15 # Single and double quotes do not need to be escaped. 16 16 # 17 17 # Available and used values: 18 18 # parse_css_file 19 # 19 # 20 20 21 21 # General Information about this theme 22 22 name = subsilver2 23 23 copyright = © phpBB Group, 2003 24 version = 3.0. 424 version = 3.0.7 25 25 26 26 # Some configuration options 27 27 28 28 # 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 30 30 # path template variables ({T_IMAGESET_PATH} for example) within 31 31 # your css file.
Note:
See TracChangeset
for help on using the changeset viewer.