welcome to hawaii paradise
a place for girls


 
KazaloPortalLatest imagesRegistriraj sePrijava

stare kode od neje
adminka
adminka
madeleine


madeleine

× število prispevkov : 2306
× piškotki : 1085016
× tukaj se že od : 28/06/2011
× rojstni dan : 17/09/1999
× starost : 24
× pravo ime : urška
× razred/letnik : 1. letnik
Female

stare kode od neje Empty
Sob Okt 05, 2013 3:07 am

Koda:


.prispevkiteme {
  text-transform: uppercase;
  font-family: arial;
  font-size: 8px;
  margin-bottom: -10px;
}

.zadnjipost {
  text-transform: uppercase;
  font-family: arial;
  font-size: 8px;
  margin-bottom: -10px;
}

.secondarytitle {
  height: 50px;
  weidht: 100%;
  background-color: #EDDC71;
  border-top: solid  10px #EDBF71;
   }

.secondarytitle:hover {
padding-left:50px;
  height: 50px;
  weidht: 100%;
   color: #fff0e0;
  background-color: #EDDC71;
  border-top: solid  10px #EDBF71;
  transition:padding 0.9s linear; -moz-transition:padding 0.9s linear; -webkit-transition:padding 0.9s linear;
  -o-transition:padding 0.9s linear;
   }

.secondarytitle, .secondarytitle h2 {
  text-transform:uppercase; 
  font-family:wire one;
  font-size:50px;
  letter-spacing:-1px;
  color:#fff; 
}


h4{
   position: relative;
   top: 20px;
   left: 1px;
   z-index: 2;

   }

p { 
   position: relative;
   z-index: 1;
   }

.bodylinewidth {
margin-left: 310px;
}


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: 'Wire One', sans-serif;
font-size:28px;
text-transform:uppercase;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a:link{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px;
color: #2d2b2b;
font-family: 'Wire One', sans-serif;
font-size:28px;
text-transform:uppercase;
}

.shadetabs li a:visited{
color: #2d2b2b;
font-family: 'Wire One', sans-serif;
font-size:28px;
text-transform:uppercase;
}

.shadetabs li a:hover{
text-decoration: none;
cursor:text;
color: #2d2b2b;
font-family: 'Wire One', sans-serif;
font-size:28px;
text-transform:uppercase;
}


#content-container div#left {
position: fixed;
top: 0;
left: 0;
overflow: scroll;
overflow-x: hidden;
height: 100%;
}


a.forumlink  {
  color:#333;
  font-family:arial;
  text-decoration:none;
  font-size:9px;
  padding-left: 300px;
  text-transform:uppercase;
  transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear; }

a.forumlink:hover  {
  padding-left: 320px;
  color:#f5ba93;
  font-family:arial;
  text-decoration:none;
  font-size:9px;
  text-transform:uppercase;
  transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear; }

.quote {background-color: #fff  no-repeat scroll 1px 5px ;
border-top: 5px #EDDC71 solid;
border-right: 5px #EDDC71 solid;
padding-right: 10px;
padding-left: 10px;
padding-top: 20px;
padding-bottom: 10px;
  -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.code {background-color: #fff  no-repeat scroll 1px 5px ;
border-top: 5px #EDDC71 solid;
border-left: 5px #EDDC71 solid;
padding-right: 10px;
padding-left: 10px;
padding-top: 20px;
padding-bottom: 10px;
  -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

a.tip2 {
  position: relative;
  text-decoration: none;
  transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear;
}
a.tip2 span {display: none; transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear;
z-index: 1;}
a.tip2:hover span {
  display: block;
  position: absolute;
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -32px;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;   
  color: #fff;
  font-size: .86em;
  transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear;
  z-index: 1;
}
a.tip2:hover span:after {
  position: absolute;
  display: block;
  content: ""; 
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom: -16px;
  left: 10px;
  transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear;
   
   z-index: 1;
}

.naslovwidget {
  color:#EDDC71;
  font-family:Wire One;
  text-decoration:none;
  font-size: 60px;
  text-transform:uppercase;
text-align: left;}


ha.drugo {
  text-align: center;
  font-family: georgia;
  font-style: italic;
  letter-spacing:0px;
    -webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

ha.drugo:hover {
  text-align: center;
  font-family: georgia;
  font-style: italic;
  letter-spacing: 3px;
}
.prvo {
  height: 120px;
    width: 295px;
  opacity: 0.2;
  -webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
  margin-top: 5px;
}

.prvo:hover {
  height: 120px;
    width: 295px;
  opacity: 0.8;
  margin-top: 5px;
}
 
 
.lallal {
  height: 80px;
  width: 200px;
  border: #000 2px solid;
border-radius:10px;
  -moz-border-radius:10px;
  background-color: #000;
  float: middle;
  margin-left: 20px;
  margin-top: 5px;
}

.textyy2 {
  float: left;
  margin-top: -2px;
  color:#EDBF71;
  font-family:Wire One;
  text-decoration:none;
  font-size: 35px;
  text-transform:uppercase;
  margin-left: 5px;
}

 .textyy {
  float: left;
  margin-top: 0px;
  margin-left: 4px;
  height: 37px;
  width: 175px;
  text-align: justify;
  padding: 0px;
  font-size: 9px;
  text-weight: bold;
  overflow: auto;
  font-family: arial;
  line-height: 87%;
  font-style: italic;
  text-transform:lowercase;
  color: #fff;
}

a, .pun a {
  text-decoration: none !important;
}

.nameup {
  font-family: Wire One;
  font-size: 18px;
  text-transform:uppercase;
}

a.mainmenu {
    margin-left: -8px !important;
 
}

a.mainmenu {
  padding-top: 10px;
  padding-bottom: 10px;
    opacity: 0.3 !important;
    text-decoration: none !important;
    font-weight: bold !important;
  background-color: #EDDC71;
font-family:arial;
  font-size: 9px;
  text-transform:lowercase;
  transition:padding 0.9s linear;
  -moz-transition:padding 0.9s linear;
  -webkit-transition:padding 0.9s linear;
  -o-transition:padding 0.9s linear;
}

a.mainmenu:hover {
    border-bottom: 3px solid #EDBF71 !important;
    color: #EDBF71;
    opacity: 1 !important;
  background-color: #EDDC71;
  font-family:arial;
  text-decoration:none;
  font-size: 9px;
  text-transform:lowercase;
  transition:padding 0.9s linear;
  -moz-transition:padding 0.9s linear;
  -webkit-transition:padding 0.9s linear;
  -o-transition:padding 0.9s linear;
}

i {
color: #EDBF71;
}


.widget1 {
  height: 200px;
    width: 260px;
  opacity: 0.2;
  -webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
  margin-top: 5px;
}

.widget1:hover {
  height: 200px;
    width: 260px;
  opacity: 0.8;
  margin-top: 5px;
}
 
 
.widget2 {
  height: 180px;
  width: 220px;
  border: #000 2px solid;
border-radius:10px;
  -moz-border-radius:10px;
  background-color: #000;
  float: middle;
  margin-left: 10px;
  margin-top: 5px;
}

 .textzawidget {
  float: left;
  height: 150px;
  width: 190px;
  text-align: justify;
  padding: 0px;
  font-size: 9px;
  text-weight: bold;
  overflow: auto;
  font-family: arial;
  line-height: 87%;
  font-style: italic;
  text-transform:lowercase;
  color: #fff;
}






ZA ORANŽNO RUMENO PRENOVO!!!!
Nazaj na vrh Go down
https://hawaiiparadise.slovenianforum.com

stare kode od neje

Stran 1 od 1

Permissions in this forum:Ne, ne moreš odgovarjati na teme v tem forumu
 :: it has been a while-