Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Jak zmienic rozmiar TOPu w motywie Absolution ?
#1
Odpowiedz
#2
#header - zmień CSS dla tego elementu.
Dobre samopoczucie w tym tygodniu sponsoruje cytat:
Cytat:Mogę tylko tylko na prawo i lewo ale na środek nie mogę.
Odpowiedz
#3
przeszukałem każdy CSS i nic tam niema :/
mógłbys dokładniej powiedziec gdzieto jest ? może źle szukam ..
[Obrazek: 2220063400_1314564358.jpg]
Odpowiedz
#4
Szukaj w stylesheet.css albo common.css (jest w pliku style.php - jest to plik złączony z kilku). W każdym razie, jest na pewno :]
Dobre samopoczucie w tym tygodniu sponsoruje cytat:
Cytat:Mogę tylko tylko na prawo i lewo ale na środek nie mogę.
Odpowiedz
#5
Niema #header Sad


Zawartość pliku stylesheet.css
Kod PHP:
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
    Style name:        Absolution
    Based on style:    proSilver (this is the default phpBB 3 style)
    Original author:    subBlue ( http://www.subBlue.com/ )
    Modified by:     Christian Bullock ( http://www.ChristianBullock.com/ )    
    
    Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
*/

@import url("common.css");
@
import url("links.css");
@
import url("content.css");
@
import url("buttons.css");
@
import url("cp.css");
@
import url("forms.css");
@
import url("tweaks.css");
@
import url("colours.css");
@
import url("forum-width.css"); 


Zawartość pliku common.css
Kod PHP:
/* General proSilver Markup Styles
---------------------------------------- */

* {
    
/* Reset browsers default margin, padding and font sizes */
    
margin0;
    
padding0;
}

html {
    
font-size100%;
    
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
    
height101%;
}

body {
    
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    
font-familyVerdanaHelveticaArialsans-serif;
    
color#828282;
    
background-color#FFFFFF;
    /*font-size: 62.5%;             This sets the default font size to be equivalent to 10px */
    
font-size10px;
    
margin0;
}

h1 {
    
/* Forum name */
    
font-family"Trebuchet MS"ArialHelveticasans-serif;
    
margin-right200px;
    
color#FFFFFF;
    
margin-top15px;
    
font-weightbold;
    
font-size2em;
}

h2 {
    
/* Forum header titles */
    
font-family"Trebuchet MS"ArialHelveticasans-serif;
    
font-weightnormal;
    
color#3f3f3f;
    
font-size2em;
    
margin0.8em 0 0.2em 0;
}

h2.solo {
    
margin-bottom1em;
}

h3 {
    
/* Sub-headers (also used as post headers, but defined later) */
    
font-familyArialHelveticasans-serif;
    
font-weightbold;
    
text-transformuppercase;
    
border-bottom1px solid #CCCCCC;
    
margin-bottom3px;
    
padding-bottom2px;
    
font-size1.05em;
    
color#989898;
    
margin-top20px;
}

h4 {
    
/* Forum and topic list titles */
    
font-family"Trebuchet MS"VerdanaHelveticaArialSans-serif;
    
font-size1.3em;
}

{
    
line-height1.3em;
    
font-size1.1em;
    
margin-bottom1.5em;
}

img {
    
border-width0;
}

hr {
    
/* Also see tweaks.css */
    
border0 none #FFFFFF;
    
border-top1px solid #CCCCCC;
    
height1px;
    
margin5px 0;
    
displayblock;
    
clearboth;
}

hr.dashed {
    
border-top1px dashed #CCCCCC;
    
margin10px 0;
}

hr.divider {
    
displaynone;
}

p.right {
    
text-alignright;
}

/* Main blocks
---------------------------------------- */

#wrap {
    
margin0 auto;
    
padding0 0;
    
min-width650px;
}

#simple-wrap {
    
padding6px 10px;
}

#page-body {
    
margin4px 0;
    
clearboth;
}

#page-footer {
    
clearboth;
}

#page-footer h3 {
    
margin-top20px;
}

#logo {
    
floatleft;
    
widthauto;
    
padding10px 13px 0 10px;
}

a#logo:hover {
    
text-decorationnone;
}

/* Search box
--------------------------------------------- */
#search-box {
    
color#FFFFFF;
    
positionrelative;
    
margin-top30px;
    
margin-right5px;
    
displayblock;
    
floatright;
    
text-alignright;
    
white-spacenowrap/* For Opera */
}

#search-box #keywords {
    
width95px;
    
background-color#FFF;
}

#search-box input {
    
border1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
    
padding1px 5px;
}

#search-box li {
    
text-alignright;
    
margin-top4px;
}

#search-box img {
    
vertical-alignmiddle;
    
margin-right3px;
}

/* Site description and logo */
#site-description {
    
floatleft;
    
width70%;
}

#site-description h1 {
    
margin-right0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
    
background#ebebeb none repeat-x 0 0;
    
color#FFFFFF;
    
margin-bottom4px;
    
padding0 5px;
}

.
navbar {
    
background-color#ebebeb;
    
padding0 10px;
}

.
forabg {
    
background#b1b1b1 none repeat-x 0 0;
    
margin-bottom4px;
    
padding0 5px;
    
clearboth;
}

.
forumbg {
    
background#ebebeb none repeat-x 0 0;
    
margin-bottom4px;
    
padding0 5px;
    
clearboth;
}

.
panel {
    
margin-bottom4px;
    
padding0 10px;
    
background-color#f3f3f3;
    
color#3f3f3f;
}

.
post {
    
padding0 10px;
    
margin-bottom4px;
    
background-repeatno-repeat;
    
background-position1000;
}

.
post:target .content {
    
color#000000;
}

.
post:target h3 a {
    
color#000000;
}

.
bg1    background-color#f7f7f7;}
.bg2    background-color#f2f2f2; }
.bg3    background-color#ebebeb; }

.rowbg {
    
margin5px 5px 2px 5px;
}

.
ucprowbg {
    
background-color#e2e2e2;
}

.
fieldsbg {
    
/*border: 1px #DBDEE2 solid;*/
    
background-color#eaeaea;
}

span.corners-topspan.corners-bottomspan.corners-top spanspan.corners-bottom span {
    
font-size1px;
    
line-height1px;
    
displayblock;
    
height5px;
    
background-repeatno-repeat;
}

span.corners-top {
    
background-imagenone;
    
background-position0 0;
    
margin-5px;
}

span.corners-top span {
    
background-imagenone;
    
background-position1000;
}

span.corners-bottom {
    
background-imagenone;
    
background-position0 100%;
    
margin-5px;
    
clearboth;
}

span.corners-bottom span {
    
background-imagenone;
    
background-position100100%;
}

.
headbg span.corners-bottom {
    
margin-bottom: -1px;
}

.
post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
    
margin-10px;
}

.
rules span.corners-top {
    
margin-10px 5px -10px;
}

.
rules span.corners-bottom {
    
margin5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
    
displayblock;
    
margin0;
}

ul.linklist li {
    
displayblock;
    list-
style-typenone;
    
floatleft;
    
widthauto;
    
margin-right5px;
    
font-size1.1em;
    
line-height2.2em;
}

ul.linklist li.rightsidep.rightside {
    
floatright;
    
margin-right0;
    
margin-left5px;
    
text-alignright;
}

ul.navlinks {
    
padding-bottom1px;
    
margin-bottom1px;
    
border-bottom1px solid #FFFFFF;
    
font-weightbold;
}

ul.leftside {
    
floatleft;
    
margin-left0;
    
margin-right5px;
    
text-alignleft;
}

ul.rightside {
    
floatright;
    
margin-left5px;
    
margin-right: -5px;
    
text-alignright;
}

/* Table styles
----------------------------------------*/
table.table1 {
    
/* See tweaks.css */
}

#ucp-main table.table1 {
    
padding2px;
}

table.table1 thead th {
    
font-weightnormal;
    
text-transformuppercase;
    
color#FFFFFF;
    
line-height1.3em;
    
font-size1em;
    
padding0 0 4px 3px;
}

table.table1 thead th span {
    
padding-left7px;
}

table.table1 tbody tr {
    
border1px solid #cfcfcf;
}

table.table1 tbody tr:hovertable.table1 tbody tr.hover {
    
background-color#f6f6f6;
    
color#000;
}

table.table1 td {
    
color#6a6a6a;
    
font-size1.1em;
}

table.table1 tbody td {
    
padding5px;
    
border-top1px solid #FAFAFA;
}

table.table1 tbody th {
    
padding5px;
    
border-bottom1px solid #000000;
    
text-alignleft;
    
color#333333;
    
background-color#FFFFFF;
}

/* Specific column styles */
table.table1 .name        text-alignleft; }
table.table1 .posts        text-aligncenter !importantwidth7%; }
table.table1 .joined    text-alignleftwidth15%; }
table.table1 .active    text-alignleftwidth15%; }
table.table1 .mark        text-aligncenterwidth7%; }
table.table1 .info        text-alignleftwidth30%; }
table.table1 .info div    width100%; white-spacenormaloverflowhidden; }
table.table1 .autocol    line-height2emwhite-spacenowrap; }
table.table1 thead .autocol padding-left1em; }

table.table1 span.rank-img {
    
floatright;
    
widthauto;
}

table.info td {
    
padding3px;
}

table.info tbody th {
    
padding3px;
    
text-alignright;
    
vertical-aligntop;
    
color#000000;
    
font-weightnormal;
}

.
forumbg table.table1 {
    
margin-2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
    
floatleft;
    
clearleft;
    
width49%;
}

.
column2 {
    
floatright;
    
clearright;
    
width49%;
}

/* General classes for placing floating blocks */
.left-box {
    
floatleft;
    
widthauto;
    
text-alignleft;
}

.
right-box {
    
floatright;
    
widthauto;
    
text-alignright;
}

dl.details {
    
/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
    
font-size1.1em;
}

dl.details dt {
    
floatleft;
    
clearleft;
    
width30%;
    
text-alignright;
    
color#000000;
    
displayblock;
}

dl.details dd {
    
margin-left0;
    
padding-left5px;
    
margin-bottom5px;
    
color#828282;
    
floatleft;
    
width65%;
}

/* Pagination
---------------------------------------- */
.pagination {
    
height1%; /* IE tweak (holly hack) */
    
widthauto;
    
text-alignright;
    
margin-top5px;
    
floatright;
}

.
pagination span.page-sep {
    
displaynone;
}

li.pagination {
    
margin-top0;
}

.
pagination strong, .pagination b {
    
font-weightnormal;
}

.
pagination span strong {
    
padding0 2px;
    
margin0 2px;
    
font-weightnormal;
    
color#FFFFFF;
    
background-color#bfbfbf;
    
border1px solid #bfbfbf;
    
font-size0.9em;
}

.
pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
    
font-weightnormal;
    
text-decorationnone;
    
color#747474;
    
margin0 2px;
    
padding0 2px;
    
background-color#eeeeee;
    
border1px solid #bababa;
    
font-size0.9em;
    
line-height1.5em;
}

.
pagination span a:hover {
    
border-color#d2d2d2;
    
background-color#d2d2d2;
    
color#FFF;
    
text-decorationnone;
}

.
pagination img {
    
vertical-alignmiddle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
    
displayblock;
    
floatright;
    
widthauto;
    
margin-top0;
    
padding1px 0 1px 15px;
    
font-size0.9em;
    
backgroundnone 0 50no-repeat;
}

.
row .pagination span ali.pagination span a {
    
background-color#FFFFFF;
}

.
row .pagination span a:hoverli.pagination span a:hover {
    
background-color#d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
    
floatright;
    
widthauto;
    
padding-left5px;
    
margin-left5px;
    
margin-top10px;
    
text-alignright;
}

.
copyright {
    
padding5px;
    
text-aligncenter;
    
color#555555;
}

.
small {
    
font-size0.9em !important;
}

.
titlespace {
    
margin-bottom15px;
}

.
headerspace {
    
margin-top20px;
}

.
error {
    
color#bcbcbc;
    
font-weightbold;
    
font-size1em;
}

.
reported {
    
background-color#f7f7f7;
}

li.reported:hover {
    
background-color#ececec;
}

div.rules {
    
background-color#ececec;
    
color#bcbcbc;
    
padding0 10px;
    
margin10px 0;
    
font-size1.1em;
}

div.rules uldiv.rules ol {
    
margin-left20px;
}

p.rules {
    
background-color#ececec;
    
background-imagenone;
    
padding5px;
}

p.rules img {
    
vertical-alignmiddle;
    
padding-top5px;
}

p.rules a {
    
vertical-alignmiddle;
    
clearboth;
}

#top {
    
positionabsolute;
    
top: -20px;
}

.
clear {
    
displayblock;
    
clearboth;
    
font-size1px;
    
line-height1px;
    
backgroundtransparent;

Odpowiedz
#6
Pomoże Ktoś ? Sad
Odpowiedz
#7
Pobrałem i przeszukałem wszystkie pliki i jedyne co mi się nasuwa na myśl to, że Live Demo jest przestarzałe. Najprędzej jest to klasa .headerbar. Najlepiej daj linka do swojego forum to będzie można zobaczyć jak to jest u ciebie.
Odpowiedz


Podobne wątki…
Wątek: Autor Odpowiedzi: Wyświetleń: Ostatni post
  WP - jak zmienić nazwę strony głównej shift76 3 1,721 09-07-2012, 00:38
Ostatni post: kornell
  Automatyczny rozmiar obrazka lomek 5 3,231 09-06-2012, 05:12
Ostatni post: camelrafal
  Rozmiar strony TastemanPL 10 5,879 25-03-2012, 19:18
Ostatni post: Pedro84
At Tło slider wordpress - jak zmienić zapasowe90 3 3,141 09-02-2012, 04:36
Ostatni post: Pedro84
  Jak zmienić tło strony na duży obrazek w CSS ? puma 3 3,426 19-12-2011, 22:31
Ostatni post: Kartofelek

Skocz do:


Użytkownicy przeglądający ten wątek:
Sponsorzy i przyjaciele
SeoHost.pl