Log In · Register

 
Css design, WTH!
deejaysence
post Jan 30 2004, 12:07 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Jan 2004
Member No: 2,172



Ok now I have all my coding I want and have my Xanga how I want it to look. How the heck do I make a skin and put all the indevidualized codes n scripts into a css? CAN SOME1 HELP?
AIM~ deejaysence

xanga s/n~deejaysence

happy.gif
 
 
Start new topic
Replies
Draciel56
post Feb 9 2004, 10:32 PM
Post #2


Senior Member
***

Group: Member
Posts: 55
Joined: Feb 2004
Member No: 2,954



QUOTE(Smallbubba89 @ Feb 6 2004, 9:20 PM)
CODE
<!-- begin code provided by createblog.com -->

body {
 background-color: #ffffff;
 background-image: URL(none);
 background-attachment: fixed;
 background-repeat: repeat-y;
 background-position: middle left;
 scrollbar-Arrow-Color: beige;
 scrollbar-Track-Color: #FFFFFF;
 scrollbar-Shadow-Color: #FFFFFF;
 scrollbar-Face-Color: #beige;
 scrollbar-Highlight-Color: #FFFFFF;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-3dLight-Color: #FFFFFF;
 }
table.navigation, table.footer {
/* hides xanga's top navi and the footer*/
/* remove this tag if you want them to be seen */
display: none;}

.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content {
/* edits main text */
 font:normal 12px palatino;
 line-height: 12px;
 color: #424242;;
 text-align:justify;
 }

b {
/* edits bold text */
 font:normal 12px palatino;
 line-height: 12px;
 color: #000000;;
 text-align:justify;
 font-weight: bold;
 }

table.blogbody tr td {
/* entry margins */
 width:0px;
 padding-left: 0px;
 padding-bottom: 3px;
 padding-top: 5px;
 }



table.footer TD {
/* edits the footer */

 text-align: center;
 }

div.blogheader, .caption {
/* edit the dates */
 background-image: URL(http://img19.photobucket.com/albums/v58/DoodleFlip/bellandy/datehead.jpg);
 background-attachment: fixed;
 background-position: top right;
 background-repeat: no-repeat;
 font-family:arial;
 text-transform:uppercase;
 font-size:14px;
 line-height:14px;
 border: 2px solid #336699;
 border-width: 1px 1px 1px 1px;
 color:#336699;
 background-color: #none;
 text-align: left;
 padding-top: 10px;
 width:405px;
 }
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edit the links */

 font:normal 11px palatino;
 line-height:11px;
 color: #555555;
 text-decoration: strong;
 background-color: #none;
 }

a:visited, a.footernav:visited,  {
/* edit visited links */
 font:normal 11px palatino;
 line-height:11px;
 color: #555555;
 text-decoration: strong;
 background-color: #none;
 }
a:hover {
 font:normal 11px arial;
 line-height:11px;
 color:#444444;
 background-color:#none;
 text-decoration: line-through;
 cursor: crosshair;
 }
input, select, textarea, .textfield, .button {
/* this edits buttons, drop down menus etc. */
 border: 1px solid #000000;
 font:normal 11px arial #ffffff;
 background-color: #ffffff;
 letter-spacing:0px;
 }


table.blogbody {
/* edits your blog or entry space */

 width:405px;
 border: 1px solid #ffffff;
 border-width: 0px 0px 0px 0px;
 }

table.left {
/* this edits the menu modules as a whole */
border: 0px solid #000000;
width:135px;
background-color: none;

}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: URL(http://img19.photobucket.com/albums/v58/DoodleFlip/bellandy/datehead.jpg);
background-attachment: fixed;
background-position: top left;
background-repeat: no-repeat;
background-color: #none;
width:135px;
font: bold 16px palatino;
line-height: 16px;
text-transform: capitalize;
color: #336699;
border: 1px solid #000000;
border-width: 1px 1px 1px 1px;
text-align: center;

}

table.left TD {
/* on your menu module, this edits the body part of it */
background-color: none;
color: #424242;
border: 1px solid #DFD8DF;
font:normal 11px palatino;
line-height: 12px;
border-width: 0px 0px 0px 0px
width:135px;

}
blockquote {
/* format text when using blockquotes */
background-color: #222222;
border: 1px #ffffff solid;
padding: 10px;
margin: 20px;
text-align: justify;
font-size: 8pt;
letter-spacing: 1px;
font-family: verdana;
}
#pnlEnabled table, #htmleditor, #lblTimeZone{
/* make this the same width as the blogbody */
/* unless you know what to do */
 width: 400px;
 }

.#rblEprops{display: none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* width of the comment page I suggest miking it the same width as the blogbody*/
{width: 400px;
}

table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 540px;
}
hr {
/* edit the horizontal divider*/
color: #666666;
)

<!-- end code provided by createblog.com -->


this came from the basic CSS format blogring gave with a few additions. there are more tags you can add when you become familiar with CSS.

*note you can only string together CSS styles. scripts and other html formats must be separate.

CSS can get pretty long so I suggest linking it. use Dreamweaver or Frontpage [I prefer to use Notepad since it's simple and fast] and save it as a txt file. Upload it to a site and rename it into filename.CSS and use this to link it:

CODE
<!-- begin code provided by createblog.com -->

<link rel="stylesheet" type="text/CSS" href="http://www.sitename/filename.CSS">
<!-- end code provided by createblog.com -->


most free sites allow you to save CSS. I use geocities to upload my CSS. Hope this helps

oh yeah...that'll work... just copy/paste that and edit it. yawn.gif
 

Posts in this topic
deejaysence   Css design   Jan 30 2004, 12:07 PM
kryogenix   let me get this straight... you want to make a .cs...   Jan 30 2004, 12:09 PM
deejaysence   Maybe I am the one confizzled... hmm Maybe it is ...   Jan 30 2004, 12:21 PM
xjjajeengx   this is wat i did for my first skin:: go take a l...   Jan 30 2004, 10:44 PM
Draciel56   what exactly is the problem   Feb 4 2004, 09:25 PM
aznhybriddragon   QUOTE(deejaysence @ 01-30-2004, 09:21 AM)Mayb...   Feb 4 2004, 09:26 PM
plunkd   ha, i had the same problem, i didnt know how to fo...   Feb 5 2004, 09:31 PM
kevinma03   The Css scripting skins are done w/o manipulating ...   Feb 6 2004, 07:30 PM
Draciel56   later when itg ets fixed, u can go to www.blogring...   Feb 6 2004, 08:34 PM
Smallbubba89   here's one example of a CSS skin I made: CODE...   Feb 6 2004, 09:20 PM
icylove   i didn't do my xanga w/ much css.. but i made ...   Feb 9 2004, 05:54 PM
wayne   lol, I used to steal peoples css codes, but then I...   Feb 9 2004, 05:59 PM
icylove   yeah.... ppl don't like it when u steal their ...   Feb 9 2004, 08:13 PM
Draciel56   QUOTE(Smallbubba89 @ Feb 6 2004, 9:20 PM)CODE...   Feb 9 2004, 10:32 PM
thewang767   heres a tip.. save a copy of your xanga page onto ...   Feb 10 2004, 05:58 PM
dmbrocks923   you did not just say confizzled   Feb 15 2004, 06:26 PM
dasturbd   I started CSS by taking an original Xanga skin, pu...   Feb 20 2004, 07:19 AM
geneticfreak   just take the code apart and do it by sections i m...   Feb 22 2004, 07:07 PM
adoggydog195   im lost :-/   Feb 25 2004, 06:36 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: