Christmas Day

« Older   Newer »
  Share  
Joy Ü
view post Posted on 9/12/2010, 21:22




© CHRISTMAS DAY
image
© ~Joy´

Autore: ~Joy´
Data: 8/12/10
Impostare come skin iniziale la iCG Station

Amministrazione > Grafica > Codice HTML > In cima al sito

<script type="text/javascript">
// Prelevato ed illustrato su http://web-link.it
// CREDITS:
// Snowmaker
// By Peter Gehrig
// Copyright (c) 2003 Peter Gehrig. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at www.24fun.com
// [email protected]
// 11/27/2003

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a highly visible link to
// www.24fun.com on the webpage
// where this script will be featured

///////////////////////////////////////////////////////////////////////////
// CONFIGURATION STARTS HERE
///////////////////////////////////////////////////////////////////////////

// Set the number of snowflakes (more than 30 - 40 not recommended)
var snowmax=35

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

// Set the letter that creates your snowflake (recommended:*)
var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximal-size of your snowflaxes
var snowmaxsize=10

// Set the minimal-size of your snowflaxes
var snowminsize=4

// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=3

///////////////////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////////////////


// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera

function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}

function initsnow() {
if (ie5 || opera) {
marginbottom = document.body.clientHeight
marginright = document.body.clientWidth
}
else if (ns6) {
marginbottom = window.innerHeight
marginright = window.innerWidth
}
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].sink=sinkspeed*snow[i].size/5
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx
snow[i].style.top=snow[i].posy
}
movesnow()
}

function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
snow[i].style.top=snow[i].posy

if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}

for (i=0;i<=snowmax;i++) {
document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"")
}
if (browserok) {
window.onload=initsnow
}
</script>

<table style="width: 300px; background-color: #1d6379; border: 0px solid #e5ceaf; border-top:0px solid #e5ceaf; border-bottom:0px solid #e5ceaf; border-right:0px solid #e5ceaf; border-left:0px solid #e5ceaf; padding: 0px" cellPadding="0" cellSpacing="0">
<tr>
<td align="center">


Amministrazione > Grafica > Codice HTML > In fondo al sito
CODICE
<div style="border-bottom: 1px dashed #cec2aa; width: 305px"><span style=color:#f5f5f5><i>A Christmas Day Skin / <a href="http://bigblast.blogfree.net">Joy Ü</a> only on <a href="http://bigblast.blogfree.net">BIGblast</a>!</i></span>
</table></div>


Amministrazione > Grafica > Colori e Stili
/* HOMEPAGE */
body {background-color: #000; font-family: trebuchet ms; font-size: 9pt; color: #F9F9F9}
table, div {font-size: 10px; color: #CECECE; line-height: 90%}
a:link, a:visited {text-decoration: none; color: #B5B05F}
a:hover {color: #BD8E3C}

/* SCRITTE ESTERNE */
.nav {font-weight: bold; font-size: 10px; color: #FFFFFF}
.nav a:link, .nav a:visited {color: #FFF; text-transform: uppercase}
.nav a:hover {color: #CEBED5}

/* DIMENSIONI FORUM */
.skin_tbl_width, .skin_tbl, .header_width, .stats .border {width: 80%}
.skin_tbl_border {border-left: 0 solid #C88293; background: #FFF}
.header_width, .skin_tbl_width, .skin_tbl {width: 98%}
.stats .border {width: 95%}

/* COLORI LISTA UTENTI ATTIVI */
.amministratore {color: #CCC6DB; font-weight: bold}
.moderatore {color: #DBD0C6; font-weight: bold}
.utente {}
.daconvalidare {color: #DBC6CF}
.gruppo1 {color: #D4CBDA}
.gruppo2 {color: #E0D1C7}
.gruppo3 {color: #D7C7E0}
.gruppo4 {color: #DAD3B6}
.gruppo5 {color: #D0C7E0}
.gruppo6 {color: #DAC6BB}

/* BARRA UTENTE */
.header {background-color: transparent; border-bottom: 0}
.menu select, .menu input, .menu_right {display: none}
.menu a:link, .menu a:visited, .menu a:active {color: #E4D3B8}
.menu a:hover {color: #FFFFFF}
.menu .highlight {color: #7AA2F1}
.menu {height: 7px; background-color: #FFF; font-size: 7pt; font-family: arial; border-top: 0}


/* BARRA ATTORNO AL FORUM */
.mback {height: 12px}
.msub {height: 23px}
.mtitle {text-align: center; font-family: arial; letter-spacing: 4px; padding-top: 0; font-size: 7pt; color: #FFF}

.mleft_top {width: 28px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-repeat: no-repeat}
.mback_left {width: 10px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-position: right bottom; background-repeat: no-repeat}
.mback_center {background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-position: bottom; background-repeat: repeat-x}
.mback_right {width: 10px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-position: left bottom; background-repeat: no-repeat}
.mright_top {width: 28px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-repeat: no-repeat}

.mright, .sep_right {width: 28px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-repeat: repeat-y}
.mleft, .sep_left {width: 28px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-repeat: repeat-y}

.mright_bottom {width: 28px; height: 23px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-repeat: no-repeat}
.mleft_bottom {width: 28px; height: 23px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-repeat: no-repeat}
.msub_left {width: 10px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-position: right bottom; background-repeat: no-repeat}
.msub_center {background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-position: bottom; background-repeat: repeat-x}
.msub_right {width: 10px; background-image: url(http://img121.imageshack.us/img121/4185/senzatitolo1rsl.png); background-position: left bottom; background-repeat: no-repeat}


/* TAG */
.tag .ww {background-position: bottom; letter-spacing: 0; border: 0; font-size: 9px; background-position: bottom; letter-spacing: 0; line-height: 6px}
.tag .aa {background-color: #F9F8F5; background-position: bottom; letter-spacing: 0; border: 0; font-size: 9px; background-position: bottom; letter-spacing: 0; line-height: 6px}
.tag .textinput {font-size: 7pt; font-family: trebuchet ms; line-height: 10px; color: #4A5A4A; background-color: #F9F8F5}
.tag .codebuttons {-moz-border-radius: 1px; border: 1px solid #EFEFEF; background-color: #F9F8F5; color: #666; font-size: 7pt; font-family: arial}


/* SEZIONI FORUM */
.skin_tbl_border, .mainbg {background-color: #FFF}
.title, .foot, .row2, .title2 {color: #666; background-color: #FFF; border: 0 solid #FFF; border-bottom: 0; height: 9px; background-color: #FFF; border: 1px solid #FFF; border-bottom: 0; padding-left: 2; padding-right: 2; padding: 1px; line-height: 7px}
.ww, .xx, .yy, .zz, .aa, .bb, .cc {background-color: #FFF; border: 0 solid #FFF; border-bottom: 0; line-height: 8px; color: #666}
.web {font-size: 7pt; text-transform: none; font-style: none; line-height: 90%}
.web a:link, .web a:visited {color: #1D6379}
.web a:hover {color: #3195B4; font-style: italic; font-size: 8pt}
.desc {font-size: 9px; color: #6A5A5A; line-height: 90%}
.board .foot {display: none}


/* STATISTICHE */
.stats .title2 {height: 5px; text-align: left; border-bottom: 0 solid #ADBAC6; background-image: none; background-repeat: repeat-x; background-position: bottom; background-color: #FEFEFF; letter-spacing: 1px; font-size: 7pt; color: #5A5A5A}
.sunbar {height: 5px; color: #444; background-color: #EAEAEA; border: 0 solid #FFF; border-bottom: 0}
.stats .ww, .stats .aa {background-color: #F7F7F7}
.stats .ww {text-align: center}
.highlight {color: #5A5A5A}

/* LINK MOD */
.highlight a:link, .highlight a:visited {color: #EEEED9}
.highlight a:hover {color: #E4D9EE; font-style: italic}


/* DISCUSSIONE */
.left_top, .right_top, .left_bottom, .right_bottom {height: 10px; color: #999; background-color: #FFF; border: 1px solid #FFF; border-bottom: 0}
.nick {font-size: 16px; padding-bottom: 0}
.nick a:link, .nick a:visited {font-weight: bold; color: #C3BACC}
.nick a:hover {font-style: italic; color: #DDDBBF}
.left, right {background-color: #FFF; color: #6A6A6A; border-bottom: 0}
#quote {background: #DCCEE6; border-bottom: 2px solid #C3BBCC; padding: 1px; font-size: 7pt; color: #353033}
#code {background: #EEE; font-family: georgia; border-bottom: 2px solid #E2E1A0; padding: 1px; font-size: 7pt; color: #D5D4D3}
.spoiler #code {background: #ECDCE4; font-family: trebuchet ms; border-bottom: 2px solid #D3BFA7; padding: 1px; font-size: 7pt; color: #353033}
hr {color: #FFF}
.fancyborder {background-color: #FFF; border: 1px dashed #FFF}

.edit {font-size: 5px; font-style: italic; color: #F9F8F5} .bottomborder {border-bottom: 1px dashed #8A8A8A}
.signature {line-height: 7px; color: #3A4A3A; width: 400px}
.sep {height: 0; background-color: #FFF}

/* MESSENGER */
.pagetitle, .pagetitle a:hover {font-weight: bold; font-size: 12px; color: #4A4A4A; line-height: 90%; letter-spacing: -1px}
.msg_txt {line-height: 7px}
.msg_txt a:hover {text-decoration: underline}
.msg_main {background: #FFF; line-height: 6px}
.msg .darkbar {height: 6px; background: #FFF; border: 1px solid #FFF; color: #555; font-size: 7pt; font-weight: bold; margin: 0; padding: 3px}
.darkbar, .row2 {background: #FFF; border: 0 solid #333; color: #777; margin: 0; padding: 0}
.row1 {background: #FFF; padding: 0}
.row3 {border: 0; background: #FFF; color: #555; line-height: 6px}
.title3 {background: #FFF; border-bottom: url(http://img251.imageshack.us/img251/4320/divisore.png); margin: 0; padding: 0; line-height: 6px}
#end .title3 {border: 0; border-top: 0}
.msg .nick a:link, .msg .nick a:visited, .msg .nick a:active {color: #6A6A6A; text-decoration: none}
.msg .details p {color: #6A6A6A; line-height: 90%}
.color {font-size: 8pt; line-height: 11px; color: #4A4A4A}
.color a:link, .color a:visited, .color a:active {text-decoration: none; color: #C3BACC}
.color a:hover {color: #B4AFBA; font-weight: bold}
.alert {background: #FFF; border: 0 solid #FFF; color: #DDD; padding: 3px}
.info {background: #F9F8F5; border: 0 solid #FFF; color: #8A8A8A; padding: 3px}

/* PROFILO UTENTI */
.pagetitle {font-size: 20px; font-weight: bold; letter-spacing: -1px; line-height: 90%; color: #E4D9EE}
.profile .row1 {background: #FAFAFA; padding: 0}
.profile .title2 {border-top: url(http://img251.imageshack.us/img251/4320/divisore.png)}
.title2 a:link, .title2 a:visited {color: #FFF; text-decoration: none}
.title2 a:hover {color: #FFF; font-style: italic}

/* INPUT */
.textinput {border: 1px solid #DFDFDF; background-color: #FFF; font-size: 7pt; font-family: trebuchet ms; color: #5A5A5A; vertical-align: middle}
.menu .textinput, .menu .forminput {background-color: #FFF}
.forminput {border: 1px solid #FFF; background-color: #FFF; color: #5A5A5A; font-size: 9px; font-family: arial; color: #999; vertical-align: middle}
.input {border: 1px solid #FFF; background-color: #FFF; font-size: 7pt; font-family: arial; color: #000; vertical-align: middle}
.codebuttons {-moz-border-radius: 1px; border: 1px solid #EFEFEF; background-color: #F1EEEA; color: #666; font-size: 7pt; font-family: arial}
.msg .textinput {background-color: #FFF; color: #5A5A5A; font-size: 7pt}
.msg .input, .msg .forminput {background-color: #FFF; color: #5A5A5A}


Amministrazione > Grafica > Immagini
Ricorda: Questo codice va inserito in Modifica Rapida, perciò non dimenticarti di spuntare la casella: Aggiorna tramite la modifica rapida

CODICE
A_STAR:<img src='http://skin.forumfree.net/1573/pip.png' width='16' height='16' alt=''>
A_REPLY:<span class="bleft"><span class="bright"><span class="bcenter">A_REPLY</span></span></span>
A_POST:<span class="bleft"><span class="bright"><span class="bcenter">A_POST</span></span></span>
A_POLL:<span class="bleft"><span class="bright"><span class="bcenter">A_POLL</span></span></span>
A_POLLONLY_B:<span class="bleft"><span class="bright"><span class="bcenter">A_POLLONY_B</span></span></span>
A_LOCKED_B:<span class="bleft"><span class="bright"><span class="bcenter">A_LOCKED_B</span></span></span>
M_REPLY:<span class="bleft"><span class="bright"><span class="bcenter">M_REPLY</span></span></span>
M_ADDMEM:<span class="bleft"><span class="bright"><span class="bcenter">M_ADDMEM</span></span></span>
M_DELETE:<span class="bleft"><span class="bright"><span class="bcenter">M_DELETE</span></span></span>
M_UNREAD:<img src='http://skin.forumfree.net/1573/m_unread.png' width='16' height='16' alt='M_UNREAD'>
M_READ:<img src='http://skin.forumfree.net/1573/m_read.png' width='16' height='16' alt='M_READ'>
C_ON:<img src='http://img530.imageshack.us/img530/7003/senzatitolo3m.png' width='26' height='15' alt='C_ON'>
C_OFF:<img src='http://img204.imageshack.us/img204/8164/senzatitolo2jf.png' width='35' height='16' alt='C_OFF'>
C_ON_RES:<img src='http://img530.imageshack.us/img530/7003/senzatitolo3m.png' width='26' height='15' alt='C_ON_RES'>
C_OFF_RES:<img src='http://img204.imageshack.us/img204/8164/senzatitolo2jf.png' width='35' height='16' alt='C_OFF_RES'>
C_LOCKED:<img src='http://img204.imageshack.us/img204/8164/senzatitolo2jf.png' width='35' height='16' alt='C_LOCKED'>
F_ACTIVE:<img src='http://skin.forumfree.net/1573/user.png' width='16' height='16' alt='F_ACTIVE'>
F_STATS:<img src='http://skin.forumfree.net/1573/stats.png' width='16' height='16' alt='F_STATS'>
B_NEW:<img src='http://skin.forumfree.net/1573/m_unread.png' width='16' height='16' alt='B_NEW'>
B_NORM:<img src='http://skin.forumfree.net/1573/m_read.png' width='16' height='16' alt='B_NORM'>
B_HOT:<img src='http://skin.forumfree.net/1573/f_hot.png' width='16' height='16' alt='B_HOT'>
B_HOT_NN:<img src='http://skin.forumfree.net/1573/f_hot_nn.png' width='16' height='16' alt='B_HOT_NN'>
B_POLL:<img src='http://skin.forumfree.net/1573/m_unread.png' width='16' height='16' alt='B_POLL'>
B_POLL_NN:<img src='http://skin.forumfree.net/1573/m_read.png' width='16' height='16' alt='B_POLL_NN'>
B_MOVED:<img src='http://skin.forumfree.net/1573/f_moved.png' width='16' height='16' alt='B_MOVED'>
B_LOCKED:<img src='http://skin.forumfree.net/1573/f_closed.png' width='16' height='16' alt='B_LOCKED'>
NEW_POST:<img src='http://skin.forumfree.net/1573/newpost.png' width='16' height='16' alt='NEW_POST'>
B_PIN:<img src='http://skin.forumfree.net/1573/f_pinned.png' width='16' height='16' alt='B_PIN'>
B_ANNUNCIO:<img src='http://skin.forumfree.net/1573/annuncio.png' width='16' height='16' alt='B_ANNUNCIO'>
P_DELETE:<span class="bleft2"><span class="bright2"><span class="bcenter2">P_DELETE</span></span></span>
P_EDIT:<span class="bleft2"><span class="bright2"><span class="bcenter2">P_EDIT</span></span></span>
P_QUOTE:<span class="bleft2"><span class="bright2"><span class="bcenter2"> P_QUOTE</span></span></span>
P_MSG:<span class="bleft2"><span class="bright2"><span class="bcenter2"> P_MSG</span></span></span>
P_EMAIL:<span class="bleft2"><span class="bright2"><span class="bcenter2">P_EMAIL</span></span></span>
P_WEBSITE:<span class="bleft2"><span class="bright2"><span class="bcenter2"> P_WEBSITE</span></span></span>
P_MSN:<span class="bleft2"><span class="bright2"><span class="bcenter2">P_MSN</span></span></span>
P_YIM:<span class="bleft2"><span class="bright2"><span class="bcenter2">YIM</span></span></span>
P_UP:http://skin.forumfree.net/1573/p_up.png
F_NAV:<img src='http://skin.forumfree.net/1573/nav.png' width='16' height='16' alt='F_NAV'>
ICON_SEARCH:http://skin.forumfree.net/1573/icon_search.png
ICON_MEMBERS:http://skin.forumfree.net/1573/icon_members.png
ICON_HELP:http://skin.forumfree.net/1573/icon_help.png
ONLINE:http://skin.forumfree.net/1701/online.png
OFFLINE:http://skin.forumfree.net/1701/offline.png
ANONIMO:http://skin.forumfree.net/1701/anonimo.png


Amministrazione > Grafica > Sfondo
CODICE
http://img46.imageshack.us/img46/1161/creamcaramelpattern90.jpg


Se avete problemi con la skin potete scrivere qui ^^

 
Top
0 replies since 9/12/2010, 21:22   56 views
  Share