Forum Supportu Strona Główna Forum Supportu
czo.pl/wxv.pl

FAQFAQ  SzukajSzukaj  UżytkownicyUżytkownicy  GrupyGrupy  StatystykiStatystyki
RejestracjaRejestracja  ZalogujZaloguj  AlbumAlbum  DownloadDownload
Znalezionych wyników: 19
Forum Supportu Strona Główna
Autor Wiadomość
  Temat: Problem ze stylem edytowanym
Zertin

Odpowiedzi: 0
Wyświetleń: 6406

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-11, 13:41   Temat: Problem ze stylem edytowanym
Witam. Czy moglibyście mi ponóc, bo dałem edytowany styl i menu reklamy (czyli to po prawej) na tym stylu jest za bardzo rozszerzone i przez to powiększa mi sie szerokość forum a w niektórych miejscach jak p w jakimś z for rozszerza sie na połowe ekranu. Które z tych linijk odpowiada, za to menu reklamowe?

Kod:


/*  Adinfinitum Style Sheet
    --------------------------------------------------------------
    Style name:        Adinfinitum
    Based on style:        subSilver (the default phpBB 2.0.x style) and Adinfinitum for phpBB2
    Original author:    Mike Lothar
    Modified by: phpBB Group ( https://www.phpbb.com/ )
                                    Will Hough ( http://www.willhough.net ) and CiC and Zertin
    --------------------------------------------------------------
*/
@import url("mchat.css");
/* Layout
 ------------ */
img {
    border:0;
    }
html {
    height:100%;
    }
body {
    height:100%;
    background-color:#232323;
        background-image: url("https://cdn.discordapp.com/attachments/325776615160152064/407948915019612190/Zamek_w_Gorniczej_Dolinie_Gothic_II_by_SpY.png");
        background-size: cover;
    text-align:center;
    padding:0;
    margin:0;
    }
table {
    width:100%;
    padding:0;
    }
pre {
    color:#89b0df;
    font-size:11px;
    line-height:13px;
    text-align:left;
    padding:0 10px;
    }
form, .checkbox, input.radio, .helpline, p {
    margin:0;
    padding:0;
    border:0;
    }
input, select {
    vertical-align:middle;
    }
input.button {
    background:#343434 url('images/buttonsbg.gif') repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#F5F5F5;
    border:1px solid;
    border-color:#999 #666 #555 #888;
    padding:1px 0.5em;
    }
* html input.button {
    /*\*//*/
    padding:1px 0.5em;
    /**/   
    /*\*/padding:1px 0.5em;/* */
    width/**/:0;
    overflow/**/:visible;
    }
input.button {
    cursor:pointer !important;
    }
input.button:hover, input.button:focus {
    border:1px solid;
    border-color:#bbb #888 #777 #aaa;
    }
#forum {
    width:780px;
    height:100%;
    background-color:#000;
    margin:0 auto;
    }
.bodyline {
    width:717px;
    padding:10px 0;
    vertical-align:top;
    text-align:left;
        opacity: 0.9;
    }
#top_image {
    text-align:center;
    }
#top_image img {
    border:0;
    }
#menu {
    height:18px;
    line-height:18px;
    padding:0 3px 1px;
    }
#menu #left a {
    padding-right:10px;
    }
.menuright a {
    padding-left:10px;
    }
.mainmenu {
    line-height:18px;
    }
div.spacing {
    height:10px;
    clear:both;
    }
.postbuttons img {
    border:0;
    margin-right:10px;
    }
.pad0-0-4 {
    padding:0 0 4px;
    }
.pad0-0-10 {
    padding:0 0 10px;
    }
.pad1 {
    padding:1px;
    }
.pad4 {
    padding:4px;
    }
.pad10 {
    padding:10px;
    }
.pad25 {
    padding:25px;
    }
.pad60 {
    padding:60px;
    }
div.timezone {
    padding:0 3px;
    }
div.copyright {
    padding:5px;
    }
.quotetitle, .codetitle, .attachtitle, .downloadnoticetitle {
    margin:10px 10px 0px 10px;
    padding:10px 10px 0px 10px;
    }
.quotecontent, .codecontent, .attachcontent, .downloadnotice {
    margin:0px 10px 0px 10px;
    padding:10px 10px 10px 20px;
    }
div.hr {
    height:1px;
    background-color:#444;
    margin:5px 0;
    }
div.hr hr {
    display:none;
    }
input.post, textarea.post, select, input.postfile {
    margin:0;
    border:1px solid #666;
    background-color:#131313;
    }
input.post, textarea.post, input.postfile {
    padding:2px 3px;
    }
input.post {
    height:19px;
    }
html>body input.post {
    height:12px;
    }
.helpline {
    background-color:#232323;
    }
.postmini {
    width:25px;
    }
.postsmall {
    width:90px;
    }
.postmedium {
    width:150px;
    }
.postbig {
    width:225px;
    }
.postlarge {
    width:320px;
    }
.postbiggest {
    width:450px;
    }
.postauthor {
    color:#e7e7e7;
    font-weight:bold;
    }
.postauthor a {
    color:#e7e7e7;
    text-decoration:none;
    }
table.search td.one .postauthor a {
    color:#e7e7e7;
    }
.postauthor a:hover {
    text-decoration:underline;
    }
.block {
    display:block;
    }
.clear {
    clear:both;
    }
.left {
    float:left;
    text-align:left;
    }
.right {
    float:right;
    text-align:right;
    }
.txtcenter {
    text-align:center;
    }
.txtmiddle {
    text-align:center;
    vertical-align:middle;
    }
.txtright {
    text-align:right;
    }
.txttop {
    vertical-align:top;
    }
.txtbottom {
    vertical-align:bottom;
    }
.txtleft {
    text-align:left;
    }
td.row0, tr.row0 {
    background-color:#232323;
    }
td.row1, tr.row1 {
    background-color:#232323;
    }
td.row2, tr.row2 {
    background-color:#2b2b2b;
    }
td.row3, tr.row3 {
    height:30px;
    background-color:#333333;
    }
td, th, input, select, textarea, .message {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#f5f5f5;
    font-size:10px;
    line-height:13px;
    }
td a {
    color:#ca2023;
    text-decoration:underline;
    }
td a:hover {
    color:#ca2023;
    text-decoration:none;
    }
tr.lines_1 th .nav, tr.lines_3 th .nav, .nav {
    font-size:11px;
    line-height:13px;
    font-weight:bold;
    }
tr.lines_1 th .nav a, tr.lines_3 th .nav a, .nav a {
    color:#ca2023;
    text-decoration:none;
    }
tr.lines_1 th .nav a:hover, tr.lines_3 th .nav a:hover, .nav a:hover {
    color:#ca2023;
    text-decoration:underline;
    }
/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
    float:right;
    margin:3px;
    }
.codetitle {
    background-color:#333;
    border-top:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Courier, 'Courier New', sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#89b0df;
    font-size:11px;
    line-height:13px;
    }
.codecontent {
    background-color:#333;
    border-bottom:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Courier, 'Courier New', sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#89b0df;
    font-size:11px;
    line-height:13px;
    }
.codecontent a {
    color:#89b0df;
    text-decoration:underline;
    }
.codecontent a:hover {
    color:#89b0df;
    text-decoration:none;
    }
.quotetitle, .attachtitle {
    background-color:#333;
    border-top:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#555;
    font-size:10px;
    line-height:13px;
    }
.downloadnoticetitle {
    background-color:#ecd5d8;
    border-top:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#ca2023;
    font-size:10px;
    line-height:13px;
    }
.quotecontent {
    background-color:#333;
    border-bottom:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#d5d5d5;
    font-size:10px;
    line-height:13px;
    }
.attachcontent {
    background-color:#333;
    border-bottom:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#555;
    font-size:10px;
    line-height:18px;
    }
.quotecontent a, .attachcontent a {
    color:#555;
    text-decoration:underline;
    }
.quotecontent a:hover, .attachcontent a:hover {
    color:#555;
    text-decoration:none;
    }
.downloadnotice {
    background-color:#ecd5d8;
    border-bottom:2px solid #434343;
    border-left:2px solid #434343;
    border-right:2px solid #434343;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
    color:#9f0002;
    font-size:10px;
    line-height:13px;
    }
.edited {
    font-style:italic;
    }
tr.toplines th {
    line-height:24px;
    height:24px;
    font-weight:bold;
    text-align:center;
    border:1px solid #ddd;
    border-width:1px 0;
    padding:0 10px;
    }
tr.toplines th a {
    text-decoration:none;
    color:#ddd;
    }
tr.toplines th a:hover {
    text-decoration:underline;
    }
tr.lines_1 th {
    border:1px solid #ddd;
    border-width:1px 0;
    padding:5px 2px 6px;
    }
tr.lines_3 th {
    border:1px solid #ddd;
    border-width:1px 0;
    padding:3px 2px;
    }
table.index_body td.one img {
    width:46px;
    height:25px;
    }
table.index_body td.one {
    padding:4px;
    text-align:center;
    }
table.index_body td.two {
    padding:4px;
    width:100%;
    }
table.index_body td.three {
    padding:4px;
    text-align:center;
    white-space:nowrap;
    }
table.index_body_icons td img {
    vertical-align:middle;
    }
table.index_body_icons td {
    white-space:nowrap;
    text-align:center;
    }
table.whoisonline td.one img {
    width:46px;
    height:25px;
    }
table.whoisonline td.one {
    padding:4px;
    text-align:center;
    }
table.whoisonline td.two {
    padding:4px;
    width:100%;
    }
table.whoisonline td.three {
    padding:4px;
    text-align:center;
    white-space:nowrap;
    }
table.whoisonline_icons td img {
    vertical-align:middle;
    }
table.whoisonline_icons td {
    white-space:nowrap;
    text-align:center;
    }
table.groupcp td.one {
    padding:4px 7px;
    width:150px;
    height:26px;
    }
table.groupcp td.two {
    padding:4px 5px 4px 4px;
    }
table.groupcp td.three {
    padding:4px 7px;
    height:26px;
    }
table.memberlist td.one {
    padding:3px;
    height:30px;
    }
table.memberlist th a {
    text-decoration:none;
    color:#ddd;
    }
table.memberlist th a:hover {
    text-decoration:none;
    color:#ca2023;
    }
table.memberlist td.row3 {
    height:20px;
    }
table.modcp td.one img {
    width:19px;
    height:18px;
    }
table.modcp td.one {
    padding:4px;
    text-align:center
    }
table.modcp td.two {
    padding:8px 4px;
    width:100%;
    }
table.modcp td.three {
    padding:4px;
    text-align:center;
    white-space:nowrap;
    }
table.modcp td.four {
    padding:4px;
    white-space:nowrap;
    width:150px;
    }
table.modcp td.five {
    padding:4px;
    }
table.modcp td.six {
    padding:4px 7px;
    vertical-align:top;
    font-weight:bold;
    text-align:left;
    width:150px;
    height:100px;
    }
table.modcp td.seven {
    padding:4px 7px;
    vertical-align:top;
    text-align:left;
    width:470px;
    }
table.modcp td.eight {
    padding:4px 7px;
    }
table.modcp td.nine {
    padding:4px 7px;
    height:18px;
    line-height:18px;
    }
table.modcp tr.toplines th {
    line-height:14px;
    height:24px;
    font-weight:bold;
    text-align:center;
    border:1px solid #ddd;
    border-width:1px 0;
    padding:0 10px;
    }
table.posting_body td.one {
    padding:4px 7px;
    width:150px;
    height:26px;
    }
table.posting_body td.two {
    padding:4px 5px 4px 4px;
    }
table.posting_body td.three {
    padding:4px 7px;
    vertical-align:top;
    width:150px;
    }
table.posting_body td.four {
    padding:4px 5px 4px 4px;
    vertical-align:top;
    }
table.posting_body td.four div {
    padding-bottom:3px;
    }
table.posting_body td.five {
    padding:4px 7px;
    }
table.posting_body td.six {
    padding:4px 7px;
    height:130px;
    }
table.posting_body td.seven {
    padding:4px 5px 4px 4px;
    vertical-align:top;
    }
table.posting_body td.eight {
    padding:4px 7px;
    vertical-align:top;
    font-weight:bold;
    width:135px;
    text-align:left;
    }
table.posting_body td.nine {
    padding:4px 7px 10px;
    vertical-align:top;
    text-align:left;
    }
table.privmsgs td.one img {
    width:19px;
    height:18px;
    }
table.privmsgs td.one {
    padding:4px;
    text-align:center;
    }
table.privmsgs td.two {
    padding:8px 4px;
    width:100%;
    }
table.privmsgs td.three {
    padding:4px;
    text-align:center;
    white-space:nowrap;
    }
table.profile td.one {
    padding:4px 7px;
    width:50%;
    height:26px;
    }
table.profile td.two {
    padding:4px 5px 4px 4px;
    }
table.profile td.three {
    padding:4px 7px;
    height:26px;
    }
table.profile_view_body tr {
    height:18px;
    }
table.viewtopic td.one {
    padding:4px 7px;
    font-weight:bold;
    }
table.viewtopic td.two {
    padding:4px 5px 4px 2px;
    height:20px;
    }
table.viewtopic td.three {
    padding:4px 7px;
    vertical-align:top;
    width:150px;
    }
table.viewtopic td.four {
    padding:2px 5px 4px;
    vertical-align:top;
    height:130px;
    }
table.viewtopic td.four table {
    width:560px;
    }
table.viewtopic td.five {
    padding:4px 7px;
    height:18px;
    line-height:18px;
    }
table.viewtopic td.six {
    padding:4px 5px;
    }
.postedited, .postapprove, .postreported {
    border:2px solid #ffcccc;
    background-color:#232323;
    padding:2px;
    width:100%;
    color:#ca2023;
    font-size:10px;
    line-height:13px
    }
table.viewforum td.one img {
    width:20px;
    height:18px
    }
table.viewforum td.one {
    padding:4px;
    text-align:center
    }
table.viewforum td.two {
    padding:4px;
    width:100%;
    }
table.viewforum td.three {
    padding:4px;
    text-align:center;
    white-space:nowrap;
    }
.forumrules {
    border:1px solid #ffcccc;
    background-color:#232323;
    padding:4px;
    width:100%;
    color:#ca2023;
    font-size:10px;
    line-height:13px;
    }
table.forumicons {
    width:0;
    }
table.forumicons td {
    white-space:nowrap;
    }
table.forumicons td img {
    width:19px;
    height:18px
    }
table.search td.zero {
    padding:1px;
    }
table.search td.one {
    padding:4px 7px;
    width:50%;
    vertical-align:top;
    }
table.search td.one a {
    text-decoration:none;
    color:#ca2023;
    }
table.search td.one a:hover {
    text-decoration:underline;
    }
table.search td.two {
    padding:4px 7px;
    }
table.search td.two a {
    text-decoration:none;
    }
table.search td.two div {
    padding-top:3px;
    }
table.search td.three {
    padding:4px 7px;
    text-align:right
    }
table.searchresults td.zero {
    padding:1px;
    }
table.searchresults td.one {
    padding:4px 7px;
    width:150px;
    vertical-align:top;
    }
table.searchresults td.one a {
    text-decoration:none;
    color:#ca2023;
    }
table.searchresults td.one a:hover {
    text-decoration:underline;
    }
table.searchresults td.two {
    padding:4px 7px;
    }
table.searchresults td.two a {
    text-decoration:none;
    }
table.searchresults td.two div {
    padding-top:3px;
    }
table.searchresults td.seven img {
    width:19px;
    height:18px;
    }
table.searchresults td.seven {
    padding:4px;
    text-align:center;
    width:5%;
    }
table.searchresults td.eight {
    padding:4px;
    width:40%;
    }
table.searchresults td.nine {
    padding:4px;
    text-align:center;
    width:5%;
    }
table.searchresults td.ten {
    padding:4px;
    text-align:center;
    white-space:nowrap;
    width:20%;
    }
table.searchresults td.eleven {
    padding:4px;
    text-align:center;
    width:20%;
    }
table.simple_header {
    background-color:#000;
    height:100%;
    }
table.simple_header td {
    vertical-align:top;
    }
table.viewonline td.one {
    padding:8px 4px;
    }
table.viewonline td.two {
    padding:8px 4px;
    text-align:center;
    }
h2 {
    font-size:11px;
    line-height:26px;
    height:26px;
    font-weight:bold;
    color:#ca2023;
    margin:0;
    padding:0 4px;
    }
h3 {
    font-size:11px;
    line-height:13px;
    font-weight:bold;
    text-decoration:none;
    color:#ca2023;
    margin:0;
    }
h4 {
    font-size:10px;
    }
h2 a, h3 a {
    text-decoration:none;
    color:#ca2023;
    }
h2 a:hover, h3 a:hover, .copyright a:hover {
    color:#ca2023;
    text-decoration:underline;
    }
.mainmenu a, tr.lines_1 th a, tr.lines_3 th a, .timezone a, .copyright a, .blacklink a {
    color:#F5F5F5;
    text-decoration:none;
    }
.mainmenu a:hover, tr.lines_1 th a:hover, tr.lines_3 th a:hover, .timezone a:hover, .blacklink a:hover {
    color:#F5F5F5;
    text-decoration:underline;
    }
.copyright {
    text-align:center;
    letter-spacing:-1px;
    }

body
{ background-color: #000000;
   background-image: url("https://cdn.discordapp.com/attachments/325776615160152064/407948915019612190/Zamek_w_Gorniczej_Dolinie_Gothic_II_by_SpY.png");
   background-size: cover;
   background-attachment: fixed;
   background-repeat: repeat;
  Temat: Jak poszerzyć Shoutbox?
Zertin

Odpowiedzi: 1
Wyświetleń: 4267

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-10, 21:15   Temat: Jak poszerzyć Shoutbox?
Jak w temacie. :/
  Temat: Najczęściej zadawane pytania
Zertin

Odpowiedzi: 52
Wyświetleń: 110275

PostForum: FAQ   Wysłany: 2018-02-04, 19:04   Temat: Najczęściej zadawane pytania
Ale to by ułatwiło bardzo tworzenie forum, nawet jakbyście mieli pracować nad tym parę lat to by sie opłacało.
  Temat: Najczęściej zadawane pytania
Zertin

Odpowiedzi: 52
Wyświetleń: 110275

PostForum: FAQ   Wysłany: 2018-02-04, 04:50   Temat: Najczęściej zadawane pytania
Czy pracujecie już nad dostępem do FTP?
  Temat: Ikony działów
Zertin

Odpowiedzi: 16
Wyświetleń: 21844

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-04, 04:47   Temat: Ikony działów
Dobra zadziałało na następny dzień xD
  Temat: Ikony działów
Zertin

Odpowiedzi: 16
Wyświetleń: 21844

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-03, 02:47   Temat: Ikony działów
Tak
  Temat: Ikony działów
Zertin

Odpowiedzi: 16
Wyświetleń: 21844

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-02, 19:55   Temat: Ikony działów
Nie mam tej opcji.
  Temat: Ikony działów
Zertin

Odpowiedzi: 16
Wyświetleń: 21844

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-02, 16:22   Temat: Ikony działów
Gdzie mam szukac tych opcji?
  Temat: Ikony działów
Zertin

Odpowiedzi: 16
Wyświetleń: 21844

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-02, 02:41   Temat: Ikony działów
No ten co napisałem.
  Temat: Ikony działów
Zertin

Odpowiedzi: 16
Wyświetleń: 21844

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-02, 01:45   Temat: Ikony działów
Ja z tym samym problemem. Nie działa mi link.

Kod:

https://cdn.discordapp.com/attachments/325776615160152064/387185075479117824/FB_IMG_1512382244864.jpg
  Temat: Przeszkadzający napis "Moderatorzy"
Zertin

Odpowiedzi: 0
Wyświetleń: 3718

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-02-02, 01:16   Temat: Przeszkadzający napis "Moderatorzy"
Jak sie pozbyć tego napisu? Jak sie da to gdzie znaleźć tą opcje?

Kod:

https://cdn.discordapp.com/attachments/325776615160152064/408778633579069460/Screenshot_2018-02-02-01-13-28-1.png
  Temat: Menu boczne?
Zertin

Odpowiedzi: 11
Wyświetleń: 12016

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-01-31, 20:10   Temat: Menu boczne?
Mich@ł napisał/a:
Spróbuj dać tak:
Kod:
   background-image: url("https://cdn.discordapp.com/attachments/325776615160152064/407948915019612190/Zamek_w_Gorniczej_Dolinie_Gothic_II_by_SpY.png");


Cytat:
2. i pytanie w temacie menu bocznego.
zrobiłem do niego pole ale nie moge teraz go edytować

Zmień styl i powinna Ci się na tej liście pojawić opcja "[edytuj]".


Dzięki już jest ok z tym tłem.
a z tym drugim już sobie poradziłem musiałem zbadac w przeglądarce google chrom i znaleźć linijke odpowiedzialną za to i dałem tam text i weszłem w linka edycji.
i to było w Panelu Administracyjnym więc nie da sie tam stylu zmienić.
  Temat: Menu boczne?
Zertin

Odpowiedzi: 11
Wyświetleń: 12016

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-01-31, 19:20   Temat: Menu boczne?
Tu cały styl


Kod:
/*
  The original LightBlueBG Templates for phpBB by przemo version 1.12.6.
  Created by Gnacio.
  http://www.gnacio.bee.pl
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background: url(images/bg.gif);
margin: 4px;

 background-image: url('https://cdn.discordapp.com/attachments/325776615160152064/407948915019612190/Zamek_w_Gorniczej_Dolinie_Gothic_II_by_SpY.png');
   background-size: width: 1380; height: 2732;
}


/* General font families for common tags */
font,th,td,p            { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td            { font-size : 12px; color : #ffffff; }
a:link,a:active,a:visited    {font-size: 12px; color : #ffffff; }
a:hover            { text-decoration: underline; color : #000000; }
hr                { height: 0px; border: solid #000000 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline
{ opacity: 0.8; border: 0px #953164 solid;}

/* This is the outline round the main forum tables */
.forumline {  }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #000000; opacity: 1;}
td.row2 { background-color: #000000; opacity: 1;}
td.row3 { background-color: #000000; opacity: 1;}
td.row_helped { background-color: #000000;}

/*
    This is for the table cell above the Topics, Post & Last posts on the index.php page
    By default this is the fading out gradiated silver background.
    However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #000000; opacity: 0;
background-image: url('images/cellpicx.gif');
background-repeat: repeat; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color:            #00000; font-size: 10px; font-weight: bold;
background-color:    #333300; height: 27px;
background-image:    url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpicx.gif);
background-color:#b4b4b4; border: #ffffff; border-style: solid; height: 28px;
}

/*
    Setting additional nice inner borders for the main table cells.
    The names indicate which sides the border will be on.
    Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom
{
 color: #b4b4b4;background-color: #000000; background-image: url('images/cellpicx.gif'); height: 22px;
}
td.catHeadSB { background-color: #000000; background-image: url('images/cellpic3.gif'); height: 22px; color: #b4b4b4;}
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #000000; height: 28px;
}

th.thCornerL,th.thTop,th.thCornerR {color: #b4b4b4; font-size: 70%; font-weight: bold; background-color: #000000; background-image: url('images/cellpic3.gif'); height: 28px; }

td.row3Right,td.spaceRow { background-color: #131313; border: #000000; border-style: solid; }

th.thHead,td.catHead            { font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px; }
th.thLeft,td.catLeft            { border-width: 0px; }
th.thBottom,td.catBottom        { border-width: 0px; }
th.thTop                { border-width: 0px; }
th.thCornerL                { border-width: 0px; }
th.thCornerR                { border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen                        { font-size : 12px; }
.genmed                    { font-size : 11px; }
.gensmall                    { font-size : 10px; }
.gen,.genmed,.gensmall            { color : #b4b1b1; }
a.gen,a.genmed,a.gensmall            { color: #b4b4b4; text-decoration: none;}
a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #745678; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu        { font-size : 11px; color : #ffffff }
a.mainmenu        { text-decoration: none; color : #b4b4b4; }
a.mainmenu:hover    { text-decoration: underline; color : #b4b4b4; }

/* Forum category titles */
.cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #b4b4b4}
a.cattitle        { text-decoration: none; color : #b4b4b4; }
a.cattitle:hover    { text-decoration: underline; }

.cattitleSB            { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #b4b4b4}
a.cattitleSB        { text-decoration: none; color : #b4b4b4; }
a.cattitleSB:hover    { text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink        { font-weight: bold; font-size: 12px; color : #b4b4b4; }
a.forumlink        { text-decoration: none; color : #b4b4b4; }
a.forumlink:hover    { text-decoration: underline; color : #b4b4b4; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav        { font-weight: bold; font-size: 11px; color : #ffffff;}
a.nav    { text-decoration: none; color : #b4b4b4; }
a.nav:hover    { text-decoration: underline; }
.nav1 { height: 23px; width: 780px; vertical-align: middle; background: #272829; padding: 0; margin: 0; }
.nav_top { color: #d6d6d6; padding: 5; margin: 0; background: url(images/cellpic3.gif); height: 13px;}
.nav_top li {  color: #d6d6d6; float: center; display: inline; }   
.nav_top a:link, .nav_top a:visited { float: center; font-size: 11px;  font-weight: bold;    padding: 4px 8px 6px 8px; text-decoration: none; color: #b4b4b4; }
.nav_top a:link.active, .nav_top a:visited.active, .nav_top a:hover { color: #d6d6d6; background: url(images/cellpic5.gif); }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #b4b4b4; }
a.topictitle:link    { text-decoration: none; color : #b4b4b4; }
a.topictitle:visited    { text-decoration: none; color : #b4b4b4; }
a.topictitle:hover    { text-decoration: underline; color : #b4b4b4; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails        { font-size : 13px; color : #b4b1b1; }

/* The content of the posts (body of text) */
.postbody        { font-size : 12px; line-height: 12px }
a.postlink:link    { text-decoration: none; color : #b4b4b4 }
a.postlink:visited    { text-decoration: none; color : #5493B4; }
a.postlink:hover    { text-decoration: underline; color : #DD6900 }

/* Quote & Code blocks */
.code {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #e9e9e9; line-height: 125%;
    background-color: #131313; border: #6D6D6D; border-style: dashed;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #e9e9e9; line-height: 125%;
    background-color: #131313; border: #6D6D6D; border-style: dashed;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright        { font-size : 10px; color: #444444; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright        { text-decoration: none; color : #9b9b9b; }
a.copyright:hover    { text-decoration: underline; color : #b4b4b4; }

/* Form elements */

form { margin: 0; }
form { display: inline; }

input,textarea, select {
font: normal 11px Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #112233; background-color: #131313; border: 0px; font-weight: normal; cursor:    pointer;
}

/* The text input fields background colour */
input.post, textarea.post, select            { border: 1px #ffffff dashed; font-size: 11px; color: #fafafa; background-color: #131313; border: 0px; font-weight: normal; cursor:    pointer;}
input.post2, textarea.post2, select    { background-color : #DEE3E7; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fafafa; background-color: #131313; border: 0px; font-weight: normal; cursor:    pointer;}
input                        { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
font-size:        11px; font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fafafa;
background-color:    #131313;
border: 0px;
font-weight:        normal;
cursor:            pointer;
}

/* The main submit button option */
input.mainoption {
background-color:    #000000;
color: #fefefe;
font-weight:        bold;
cursor:            pointer;
}

/* None-bold submit button */
input.liteoption {
color: #fafafa;
background-color:    #131313;
border: 0px;
font-weight:        normal;
cursor:            pointer;
}

/* This is the line in the posting page which shows the rollover
    help line. This is actually a text box, but if set to be the same
    colour as the background no one will know ;)
*/
.helpline { background-color: #000000; border-style: none; }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #000000 url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #875478 url(images/cellpic_nav.gif) repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 }

.table0
{
    padding: 4px;
    border-bottom: 1px solid #112233;
    border-left: 1px solid #112233;
    font-size : 10px;
}

.sb1 { background: url('images/hr.gif'); }
.sb2 { background: url('images/hr.gif'); }

/* Podziel się na */
.shareon {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}
.shareon:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.pagination {
    color: #666;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    padding-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
    background-color: #131313;
    color: #e9e9e9;
    border-color: #112233;
    border: #112233 1px solid;
    padding: 1px;
    text-decoration: none;
}
.pagination a:hover {
    background-color: #000000;
    color: #fff;
    border-color: #112233;
    border: #112233 1px solid;
    text-decoration: none;
    padding: 1px;
}
body
{ background-color: #000000;
   background-image: url('https://cdn.discordapp.com/attachments/325776615160152064/407948915019612190/Zamek_w_Gorniczej_Dolinie_Gothic_II_by_SpY.png');
   background-size: cover;
   background-attachment: fixed;
   background-repeat: repeat;

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");


2. i pytanie w temacie menu bocznego.
zrobiłem do niego pole ale nie moge teraz go edytować
  Temat: Menu boczne?
Zertin

Odpowiedzi: 11
Wyświetleń: 12016

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-01-31, 14:08   Temat: Menu boczne?
Nie chce robić nowego tematu więc tu sie sptyam..
Bo edytowałem styl i wszystko jest ok, ale jak wchodze w temat, to tło zamiast mieć tło z forum to ma kolor tylko. Da się to jakoś naprawić?
  Temat: Reputacja
Zertin

Odpowiedzi: 1
Wyświetleń: 4195

PostForum: czo.pl [Problemy/Pytania]   Wysłany: 2018-01-31, 02:56   Temat: Reputacja
Witam. Chciałbym się spytać czy da się w jakiś sposób dodać punkty reputacji do swojego forum?
tak jak jest na innych forach o grach lub modingu.
coś tego typu:
 
Strona 1 z 2
Skocz do:  

Powered by phpBB modified by Przemo © 2003 phpBB Group
Ta strona używa plików cookie w celu usprawnienia i ułatwienia dostępu do serwisu oraz prowadzenia danych statystycznych. Dalsze korzystanie z tej witryny oznacza akceptację tego stanu rzeczy.

Zapoznaj się również z nasza Polityka Prywatnosci

  
ROZUMIEM
Strona wygenerowana w 0.27 sekundy. Zapytań do SQL: 15

Reklama

Baza przepisów kulinarnych
System reklamy Test