We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Confusing CSS!; ZetaBoards
Topic Started: Mar 4 2007, 08:46 PM (1,034 Views)
dscuber9000
Member Avatar
Member
[ *  *  *  * ]
Has anyone else looked at the CSS in the Zeta Beta yet? I can already sense that I'm not going to have a fun time working with that for a new skin. Especially multiple skins for the skin chooser. Hopefully that Easy CSS Editor will be... easy. :shifty:

Anyway, I'm looking through the "Advanced CSS" and I tried editing a few things to get the background to change color. Just to get an idea of where I can start on a skin. But I just can't find it. Can we not edit the skin on the Zeta Beta, or am I just not looking in the right place? It's really beginning to bug me.
Offline Profile Quote Post Goto Top
 
Dyegov
Member Avatar
D . r . e . a . m . i . n . g
[ *  *  *  *  *  * ]
Nicola said they might not be editable at the moment, but they will be later on. It seems difficult because it is long, and everything is named different, but actually it is easier, because now you can modify almost everything separately :)
Offline Profile Quote Post Goto Top
 
Mysticwizard2005
Member Avatar
Graphics Wizard
[ *  *  *  * ]
I looked myself and I'm not a stranger to skinning IF but this looks like a long process :S
Offline Profile Quote Post Goto Top
 
Stephen
Member Avatar
Twilight is upon me, and soon night must fall.

Mysticwizard2005
March 4, 2007 10:45 PM
I looked myself and I'm not a stranger to skinning IF but this looks like a long process :S

Nicola's CSS guide is already looking amazing. So I wouldn't get too concerned yet.
Offline Profile Quote Post Goto Top
 
Mysticwizard2005
Member Avatar
Graphics Wizard
[ *  *  *  * ]
Thanks Stephen. Any idea when it will be available? I'd like to start reading it as soon as it's ready. :)
Offline Profile Quote Post Goto Top
 
RoguePw25
Member Avatar
Harry Potter Fan
[ *  *  * ]
Where' is Nicola's Guide? I'd like to see it so I can use it.
Offline Profile Quote Post Goto Top
 
Kezzie
Member Avatar
Elle the elephant
[ *  *  *  *  *  *  * ]
Nic's CSS Doc

However.. the page is still under construction.
Offline Profile Quote Post Goto Top
 
RoguePw25
Member Avatar
Harry Potter Fan
[ *  *  * ]
Kezzie
March 4, 2007 11:49 PM
Nic's CSS Doc

However.. the page is still under construction.

Okay thanks!
Offline Profile Quote Post Goto Top
 
shredded.carrot
Member
[ * ]
What are you people talking about, I have already started making a skin and it's not that hard, they are under similar titles as IF and they have headings. Guess and check! It's what I have been doing and it works great!
Offline Profile Quote Post Goto Top
 
Dyegov
Member Avatar
D . r . e . a . m . i . n . g
[ *  *  *  *  *  * ]
Kezzie
March 4, 2007 11:49 PM
Nic's CSS Doc

However.. the page is still under construction.

Even if not completed, that will help a lot. Thanks :)
Offline Profile Quote Post Goto Top
 
Nicola-ZNS
.....
[ *  *  *  *  *  *  *  *  * ]
You can edit them by making a new Theme Set, as the three style sheets, wrappers and image sets pop up when you try. However atm you can't directly edit them.

It may seem confusing, but.. *gets smaller font to make sure the page doesn't explode*

Quote:
 



/*********************
*** MACROS **********
*********************/
.l {
text-align:left;
}

.c {
text-align: center;
}

.r {
text-align: right;
}

.left {
float: left;
}

.right {
float: right;
}
/**********************
*** STYLISTIC CSS ****
**********************/
/*** General Styles ***/
html,body {
background:#5a70b3;
font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:93.3%;
}

a {
color:#e77700;
text-decoration:none;
}
a:hover {
color:#fb8a00;
text-decoration:none;
}

hr {
color:#5a70b3;
background-color:#5a70b3;
}

table {
background:#f0f0f0;
}
th,td {
border:1px solid #e5e5e5;
}
th {
background:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #fafafa;
color:#777;
font-weight:400;
}
td {
background:#fafafa;
color:#333;
}
th a, th a:hover {
color:#777;
font-weight:700;
}

/*** Headings ***/
h1 {
font-size: 200%;
}
h2,h3 {
font-size:100%;
}

h2,thead th {
background:url(http://z1.ifrm.com/static/1/css/h2.png) repeat-x top #7082B8;
border:1px solid #5a70b3;
border-bottom-width:2px;
color:#fff;
font-size:110%;
font-weight:700;
}

h2.special {
background:url(http://z1.ifrm.com/static/1/css/h2s.png) repeat-x #FB9D3A;
border-color:#fb8200;
}

h2 a, thead a, h2 a:hover, thead a:hover {
color:#fff;
}
/*** Forms & Inputs ***/
input,select,textarea,button,a.btn_fake {
background:#fcfcfc;
border:1px solid #BFC8E3;
color:#333;
}

textarea {
font-family:"Verdana", sans-serif;
font-size:100%;
}

input:focus,input.focus,textarea:focus,textarea.focus {
border-color:#5a70b3;
}

input, select {
font-size:90%;
}

.submit_error {
border: 1px solid #e77700;
background: #fff8eb;
}

button,a.btn_fake {
background:url(http://z1.ifrm.com/static/1/css/btn.png) repeat-x #F9F9F9;
color:#666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}
button:hover,a.btn_fake:hover {
border-color:#9FA8C3;
}
button.btn_default {
font-weight:700;
}
button.btn_text {
background: none;
font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif;
font-size:100%;
}

/*** Notices ***/
.notice {
background: #fff;
border: 2px solid #e7e7e7;
width: 70%;
color: #333;
}

.notice dt {
font-weight:700;
color: #8CB5E7;
}

.notice dd {
font-style:italic;
}

dl.info {
border-color: #5a70b3;
}
.info dt {
background: #5a70b3;
color: #fff;
border-right: 1px solid #5a70b3;
}
.info dd {
background: #eceff9;
}

dl.error {
border-color: #E78C8C;
}
.error dt {
background: #F7E8E8;
color: #BC3737;
border-right: 1px solid #E78C8C;
}
.error dd {
background: #FCF7F7;
}

dl.warning {
border-color: orange;
}
.warning dt {
background: #FFF5D6;
color: #FFA10D;
border-right: 1px solid orange;
}
.warning dd {
background: #FFFAF0;
}

/*** Top Menu & Header ***/
#top {
background:url(http://z1.ifrm.com/static/1/css/topmenu.png) repeat-x #fb9d3a;
border-bottom:1px solid #6c80bd;
}

#top_info {
color:#fff;
}
#top_info a, #top_info a:hover {
color: #fff;
}

#top_menu {
background:#3a5197;
border-left:1px solid #3a5197;
}

/* Menu, top level */
.drop_menu li {
background:url(http://z1.ifrm.com/static/1/css/dropli.png) repeat-x top #586eb1;
color: #fff;
}
.drop_menu li:hover, .drop_menu li.hover {
background:url(http://z1.ifrm.com/static/1/css/droplihover.png) repeat-x top #596dac;
}
.drop_menu a, .drop_menu a:hover {
color:#fff;
}

/* Menu, dropdowns */
.drop_menu ul {
background: #546aae;
border-top:1px solid #3A5197;
color:#fff;
opacity: 0.85;
-moz-opacity:0.85; /* FX <= 1.0 */
}
.drop_menu ul li {
font-size:85%;
background: #546aae;
}
.drop_menu ul li a {
background:url(http://z1.ifrm.com/static/1/css/droplia.png) repeat-y #546aae;
border:1px solid #3A5197;
border-top:0;
}
.drop_menu li ul li a:hover {
background:url(http://z1.ifrm.com/static/1/css/dropliahover.png) repeat-y #6179ba;
}

/* Logo */
#logo {
background:url(http://z1.ifrm.com/static/1/css/logobg.png) repeat-x #566cb0;
border:1px solid #3a5197;
border-bottom:0;
}

#submenu {
background:url(http://z1.ifrm.com/static/1/css/submenu.png) #5a70b3 repeat-x;
border-left:1px solid #3a5197;
border-right:1px solid #3a5197;
color:#566cb0;
}
#submenu a, #submenu a:hover {
color:#fff;
}
#submenu a:hover {
text-decoration: underline;
}

/*** Enclosures ***/
#wrap {
background:#fff;
border:1px solid #3A5197;
}

#nav {
color:#5a70b3;
}

#nav li span {
font-weight:700;
}

/*** Generic Menus ***/
.meta_box {
background:url(http://z1.ifrm.com/static/1/css/meta.png) repeat-x top #D8DCEB;
border:1px solid #BFC8E3;
}

.meta_menu {
background:url(http://z1.ifrm.com/static/1/css/meta.png) repeat-x bottom #FAFAFA;
border:1px solid #DDD;
}
.meta_menu h3 {
background:url(http://z1.ifrm.com/static/1/css/h2s.png) repeat-x #FB9D3A;
border:1px solid #F07C01;
color:#FFF;
font-size:100%;
font-weight:700;
}

.meta_menu a,.meta_menu a:hover {
color:#444;
}
.meta_menu a:hover {
text-decoration:underline;
}

/*** Pagination and Buttons ***/
.cat-pages,.topic-pages {
color:#536AAD;
font-size:90%;
}
.cat-pages a,.cat-pagesjump i,.cat-topicpages a,.topic-pages a {
background:#fff;
border:1px solid #BEC8E3;
color:#5a70b3;
}
.cat-pages a:hover,.cat-topicpages a:hover,.topic-pages a:hover {
background:#EFF2F8;
color:#5a70b3;
}
.cat-pages span,.topic-pages span {
background:#F79720;
border:1px solid #D76700;
color:#FFF;
font-weight:700;
}
.cat-pages input,.topic-pages input {
background:#fff;
color:#5a70b3;
}
.cat-topicpages {
font-size:80%;
}

/*** Generic Tables ***/
.row1 td {
/* Inherit table's color */
}
.row2 td {
background:#f6f6f6;
}

.row2.ann td {
background: #F0F2F7;
border: 1px solid #CDD3E8;
}

tr.row1.ann td {
background: #E9EBF2;
border: 1px solid #CDD3E8;
}

tr.generic td,div.generic {
font-size:120%;
font-weight:700;
}

td.c_head,td.c_foot,td.c_sort {
background:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #FAFAF9;
color:#666;
font-size:80%;
}

td.c_desc {
background:#f6f6f6;
font-weight:700;
}

/* highlights grouped for easy access */
tr.pm_new td, tr.hidden td {
background:#f1f5ff;
font-weight:700;
}

tr.pm_new td a,tr.pm_new td a:hover, tr.hidden td a, tr.hidden td a:hover {
color:#5a70b3;
}

/*** Stats ***/
.bday {
background:url(http://z1.ifrm.com/static/1/s_minibday.png) no-repeat;
color:#425384;
font-size:90%;
font-weight:700;
}

/*** Forum Listing ***/
.c_mark {
background:#f6f6f6;
}
.c_forum {
font-size:80%;
color: #666;
}
.c_forum strong a, .c_last strong a {
color:#425384;
}
.c_forum strong a:hover, .c_last strong a:hover {
color:#5a70b3;
}
.c_forum strong a {
font-size:135%;
}
td.c_last {
background:#f6f6f6;
font-size:85%;
}

span.c_forum-reported {
background:url(http://z1.ifrm.com/static/1/reported.gif) left no-repeat;
color:#425384;
font-weight:700;
cursor:default;
}

.c_forum-desc {
color:#333;
font-size:85%;
}

.c_last-title {
background:url(http://z1.ifrm.com/static/1/last.gif) no-repeat left;
}

td.c_info-v,td.c_info-t,td.c_info-r {
font-size:80%;
}

td.c_subforum {
background:#f6f6f6;
color:#425384;
font-size:80%;
font-style:italic;
}

/*** Forum View ***/
.description {
color:#666;
font-size:85%;
}

a.member {
color:#333;
}
a.member:hover {
color:#555;
}

td#stats_events a,td#stats_events span {
background:url(http://z1.ifrm.com/static/1/s_minical.png) no-repeat 2px;
}
/*** Topic View ***/
/* user info */
td.c_username {
background:#f4f4f4;
}

td.c_username a {
font-size:140%;
font-weight:700;
}

td.c_user {
font-size:80%;
}

td.c_user dl {
background:#f5f4fA;
border:1px solid #dee2ed;
width:160px;
}

dl.user_profile {
overflow:hidden;
word-wrap:break-word;
}

dl.user_profile dd {
font-style:italic;
}

dl.user_info dd {
font-weight:700;
}

#profile_menu ul {
opacity:1;
-moz-opacity:1;
border-top:0;
}

#profile_menu a {
background: #6377b0;
border: 1px solid #3a5197;
}

#profile_menu li li a {
border-top:0;
}

#profile_menu li ul li a:hover {
background: #7082b8;
}

/* polls */
td.c_poll-choice label {
font-weight:700;
}
td.c_poll-votes {
font-size:120%;
}
td.c_poll-bar div,td.c_bar div {
background:url(http://z1.ifrm.com/static/1/poll_b.png) no-repeat right;
}
td.c_poll-bar span,td.c_bar span {
background:url(http://z1.ifrm.com/static/1/poll_l.png) no-repeat;
}

/* posts */
/* post styles */
.editby, .queued {
border:1px dotted #e7e7e7;
color:#999;
font-size:85%;
font-style:italic;
}
.queued {
background-color:#e9f3fc;
border-color:#5a70b3;
}

blockquote {
background:#f2f2f2;
border:1px solid #354C92;
}

blockquote div {
background:#f6f6f6;
}

blockquote dl {
background:url(http://z1.ifrm.com/static/1/quote.png) repeat-x top #6677AF;
border-bottom:1px solid #354C92;
color:#fff;
}

blockquote dl dt {
color:#fff;
font-weight:700;
}

code {
background:#f6f6f6;
display:block;
font-family:Monaco, Consolas, "Courier New", Courier, monospace;
white-space:pre;
}

.spoiler {
background:#5a70b3;
color:#5a70b3;
cursor:pointer;
}

.c_post-attachment dt {
font-weight:700;
}

td.c_postinfo {
background:#f4f4f4;
color:#828282;
font-size:80%;
}

td.c_sig {
color:#666;
font-size:80%;
}

td.c_sig blockquote { /* special quote case */
background: none transparent;
border:0;
border-left:3px solid #999999;
}
td.c_sig blockquote dl {
background:none transparent;
border:0;
color:#666;
}
td.c_sig blockquote dl dt, td.c_sig blockquote dl dd {
color:#666;
}
td.c_sig blockquote div {
background:transparent;
}

td.c_postfoot {
background:#f4f4f4;
clear: both;
}

.c_next a {
display:block;
font-size:125%;
font-weight:700;
text-align:center;
}

td.c_view {
background:#f1f2f7;
color:#777;
}

div.c_view-list {
color:#999;
font-size:92.5%;
}

td.c_topicfoot strong {
font-size:120%;
}

/*** Reply / New Topic ***/
/* fast reply */
dl#fast-reply dt {
background:url(http://z1.ifrm.com/static/1/css/h2s.png) repeat-x #FB9D3A;
border:1px solid #FB8200;
color:#FFF;
font-size:110%;
font-weight:700;
}

dl#fast-reply dd {
background:#FBFBFB;
border:1px solid #ddd;
}

/* post page */
#c_post h3 {
background:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #FAFAF9;
border-bottom:1px solid #e5e5e5;
color:#828282;
}

#c_post-preview {
background:#EFF0F5;
border:1px solid #BFC8E3;
}

#c_post-resize span {
color:#ccc;
cursor:pointer;
font-size:225%;
}

/* bbcode */
#c_bbcode button.btn_enabled {
border-color:#fb8a00;
}


/* emoticon listing */
#emot_wrap {
background:#f5f5f5;
border:1px solid #e5e5e5;
}

#emot_wrap h3 {
background:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #FAFAF9;
border-bottom:1px solid #e7e7e7;
color:#828282;
font-size:120%;
}

#emot_end {
background:url(http://z1.ifrm.com/static/1/css/emotend.png) repeat-x #f9f9f9;
border-top:1px solid #e5e5e5;
font-weight:700;
}
/*** PM Inbox ***/
#pm_folders {
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
}

#pm_folderlist li {
background:url(http://z1.ifrm.com/static/1/pmfolder.png) no-repeat 5px;
}

#pm_forwarded {
border:1px dotted #e7e7e7;
color:#999;
font-size:90%;
font-style:italic;
}
/*** Settings / Warnings ***/
/* avatar gallery */
#ucp_gallery a {
color:#425384;
font-weight:700;
}
#ucp_gallery a:hover {
color:#5A70B3;
}

/* warn panel */
#warn_pd {
background:url(http://z1.ifrm.com/static/1/w_disable.png) no-repeat 5px #f6f6f6;
}
#warn_modq {
background:url(http://z1.ifrm.com/static/1/w_modq.png) no-repeat 5px #f6f6f6;
}
#warn_ban {
background:url(http://z1.ifrm.com/static/1/w_ban.png) no-repeat 5px #f6f6f6;
}

/*** Calendar ***/
.calendar td a,.calendar a:hover {
color:#333;
}

.calendar td.cal_inactive {
background:#f2f2f2;
color:#ccc !important;
}

.calendar td div {
background:#f4f4f4;
border-bottom:1px solid #e7e7e7;
font-weight:700;
}

.calendar div a {
background:url(http://z1.ifrm.com/static/1/s_minibday.png) no-repeat 5px;
font-size:80%;
font-weight:400;
}

.calendar li a,.calendar li span {
border-color:transparent;
border-style:solid;
border-width:1px;
}

.calendar td#cal_current {
background:#fff;
border:2px solid #5a70b3;
}
/*** Portal ***/
#portal .portal_box p {
background:#fafafa;
border:1px solid #e7e7e7;
font-size:88.3%;
}

#portal h2 {
font-size:88.3%;
}

#portal h4 {
background:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #fafafa;
border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
color:#777;
font-size:88.3%;
font-weight:400;
}

/*** FAQ ***/
#faq dt a {
font-size:120%;
font-weight:700;
color:#425384;
}
#faq dt a:hover {
color:#5a70b3;
}

#faq dd a, #faq dd a:hover {
color:#333;
}
#faq dd.faq_more a, #faq dl.faq_more a:hover {
color:#999;
font-style:italic;
}

/*** Search ***/
#search_results li {
background:#fafafa;
border:1px solid #e5e5e5;
}
#search_results li:hover {
background:#f6f6f6;
border-color: #bec8e3;
}

#search_results h3 {
font-size:125%;
}
#search_results h3 a, #search_results h3 a:hover {
color:#5a70b3;
}

#search_results cite, #search_results p {
font-size:85%;
color:#777;
}

#findposts .c_mark {
color:#5a70b3;
font-size:200%;
font-weight:700;
}
/*** PM Toast ***/
#pmtoast {
background:#fff;
border:2px solid #8B98CB;
color:#333;
font-size:90%;
}
#pmtoast:hover {
border-color:#6B7CB3;
}

#pmlink {
background:url(http://z1.ifrm.com/static/1/toast.png) no-repeat 5px;
color:#4A5E9E;
}

#pmlink big {
color:#5a70b3;
font-weight:700;
}

#pmlink strong {
color:#E77700;
}

#pmclose {
border-top:1px solid #8B98CB;
color:#4A5E9E;
font-size:80%;
}

#pmclose:hover {
color:#6E80B8;
}

/*** Foot ***/
#foot {
background:#fcfcfc;
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
color:#777;
font-size:80%;
}
#foot a,#foot a:hover {
color:#777;
}

#foot #foot_datetime {
background:url(http://z1.ifrm.com/static/1/time.png) no-repeat 4px 4px;
border-left:1px solid #e5e5e5;
}

#copyright {
color:#FFF;
font-size:80%;
}
#copyright a {
color:#FB9E3B;
font-weight:700;
}

/*** Registration TOS ***/
#c_tos h3 {
color:#333;
font-size:120%;
}

/*** AdminCP Login ***/
#acplogin {
background:url(http://z1.ifrm.com/static/acp/acpback.png) repeat-x 0 -195px #fff;
border:2px solid #425384;
}

#acplogin h1 {
background:url(http://z1.ifrm.com/static/acp/acplogo.png) no-repeat;
color:#FFF;
font-weight:400;
}





/**********************
*** STRUCTURAL CSS ***
**********************/
/*** General Styles ***/
html,body {
margin:0;
padding:0;
}

a img {
border:0;
}

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

hr {
clear:both;
border:0;
height:1px;
}

table {
border-spacing: 0;
border-collapse: collapse;
clear:both;
empty-cells:show;
width:100%;
}
td,th {
font-size:90%;
}
td {
padding:5px 10px;
}
th {
padding:3px 5px;
text-align:left;
}

ul,ol,li,dl,dd,dt {
list-style:none;
margin:0;
padding:0;
}
li {
display:inline;
}

/*** Headings ***/
h1,h2,h3 {
clear:both;
margin:0;
}

h2,thead th {
padding:5px;
text-align:left;
}
thead th {
text-align:center;
}
h2 { margin-left: -1px; } /* treason */

h3 {
padding:3px 0;
text-align:center;
}

/*** Forms & Inputs ***/
input,select,textarea,button,a.btn_fake {
padding:3px 5px;
vertical-align:middle;
}

textarea {
margin:auto;
width:98%;
}

input[type=checkbox] {
border:0;
}

input[type=checkbox],select {
padding:0;
}

option {
margin:2px 0;
}

button,a.btn_fake {
cursor:default;
overflow:visible;
width:auto;
}

button.btn_text {
border:0;
cursor:pointer;
}

button.btn_img {
border:0;
cursor:pointer;
padding:0;
}

/*** Notices ***/
.notice {
margin:10px auto 0 auto;
}
.notice dt, .notice dd {
padding: 5px 7px;
}

.notice dt {
clear:left;
float:left;
margin-right:0.3em;
}

/*** Top Menu & logo ***/
#top {
height:44px;
padding:0 2%;
}

#top_info {
float:left;
margin-top:23px;
}

#top_menu {
margin:19px 0 0;
float:right;
}

.drop_menu a {
display:block;
padding:4px .25em;
position: relative;
width:9em;
}

.drop_menu a img {
vertical-align:bottom;
}

.drop_menu li {
float:left;
margin-right:1px;
text-align:center;
}

.drop_menu ul {
left:-999em;
margin:0;
position:absolute;
width:9.4em;
}

.drop_menu li:hover ul,.drop_menu li.hover ul {
left:auto;
}

.drop_menu ul li {
margin:0;
padding:0;
width:100%;
}

.drop_menu ul li a {
display:block;
padding:4px 5%;
width:90%;
}

#logo {
clear:both;
height:125px;
margin:5px 2% 0;
}

#submenu {
font-size:85%;
margin:0 2%;
padding:17px 1% 4px;
text-align:right;
}

#submenu a {
padding:3px 5px;
}

/*** Enclosures ***/
#wrap {
margin:0 2% 30px;
}

#nav,#boardmeta,#main {
clear:both;
margin:0;
}

#main {
height:1%;
padding:0 1%;
}

#nav {
height:1%;
padding:10px 1%;
}

#nav li img {
vertical-align:top;
}

/*** Generic Menus ***/
.meta_box,.meta_menu {
margin:10px 0;
}

.meta_box {
line-height:200%;
padding:10px 25px;
}

.meta_box input {
width:85px;
}
.meta_box button {
padding:0 3px;
}
.meta_box button img {
vertical-align:middle;
}

.meta_menu {
padding:0;
width:49%;
}
.meta_menu h3 {
clear:both;
margin:-1px;
text-align:center;
}

.meta_menu ul {
font-size:90%;
margin:5px 5%;
}

.meta_menu img, .meta_menu span {
float:right;
margin:10px 20px;
}

.meta_menu li {
display:list-item;
}

#meta_welcome {
clear:both;
}
#meta_welcome strong {
font-size:120%;
}

/*** Pagination and Buttons ***/
.cat-pages,.topic-pages {
float:left;
margin:15px 0;
padding:5px 0;
width:50%;
}

.cat-pages a,.cat-pagesjump i,.topic-pages a,.cat-topicpages a {
padding:2px 5px;
cursor:pointer;
}

.cat-topicpages {
float:right;
}

.cat-topicpages a {
padding:0 2px;
}

.cat-pages span,.topic-pages span {
cursor:default;
padding:2px 5px;
}

.cat-pages input,.topic-pages input {
padding:3px 5px;
vertical-align:baseline;
}

.cat-buttons,.topic-buttons {
float:right;
margin:15px 0;
text-align:right;
width:50%;
}
/*** Generic Tables ***/
tr.generic td,div.generic {
padding:20px;
text-align:center;
}

tr.postbtn td {
padding:5px;
text-align:center;
}

.row1,.row2 {
line-height:1.4;
}

td.c_head input,td.c_head button,td.c_foot input,td.c_foot button,td.c_sort input,td.c_sort button {
padding:1px;
}

td.c_desc {
text-align:right;
width:200px;
vertical-align: middle;
}
td.c_desc small {
display: block;
}
td.c_desc img,td.c_desc input {
float:left;
vertical-align: middle;
}

/*** Forum Listing ***/
.category {
margin:10px 0 0;
}

span.collapse,span.uncollapse {
cursor:pointer;
float:right;
position:relative; /* ie7 */
}

.c_mark {
text-align:center;
width:1%;
}

.c_mark img {
display:block;
margin:auto;
}

.c_forum {
width:60%;
}

span.c_forum-reported {
padding-left:8px;
margin-left:4px;
}

.c_last {
line-height:1.4;
min-width:300px;
width:30%;
}

.c_last-title {
padding-left:10px;
}

td.c_info-v,td.c_info-t,td.c_info-r {
padding:5px;
text-align:center;
}

/*** Stats ***/
#stats_members a.member {
white-space:nowrap;
}

#stats_members {
line-height:1.2;
}

#stats_events {
line-height:2;
}

td#stats_events a,td#stats_events span {
padding:4px 0 4px 20px;
}

.bday {
height:16px;
padding:2px 2px 2px 18px;
width:20px;
}

/*** Forum View ***/
td.c_cat-mark,td.c_cat-icon {
padding:5px 0;
text-align:center;
width:30px;
}
td.c_cat-mark input {
vertical-align:middle;
}

td.c_cat-starter {
width:125px;
}

td.c_cat-lastpost {
width:175px;
}

.c_cat-starter,.c_cat-replies,.c_cat-views {
text-align:center;
}

/*** Topic View ***/
/* user info */
td.c_username {
padding:2px 0;
text-align:center;
}

.c_user {
vertical-align:top;
width:175px;
max-width: 175px;
}

.avatar {
margin:auto;
text-align:center;
display:block;
}

td.c_user .usertitle {
margin:3px 0;
text-align:center;
overflow-x:hidden;
}

.pip {
margin:3px 0;
white-space:nowrap;
}

td.c_user dl{
margin:10px 0;
padding:5px 7px;
}

dl.user_info dt,dl.user_info dd {
margin:0;
padding:0.1em;
}

dl.user_info dt {
float:left;
clear:both;
min-width:4em;
}
dl.user_info dd {
float:left;
width:10em;
}

dl.user_profile dd {
margin-left:8px;
}

dl.user_info dd.spacer, dl.user_profile dd.spacer {
clear:both;
float:none;
padding:0;
height:1px;
}

/* polls */
td.c_poll-choice {
line-height:1.5;
padding-left:45%;
}

td.c_poll-choice label {
padding-left:1em;
}

td.c_poll-answer {
text-align:right;
width:42.5%;
}

td.c_poll-votes {
text-align:center;
width:15%;
}

td.c_poll-bar {
text-align:left;
vertical-align:middle;
width:42.5%;
}

td.c_poll-bar div,td.c_bar div {
float:left;
height:12px;
padding-right:3px;
}

td.c_poll-bar span,td.c_bar span {
display:block;
float:left;
height:12px;
width:3px;
}

td.c_poll-total,td.c_poll-vote {
text-align: center;
}

/* posts */
td.c_postinfo {
vertical-align:middle;
}

td.c_post {
line-height:1.5;
vertical-align:top;
border-bottom:none;
}

td.c_post ul,td.c_post li {
list-style-type:square;
margin-left:10px;
}
td.c_post li {
display:list-item;
}

.c_post img, #topic_review img {
max-width:90%;
}

.c_post-attachment {
font-size:83.3%;
margin-top:1em;
padding:1em;
}

.c_post-attachment dd {
margin-left:1em;
}

.c_post-attachment img {
vertical-align:middle;
}

.post_sep {
height: 1px;
font-size: 1px;
}

td.c_sig, td.c_nosig {
height:1%;
vertical-align:top;
}
td.c_nosig {
border-top-style:hidden !important;
}

td.c_sig blockquote {
padding-left:5px;
}
td.c_sig blockquote div {
padding:0;
margin-left:5px;
}
td.c_sig blockquote dl dt, td.c_sig blockquote dl dd {
padding:0;
}

td.c_topicfoot {
text-align: center;
}

/* post styles */
.warn {
text-align: center;
}
.warn img {
vertical-align:middle;
}

.editby, .queued {
margin-top:1em;
padding:3px 5px;
}

blockquote {
margin:10px auto;
width:98%;
}
blockquote dl dt {
float:left;
}
blockquote dl dd {
text-align: right;
}
blockquote dl dt,blockquote dl dd {
padding:2px 4px;
}

blockquote div,blockquote code {
clear:both;
margin:0;
padding:5px;
}

/*** Reply / New Topic ***/
/* fast reply */
dl#fast-reply {
clear:both;
width:80%;
margin:auto;
}

dl#fast-reply dt {
margin:0;
padding:5px;
}

dl#fast-reply dd {
padding:15px 0;
text-align:center;
}
dl#fast-reply dd p {
margin:-3px;
padding:0pt 5% 10px;
text-align:left;
}

dl#fast-reply dd textarea {
display:block;
height:100px;
padding:2px;
width:90%;
margin-bottom: 10px;
}


/* post page */
#c_post {
text-align:center;
vertical-align:top;
}

#c_post-preview {
margin:0pt auto 10px;
padding:5px;
text-align:left;
width: 98%;
}

#c_post-text {
height:223px;
}

#c_post-resize {
float:right;
margin-top:-1px;
padding:4px 0 0;
text-align:right;
}

#c_post-resize span {
padding:20px 5px 0;
}

#btn_preview {
float:left;
margin:10px 0 0 1px;
}

#files_upload input {
display: block;
}

/* bbcode */
#c_bbcode {
line-height:2;
}

/* emoticon listing */

#c_emot {
height:225px;
vertical-align:top;
width:210px;
}

#emot_list {
height:275px;
margin:0 auto;
overflow:auto;
padding:5px 0;
text-align:center;
}
div#emot_list {
padding:0;
}

#emot_list li {
display:inline;
padding:4px 10px;
}

#emot_list img {
cursor:pointer;
}

#emot_end {
display:block;
padding:4px 0;
text-align:center;
}


/*** PM Inbox ***/
.pm {
margin-bottom:1em;
}

.pm .row1 a,.pm .row2 a {
display: block;
}

#pm_folders {
padding-top:30px;
vertical-align:top;
width:150px;
}

#pm_datesent {
width:200px;
}

#pm_select {
text-align:center;
width:1px;
}

#pm_folderlist li {
display:list-item;
margin-bottom:4px;
padding-left:28px;
}

#pm_forwarded {
margin-top:1em;
padding:3px 5px;
}

/* conversations */
#conversation .c_post {
padding:2em;
}

/*** Settings / Warnings ***/
/* menus */
#ucp_settings,#pm_settings {
float:left;
}
#ucp_profile,#pm_messages {
float:right;
}
/* avatar gallery */
#ucp_gallery {
text-align:center;
vertical-align:top;
}
#ucp_gallery li {
float:left;
margin:15px 5px;
}

#ucp_gallery button {
cursor:pointer;
text-align:center;
}
#ucp_gallery button img {
display:block;
}

#ucp_gallery a {
font-weight:700;
}
#ucp_gallery a img {
vertical-align:middle;
}

/* warn panel */
#warn_pd,#warn_modq,#warn_ban {
padding-left:45px;
}

/* the rest */
.ucp th {
text-align:center;
}

.ucp button.btn_text {
padding:5px 0;
text-align:center;
width:100%;
}

#c_notes {
text-align: center;
}

/*** Calendar ***/
.calendar th {
text-align: center;
}

.calendar td {
height:125px;
padding:0;
vertical-align:top;
width:14.3%;
}

.calendar td div {
padding:5px 7px;
}

.calendar div a {
float:right;
padding:0 0 6px 24px;
}

.calendar li {
display:list-item;
font-size:80%;
margin:0;
}

.calendar li.placeholder {
padding:4px;
}

.calendar li a,.calendar li span {
display:block;
padding:3px;
}

.calendar li span {
cursor:default;
}

.calendar td#cal_current div {
padding-top:3px;
}

/*** Portal Structure ***/
#portal_head {
margin-bottom:10px;
}

#portal_foot {
margin-top:10px;
}

#portal_l, #portal_r {
width:150px;
margin:0; padding:0;
font-size:88.3%;
}
#portal_l {
float:left;
}
#portal_r {
float:right;
}

#portal_news {
margin:0 160px;
}

#portal_clear {
clear:both;
height:1px;
font-size:1px;
border:none;
margin:0; padding:0;
background:transparent;
}

/*** Portal Layout ***/
.portal_box {
margin-bottom:5px;
}

.portal_box p {
margin:0;
padding:5px 7px;
}

#portal h2 {
clear:none;
padding: 3px 5px;
margin:0;
}

#portal h4 {
margin:0;
padding:5px 7px;
}

/*** FAQ ***/
#faq {
margin:20px 0;
}

#faq dl {
padding: 1em;
}

#faq dt {
margin-bottom: 5px;
}

#faq dd {
display:list-item;
margin:0 0 3px 15px;
padding-left:3px;
}

/*** Search ***/
#search_results {
clear:both;
}

#search_results li {
display:list-item;
margin-bottom:1em;
padding:5px 7px;
}
#search_results h3 {
display:inline;
}
#search_results cite, #search_results p {
margin:0;
}
#search_results q {
display:block;
margin:5px 0;
quotes:none;
}

#findposts td a {
display:block;
}
#findposts .c_mark {
vertical-align:top;
}

/*** PM Toast ***/
#pmtoast {
bottom:10px;
display:none;
position:fixed;
right:10px;
text-align:right;
text-decoration:none;
width:200px;
z-index:1;
}

#pmlink {
display:block;
padding:10px 10px 10px 55px;
text-decoration:none;
}

#pmlink big {
display:block;
padding-bottom:5px;
}

#pmclose {
display:block;
padding:1px 10px;
}

/*** Foot ***/
#foot {
clear:both;
margin:20px 0;
padding:0 1%;
}

#foot div {
height:20px;
padding:4px 0 0;
}

#foot a {
padding:4px 6px 8px 0;
}

#foot #foot_themechooser {
float: left;
}

#foot #foot_datetime {
display:inline;
padding:4px 6px 8px 24px;
}

#foot #foot_links {
text-align:right;
}

#copyright {
margin:10px 0;
text-align:center;
}

/*** Registration TOS ***/
#c_tos dt {
font-weight:700;
}

#c_tos dd {
margin-left:10px;
}

#c_tos li {
display:list-item;
margin-left:25px;
}

#c_tos ul li {
list-style:disc;
}

#c_tos ol li {
list-style:lower-alpha;
}

/*** AdminCP Login ***/
#acplogin {
height:275px;
left:50%;
margin:-137.5px 0 0 -250px;
padding:0;
position:absolute;
top:50%;
width:500px;
}

#acplogin h1 {
height:50px;
margin-bottom:20px;
padding:50px 20px 0 0;
text-align:right;
}

#acplogin #loginform {
display:block;
padding:0 50px;
}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
[/color]




RED = Styles. Backgrounds, borders, font colours etc.
BLUE = Structure. Padding, margins, widths, floats etc.
Offline Profile Quote Post Goto Top
 
Fernicia
Member Avatar
Banned 4 lyf
[ *  *  *  *  * ]
*Quotes Nicola*
I'm scared :(
Will the easy CSS editor be like a skin generator? And will we have to add any features to the skin converter after we convert our IF skins?
Offline Profile Quote Post Goto Top
 
Stanleh
Member Avatar
Moo 42
[ *  *  *  *  *  * ]
That's a very thorough documentation, that! :D Very useful..
Offline Profile Quote Post Goto Top
 
.Shaun
Member Avatar
Member
[ *  * ]
I should start looking at that CSS :)
Offline Profile Quote Post Goto Top
 
dscuber9000
Member Avatar
Member
[ *  *  *  * ]
Thanks for replying. :)

Everything I try, the skin just won't change, so I'll just try it once ZetaBoards is fully up.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards Discussion · Next Topic »
Add Reply