News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

HELP!!!

Started by bigi_18, December 08, 2006, 10:36:56 PM

Previous topic - Next topic

Mile

#1
Ako misliš a horizontalni scroll, probaj smanjit sliku u signature-u.

EDIT: Nisam dobro gledao, jutro je još... Mislio sam reći ova slikica BBB plave boje ti je prevelika, zato se ekran "raširio"

MarkoWeb

Mogo si da kazes u cemu je problem, a ne da mi bacamo pasulj da bi saznali sta si ti mislio...

bigi_18

Ja nebi htio da slika ide van prozora foruma,nego ako je prevelika onda da da se samo pomakne u lijevo i vidi se cijela slika a ne onako kao na linku  :(
____________________________________________________________________________________________
Evo baš bi htjeo ovako kao što je sad u ovom postu!!!


MarkoWeb

kod mene je sve kako treba, evo ti slika kako izgleda tvoj forum kod mene...


bigi_18

Quote from: Marko_ on December 09, 2006, 09:18:37 AM
kod mene je sve kako treba, evo ti slika kako izgleda tvoj forum kod mene...



a koja ti je rezolucija?

Bernard T.

Quote from: bigi_18 on December 08, 2006, 10:36:56 PM
kako ovo riješit da mi neide preko???

http://cro-hacker.com/forum/index.php?topic=265.msg13580#msg13580

mislim da je problem u CSS-u tvoje teme. Otvori CSS datoteku koja se nalazi u direktoriju tvoje teme (većinom style.css) i pronađi definiciju klase "post", dakle nešto kao :
.post
{
....
....
....
}


i između vitičastih zagrada unesi slijedeće definicije : "width: 100%; overflow: auto;", te bi nakon toga trebalo izgledati ovako:
.post
{
width: 100%;
overflow: auto;
}

://#  Orion | Federation Servers | Info Sector


bigi_18

Quote from: Bernard T. on December 09, 2006, 11:18:48 AM
Quote from: bigi_18 on December 08, 2006, 10:36:56 PM
kako ovo riješit da mi neide preko???

http://cro-hacker.com/forum/index.php?topic=265.msg13580#msg13580

mislim da je problem u CSS-u tvoje teme. Otvori CSS datoteku koja se nalazi u direktoriju tvoje teme (većinom style.css) i pronađi definiciju klase "post", dakle nešto kao :
.post
{
....
....
....
}


i između vitičastih zagrada unesi slijedeće definicije : "width: 100%; overflow: auto;", te bi nakon toga trebalo izgledati ovako:
.post
{
width: 100%;
overflow: auto;
}



to nema u temama 1.1 RC3,i nemogu to promjenit to tek ima na SMF 1.1 , ipak svima hvala

Bernard T.

Quote from: bigi_18 on December 09, 2006, 04:50:48 PM
to nema u temama 1.1 RC3,i nemogu to promjenit to tek ima na SMF 1.1 , ipak svima hvala

ima sigurno. Ako u CSSu tvoje teme ne postoji ta klasa onda je samo dodaj na kraj CSS-a, ovako :
.post
{
width: 100%;
overflow: auto;
}
://#  Orion | Federation Servers | Info Sector

bigi_18

nepostoji i kad ubacim na zadnje ništa se ne desi,evo css coda pa mi molim te napravi  ;)


/* Normal, standard links. */
a:link, a:visited
{
   color: #005177;
   background-color: transparent;
   text-decoration: none;
}
a:hover
{
   color: #cc3333;
   background-color: transparent;
   text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   color: #000000;
   background-color: transparent;
   text-decoration: none;
}
a.nav:hover
{
   font-weight: bold;
   color: #cc3333;
   background-color: transparent;
   text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
   empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
   color: #000000;
   font-size: small;
   font-family: verdana, sans-serif;
    margin: 0px;
    background-color: #EEF4F9
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
   font-size: 9pt;
   color: #000000;
   font-family: verdana, sans-serif;
   background-color: #DCE6EF;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
   background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
   font-size: 8pt;
   font-weight: normal;
   color: #000000;
   font-family: verdana, sans-serif;
   background-color: #DBE4EE;
}

/* Standard horizontal rule.. */
hr
{
   color: #6394bd;
   background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
   height: 1px;
   border: 0;
   color: #6394bd;
   background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
   color: #000000;
   background-color: #dee7ef;
   border: 1px solid black;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
   color: #000000;
   background-color: #cccccc;
   border: 1px solid black;
   margin: 1px;
   padding: 1px;
   font-size: x-small;
   line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: x-small;
   line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
   cursor: help;
   background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
   color: red;
   background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
   width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
   background-color: yellow;
   font-weight: bold;
   color: black;
}

/* Alternating backgrounds... */
.windowbg
{
   color: #000000;
   background-color: #DBE7F0;
}
.windowbg2
{
   color: #000000;
   background-color: #EEF4F9;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
   font-weight: bold;
   font-style: normal;
   color: #ffffff;
   background-color: #6e94b7;
}
.titlebg a:hover, .titlebg2 a:hover
{
   color: #ffffff;
   text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
   font-weight: bold;
   background-color: #afc6db;
   background-image: url(images/catbg.gif);
   color: #000000;
}

/* The borders around things. */
.bordercolor
{
   background-color: #6394bd;
}
.tborder
{
   border: 1px solid #6394bd;
}

/* For the menu bar */
.menubarbutton, .p , .a
{
    background-repeat: no-repeat;
    text-align: center;
    color: #486F8E;
    cursor: pointer;
}

/* For the menu bar */
.menubarnews, .p
{
    background-color: #EEF4F9;
    margin: 5px;
    text-align: left;
    color: #486F8E;
}
/* For the menu bar */
.menubartime, .p
{
    background-color: #EEF4F9;
    margin: 5px;
    text-align: right;
    color: #486F8E;
}

/* For the menu bar */
.userbar
{
    text-align: left;
    color: #486F8E;
    background-color: #DBE7F0;
    margin: 100px;
}

.userbar, .p
{
    margin: 5px;
}

.userbarbutton
{
  border-color: #78A6C7;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}

.userbarbutton:hover
{
   border-color: #3C6C91;
   color: #3C6C91;
}

.userbarright, .p
{
    margin: 5px;
}



/* Default font sizes. */
.smalltext
{
   font-size: x-small;
}
.normaltext
{
   font-size: small;
}
.largetext
{
   font-size: large;
}
/* No image should have a border when linked */
a img{
   border: 0;
}

Advertisement: