Changeset 702 for trunk/forum/styles/prosilver/theme
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- Location:
- trunk/forum/styles/prosilver/theme
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/prosilver/theme/bidi.css
r400 r702 226 226 } 227 227 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 228 234 .rtl a.top { 229 235 float: left; … … 235 241 } 236 242 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 237 257 /** 238 258 * content.css 239 259 */ 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 240 270 .rtl ul.topiclist dt { 241 271 float: right; … … 348 378 .rtl blockquote { 349 379 margin: 0.5em 25px 0 1px; 380 background-position: 99% 8px; 350 381 } 351 382 352 383 .rtl blockquote blockquote { 353 384 /* Nested quotes */ 354 margin: 0.5em 15px 0 1px; 385 margin: 0.5em 15px 0 1px; 355 386 } 356 387 … … 720 751 */ 721 752 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 460 460 background-image: url("{T_THEME_PATH}/images/quote.gif"); 461 461 border-color:#DBDBCE; 462 } 463 464 .rtl blockquote { 465 background-image: url("{T_THEME_PATH}/images/quote_rtl.gif"); 462 466 } 463 467 … … 787 791 } 788 792 793 .rtl #navigation a { 794 background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif"); 795 background-position: 0 100%; 796 } 797 789 798 #navigation a:hover { 799 background-image: none; 790 800 background-color: #aabac6; 791 801 color: #BC2A4D; … … 862 872 /* PM Message history */ 863 873 .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; 865 881 } 866 882 … … 883 899 } 884 900 885 pmlist li.pm_foe_colour, .pm_foe_colour {901 .pmlist li.pm_foe_colour, .pm_foe_colour { 886 902 border-color: #000000; 887 903 } … … 907 923 border-color: #666666; 908 924 background-color: #FAFAFA; 925 color: #000; 909 926 } 910 927 -
trunk/forum/styles/prosilver/theme/common.css
r400 r702 11 11 font-size: 100%; 12 12 /* 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%; 15 14 } 16 15 … … 398 397 table.table1 .mark { text-align: center; width: 7%; } 399 398 table.table1 .info { text-align: left; width: 30%; } 400 table.table1 .info div { width: 100%; white-space: no wrap; overflow: hidden; }399 table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; } 401 400 table.table1 .autocol { line-height: 2em; white-space: nowrap; } 402 401 table.table1 thead .autocol { padding-left: 1em; } … … 600 599 } 601 600 602 div.rules ul {601 div.rules ul, div.rules ol { 603 602 margin-left: 20px; 604 603 } … … 612 611 p.rules img { 613 612 vertical-align: middle; 613 padding-top: 5px; 614 614 } 615 615 -
trunk/forum/styles/prosilver/theme/content.css
r400 r702 45 45 ul.topiclist dfn { 46 46 /* Labels for post/view counts */ 47 display: none; 47 position: absolute; 48 left: -999px; 49 width: 990px; 48 50 } 49 51 … … 131 133 } 132 134 135 /* List in forum description */ 136 dl.icon dt ol, 137 dl.icon dt ul { 138 list-style-position: inside; 139 margin-left: 1em; 140 } 141 142 dl.icon dt li { 143 display: list-item; 144 list-style-type: inherit; 145 } 146 133 147 dd.lastpost { 134 148 width: 25%; … … 281 295 } 282 296 297 .post-ignore .postbody { 298 display: none; 299 } 300 283 301 /* Content container styles 284 302 ----------------------------------------*/ … … 290 308 font-size: 1em; 291 309 color: #333333; 310 padding-bottom: 1px; 292 311 } 293 312 -
trunk/forum/styles/prosilver/theme/cp.css
r400 r702 347 347 #pm-menu { 348 348 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; 349 377 } 350 378 -
trunk/forum/styles/prosilver/theme/forms.css
r400 r702 317 317 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; 318 318 color: #000; 319 background: #FAFAFA none repeat-x top ;319 background: #FAFAFA none repeat-x top left; 320 320 } 321 321 -
trunk/forum/styles/prosilver/theme/links.css
r400 r702 1 1 /* proSilver Link Styles 2 2 ---------------------------------------- */ 3 4 /* Links adjustment to correctly display an order of rtl/ltr mixed content */ 5 a { 6 direction: ltr; 7 unicode-bidi: embed; 8 } 3 9 4 10 a:link { color: #898989; text-decoration: none; } … … 199 205 background-position: 100% 60%; 200 206 } 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 */ 216 a.feed-icon-forum { 217 float: right; 218 margin: 3px; 219 } -
trunk/forum/styles/prosilver/theme/print.css
r400 r702 26 26 27 27 img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; } 28 /* Display smilies (Bug #47265) */ 29 .content img { 30 display: inline; 31 } 28 32 29 33 /* Container for the main body */ … … 109 113 110 114 /* Quote */ 111 .postquote {115 .postquote, blockquote { 112 116 font-size: 85%; 113 117 margin: 1em 18% 1em 4%; … … 121 125 .postquote span { display: block; } 122 126 .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 */ 134 ol, ul { 135 margin-left: 15pt 136 } 124 137 125 138 /* Misc page elements */ -
trunk/forum/styles/prosilver/theme/theme.cfg
r400 r702 3 3 # 4 4 # @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 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 = prosilver 23 23 copyright = © phpBB Group, 2007 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. -
trunk/forum/styles/prosilver/theme/tweaks.css
r400 r702 68 68 } 69 69 70 * html li.row dl.icon dt { 71 height: 35px; 72 overflow: visible; 73 } 74 70 75 * html #search-box { 71 76 width: 25%; … … 83 88 } 84 89 90 * html .forumbg table.table1 { 91 margin: 0 -2px 0px -1px; 92 }
Note:
See TracChangeset
for help on using the changeset viewer.