пежо 407
Lineage II Official Servers - Lineage2: Rise of Darkness
/*
* Cascading Style Sheet(CSS 467), for Invision Power Board 2.0.0
* Author: James A. Mathias, admin@leihu.com, http://www.1lotus.com
* Copyright: 2004 Invision Power Services, all rights reserved
*
* All style attributes in alpha-numeric order starting from 0
*
*/
/*
* ========================================
* global element styles
* ========================================
*/
html{
overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
body{
background: black;
color: #D1C0A5;
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
font-size: 12px;
line-height: 135%;
margin: 0;
padding: 0; /* required for Opera to have 0 margin */
text-align: center; /* centers board in MSIE */
}
table,
tr,
td{ /* required for text in tables, because tables do not inherit from body */
background: transparent;
color: #D1C0A5;
font-size: 11px;
line-height: 135%;
}
table{ /* makes all tables 100% wide */
width: 100%;
}
td,
.divpad{ /* gives all tables faux cellpadding of 5px */
padding: 5px;
}
td.nopad{ /* allows some tables to have no padding on the td */
padding: 0;
}
form{
display: inline;
margin: 0; /* removes mystery form tag gapping */
padding: 0; /* removes mystery form tag gapping */
}
img{
border: 0; /* makes sure linked images do not have a border */
vertical-align: middle;
}
/*
* ========================================
* global hyperlink styles
* ========================================
*/
a:link,
a:visited{
background: transparent;
color: #E5C393;
text-decoration: none;
}
a:hover,
a:active{
background: transparent;
color: #E5B673;
}
/*
* ========================================
* Main wrapper, this controls the overall width of the board in you browser view window.
* ========================================
*/
#ipbwrapper{
margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */
width: 100%;
}
/*
* ========================================
* styles for pagination links
* ========================================
*/
.pagelink,
.pagelinklast,
.pagecurrent,
.minipagelink,
.minipagelinklast{
background: #000;
border: 1px solid #072A66;
padding: 1px 3px 1px 3px;
}
.pagelinklast,
.minipagelinklast{
background: #DFE6EF;
}
.pagecurrent{
background: #FFC9A5;
}
.minipagelink,
.minipagelinklast{
border: 1px solid #C2CFDF;
font-size: 10px;
margin: 0 1px 0 0;
}
.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link{
text-decoration: none;
}
/* fake button effect for some links */
.fauxbutton{
background: #2D2D2D;
color: #D1C0A5;
border: 1px solid #707070;
font-size: 11px;
font-weight: bold;
padding: 4px;
}
.fauxbutton a:link,
.fauxbutton a:visited,
.fauxbutton a:active{
color: #D1C0A5 !important;
text-decoration: none;
}
.forumdesc,
.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active{
background: transparent;
font-size: 10px;
color: #D1C0A5;
line-height: 135%;
margin: 2px 0 0 0;
padding: 0;
}
/* =================================================================================== */
/* =================================================================================== */
/* =================================================================================== */
.searchlite {
background-color:yellow;
font-weight:bold;
color: red;
}
.activeusers{
background: #D1C0A5;
border: 1px solid #072A66;
color: #000;
margin: 0px;
padding: 1px;
}
.activeuserposting a:link,
.activeuserposting a:visited,
.activeuserposting a:active,
.activeuserposting
{
font-style:italic;
text-decoration: none;
border-bottom:1px dotted black;
}
fieldset.search{
line-height: 150%;
padding: 6px;
}
label{
cursor: pointer;
}
img.attach{
background: #808080 url(style_images/gothiclaby/click2enlarge.gif) no-repeat top right;
border: 1px solid #808080;
margin: 0 2px 0 0;
padding: 11px 2px 2px 2px;
}
.thumbwrap,
.thumbwrapp,
.fullimagewrap{
border: 1px solid #072A66;
margin: 2px;
}
.thumbwrapp{
border: 2px solid #660707;
}
.fullimagewrap{
background: #999999;
text-align: center;
margin: 5px 0 5px 0;
padding: 5px;
}
.thumbwrap h4,
.thumbwrapp h4{
background: #999999;
border: 0 !important;
border-bottom: 0px solid #5176B5 !important;
color: #5176B5;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
}
.thumbwrap p,
.thumbwrapp p{
background: #EEF2F7 !important;
border: 0 !important;
border-top: 1px solid #5176B5 !important;
margin: 0 !important;
padding: 5px !important;
text-align: left;
}
.thumbwrap p.alt,
.thumbwrapp p.alt{
background: #DFE6EF !important;
margin: 0 !important;
padding: 5px !important;
text-align: left;
}
.thumbwrapp p.pin{
background: #EFDFDF !important;
text-align: center !important;
}
.thumbwrap img.galattach,
.thumbwrapp img.galattach{
background: #FFF url(style_images/gothiclaby/img_larger.gif) no-repeat bottom right;
border: 1px solid #072A66;
margin: 5px;
padding: 2px 2px 10px 2px;
}
li.helprow{
margin: 0 0 10px 0;
padding: 0;
}
ul#help{
padding: 0 0 0 15px;
}
.warngood,
.warnbad{
color: #0B9500;
font-weight: bold;
}
.warnbad{
color: #DD0000;
}
#padandcenter{
margin: 0 auto 0 auto;
padding: 14px 0 14px 0;
text-align: center;
}
#profilename{
font-size: 28px;
font-weight: bold;
}
#photowrap{
padding: 6px;
}
#phototitle{
border-bottom: 1px solid #000;
font-size: 24px;
}
#photoimg{
margin: 15px 0 0 0;
text-align: center;
}
#ucpmenu,
#ucpcontent{
background: #000;
border: 0px solid #746967;
line-height: 150%;
}
#ucpmenu p{
margin: 0;
padding: 2px 5px 6px 9px;
}
#ucpmenu a:link,
#ucpmenu a:active,
#ucpmenu a:visited{
text-decoration: none;
}
#ucpcontent{
width: auto;
}
#ucpcontent p{
margin: 0;
padding: 10px;
}
.activeuserstrip{
background: #BCD0ED;
padding: 6px;
}
/* Topic View elements */
.signature{
background: transparent;
color: #339;
font-size: 10px;
line-height: 150%;
}
.postdetails{
font-size: 10px;
line-height:140%;
}
.postcolor{
font-size: 12px;
line-height: 160%;
}
.normalname{
color: #003;
font-size: 12px;
font-weight: bold;
}
.normalname a:link,
.normalname a:visited,
.normalname a:active{
font-size: 12px;
}
.post1,
.bg1{
background: #313131 url(style_images/gothiclaby/tile_post.jpg);
}
.post2,
.bg3{
background: #414141 url(style_images/gothiclaby/tile_post.jpg);
}
.row2shaded,
.post1shaded { background-color: #333333; border: 1px solid #746967; }
.row4shaded,
.post2shaded { background-color: #333333; border: 1px solid #746967; }
.row1{
background: #000;
border: 1px solid #746967;
}
.row2{
background: #000;
border: 1px solid #746967;
}
.jumprow{
background: #000;
border: 0px solid #746967;
}
.row4{
background: #999999 url(style_images/gothiclaby/tile_row4.gif);
border: 0px;
}
.darkrow1{
background: #919191 url(style_images/gothiclaby/tile_darkrow1.gif);
color: #D1C0A5;
}
.darkrow3{
background: #D1DCEB;
color: #3A4F6C;
}
/* tableborders gives the white column / row lines effect */
.plainborder,
.tablefill,
.tablepad{
color: #ff0000;
background: #000;
border: 1px solid #345487;
}
.tablefill,
.tablepad{
padding: 6px;
}
.tablepad{
border: 0 !important;
}
.wrapmini{
float: left;
line-height: 1.5em;
width: 25%;
}
.pagelinks{
float: left;
line-height: 1.2em;
width: 35%;
}
.desc{
font-size: 11px;
color: #D1C0A5;
}
.lastaction
{
font-size: 10px;
color: #D1C0A5;
}
.edit{
font-size: 9px;
}
.thin{
border: 1px solid #746967;
border-left: 0;
border-right: 0;
line-height: 150%;
margin: 2px 0 2px 0;
padding: 6px 0 6px 0;
}
/* =================================================================================== */
/* =================================================================================== */
/* =================================================================================== */
/*
* ========================================
* calendar styles
* ========================================
*/
.calmonths{
background: #49423C url(style_images/gothiclaby/tile_calmonths.gif);
border: 0px solid #C2CFDF;
font-size: 18px;
font-weight: bold;
margin: 5px 0 5px 0;
padding: 16px;
text-align: center;
}
.weekday{
font-size: 14px;
font-weight: bold;
}
.calmonths a{
text-decoration: none;
}
.calday,
.calweekday{
background: #36322A;
border-top: 1px solid #746967;
border-bottom: 1px solid #746967;
color: #E5C393;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 4px;
text-align: right;
}
.calweekday{
background: #2D2D2D;
border: 1px solid #746967;
color: #D1C0A5;
font-size: 14px;
padding: 6px;
text-align: center;
}
.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday{
background: #4E4741;
border: 0px solid #746967;
height: 100px;
margin: 0;
padding: 0;
vertical-align: top;
}
.mcellblank,
.mcelldate,
.mcelltoday{
height: auto;
}
.cellblank,
.mcellblank{
background: #000;
}
.celltoday,
.mcelltoday{
border: 1px dotted #FF9900;
}
/*
* ========================================
* form styles
* ========================================
*/
legend{
color: #E5C393;
}
input,
textarea,
select{
background: #2D2D2D;
border: 1px solid #707070;
color: #D1C0A5;
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
margin: 5px;
padding: 2px;
vertical-align: middle;
}
input.checkbox{
border: 0;
margin: 0px;
padding: 0px;
}
input.ucpbottom{
padding:1px;
margin: 2px;
}
input.ucpbottomsmall{
padding: 0px;
margin: 0px;
}
select{
border: 0;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
input.button{
margin: 0px;
width: auto;
}
input.textbox{
border: 2px dotted #707070;
margin: 0px;
width: auto;
}
input.messengerbutton{
margin: 2px;
padding: 1px;
width: auto;
}
optgroup option{
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
}
.codebuttons{
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 10px;
vertical-align: middle;
margin:2px;
}
.textarea,
.searchinput,
.button,
.gobutton{
background: #2D2D2D;
border: 1px solid #746052;
color: #D1C0A5;
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 11px;
padding: 2px;
vertical-align: middle;
}
.searchinput{
border: 2px dotted #707070;
color: #D1C0A5;
}
.button{
border: 1px solid #707070;
background: #2D2D2D;
color: #D1C0A5;
}
.gobutton{
background: transparent;
border: 0;
color: #072A66;
margin: 0;
vertical-align: middle;
}
.radiobutton,
.checkbox,
.checkbox2,
.helpbox {
border: 0;
vertical-align: middle;
}
/*
* class.formtable
*
* used for tabled forms
* technically tables should not be used for form display
* but, in the case of IPB a table is easier to work with
* for the average webmaster, who has little to no CSS knowledge.
*
*/
.formtable{
background: transparent;
}
.formtable td,
.pformleft,
.pformleftw,
.pformright{
background:#000;
border: 1px solid #746967;
border-bottom: 0;
border-left: 0;
font-weight: bold;
margin: 1px 0 0 0;
padding: 6px;
width: 25%;
}
.formtable td.wider,
.pformleftw,
.pformright{
width: 40%;
}
.formtable td.formright,
.pformright{
border-right: 0;
font-weight: normal;
width: auto;
}
.formtable td.formtitle,
.formsubtitle{
background: #999999 url(style_images/gothiclaby/tile_stats.gif);
border: 1px solid #9FB9D4;
border-bottom: 0;
border-left: 0;
border-right: 0;
font-weight: normal;
}
.formsubtitlesearch{
background: #000 url(style_images/gothiclaby/tile_formbuttonsearch.gif);
border: 0px solid #9FB9D4;
border-bottom: 0;
border-left: 0;
border-right: 0;
font-weight: normal;
padding: 0px;
}
.formsubtitle{
border: 0;
color: #E5C393;
font-weight: bold;
padding: 4px;
}
.formtable td.formstrip{
background: #DDE8F2;
border: 1px solid #9FB9D4;
border-left: 0;
border-right: 0;
font-weight: normal;
}
.formcalminisubtitle{
background: url(style_images/gothiclaby/tile_calminisubtitle.gif);
}
.formcalsubtitle{
background: url(style_images/gothiclaby/tile_calsubtitle.gif);
}
/*
* ========================================
* new style quote and code wrappers MATT's DESIGN
* ========================================
*/
.quotetop{
background: #2D2D2D;
border: 1px dotted #746967;
color: #D1C0A5;
font-weight: bold;
font-size: 10px;
margin: 8px auto 0 auto;
padding: 4px;
width: 90%;
}
.quotemain{
background: #444444;
border: 1px dotted #746967;
border-top: 0;
color: #E5C393;
margin: 0 auto 8px auto;
padding: 4px;
width: 90%;
}
.codetop,
.sqltop,
.htmltop{
background: #2D2D2D;
border: 1px dotted #746967;
color: #D1C0A5;
font-weight: bold;
font-size: 10px;
margin: 8px auto 0 auto;
padding: 4px;
width: 90%;
}
.codemain,
.sqlmain,
.htmlmain{
background: #444444;
border: 1px dotted #746967;
border-top: 0;
color: #E5C393;
margin: 0 auto 8px auto;
padding: 4px;
width: 90%;
}
/*
* ========================================
* old school quote and code styles - backwards compatibility
* ========================================
*/
#QUOTE,
#CODE{
background: #FAFCFE;
border: 1px solid #000;
color: #465584;
font-family: Verdana, Arial;
font-size: 11px;
padding: 2px;
white-space: normal;
}
#CODE{
font-family: Courier, Courier New, Verdana, Arial;
}
/*
* ========================================
* All New Styles
* ========================================
*/
.cleared{
clear: both;
}
.borderwrap{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
background: transparent;
border: 0px solid #000;
padding: 0;
margin: 0;
}
.borderwrapm{
background: #000
border: 0px solid #000;
padding: 0;
margin: 5px;
}
.borderwrap h3,
.maintitle,
.maintitlecollapse{
background: transparent url(style_images/gothiclaby/tile_cat.gif);
border: 0px solid #FFF;
border-bottom: 0px solid #5176B5;
color: #E5C393;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 16px;
height: 16px;
}
.maintitlecollapse{
border: 0px solid #FFF;
}
.maintitle p,
.maintitlecollapse p,
.formsubtitle p{
background: transparent !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members{
float: right;
width: auto !important;
}
.maintitle a:link,
.maintitle a:visited,
.maintitlecollapse a:link,
.maintitlecollapse a:visited{
background: transparent;
color: #E5C393;
text-decoration: none;
}
.maintitle a:hover,
.maintitle a:active,
.maintitlecollapse a:hover,
.maintitlecollapse a:active{
background: transparent;
color: #E5B673;
}
table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{
background: transparent url(style_images/gothiclaby/tile_sub.gif);
border: 0px solid #ff0000;
border-bottom: 0px solid #ff0000;
color: #E5C393;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
padding: 8px;
}
.subtitlediv{
border: 1px solid #FFF;
border-bottom: 1px solid #5176B5;
text-align: right;
}
.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited,
.subtitlediv a:visited{
background: transparent;
color: #E5C393;
text-decoration: none;
}
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover{
background: transparent;
color: #E5B673;
text-decoration: none;
}
.borderwrap h4{
background: #999999 url(style_images/gothiclaby/tile_borderwrap_h4.gif);
border: 0px
color: #E5C393;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
}
.borderwrap p{
background: #000 url(style_images/gothiclaby/tile_borderwrap_p.gif);
border: 0px solid #707070;
margin: 0px;
padding: 10px;
text-align: left;
font-weight: bold;
font-size: 10px;
}
.borderwrap p2{
background: #000;
border: 0px solid #707070;
margin: 0px;
padding: 10px;
text-align: left;
font-weight: bold;
font-size: 10px;
}
td.formbuttonrow,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
background: #999999 url(style_images/gothiclaby/tile_formbuttonrow.gif); !important;
border: 0px solid #000;
border-top: 0px solid #000;
margin: 0px !important;
padding: 3px !important;
text-align: center;
}
td.formbuttonrow{
border-bottom: 0;
border-left: 0;
border-right: 0;
}
.borderwrap p.formbuttonrow1{
background: #F9F9F9 !important;
border: 0;
border-top: 1px solid #CCC;
}
td.errorback,
.borderwrap p.errorback{
background: #999999 url(style_images/gothiclaby/tile_errorback.gif); !important;
border: 0px solid #000;
border-top: 0px solid #000;
margin: 0px !important;
padding: 5px !important;
text-align: center;
}
.bar,
.barb,
.barc{
background: #999999 url(style_images/gothiclaby/tile_bar.gif);
border: 1px solid #746052;
border-bottom: 1px solid #746052;
}
.bar p,
.barb p,
.barc p{
background: transparent;
border: 0;
color: #E5C393;
font-size: 11px;
margin: 0;
padding: 5px;
text-align: left;
}
.barb p{
text-align: right;
}
.bar p.over,
.bar p.overs,
.barc p.over,
.barc p.overs{
float: right;
}
.barb p.over,
.barb p.overs{
float: left;
}
.bar p.overs,
.barb p.overs,
.barc p.overs{
position: relative;
top: 5px;
}
.catend{
background: #000 url(style_images/gothiclaby/tile_catend.gif);
color: #000;
font-size: 1px;
height: 16px;
}
.newslink{
background: #000 url(style_images/gothiclaby/news.gif);
border: 0;
margin: 0;
width: 100%;
}
.newslink td{
color: #D1C0A5;
font-size: 10px;
padding: 5px 5px 5px 10px;
}
.newslink span{
background: transparent;
color: #E5B673;
font-style: none;
font-weight: bold;
}
.newslink input{
background: #000;
border: 2px dotted #707070;
color: #D1C0A5;
font-size: 10px;
padding: 3px;
vertical-align: middle;
width: auto;
}
.newslink input.button{
background: transparent;
border: 0;
color: #072A66;
vertical-align: middle;
}
.fieldwrap{
background: #F9F9F9;
border: 1px solid #CCC;
border-top: 0;
margin: 5px;
padding: 0;
text-align: left;
}
.fieldwrap h4{
background: #EEE;
border: 1px solid #CCC;
border-left: 0;
border-right: 0;
color: #444;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
}
.globalmesswarnwrap,
#pmnotewrap{
background: #313131 url(style_images/gothiclaby/tile_post.jpg);
border: 1px solid #992A2A;
border-top: 0;
margin: 0px;
padding: 0;
}
.globalmesswarnwrap h4,
#pmnotewrap h4{
background: #313131 url(style_images/gothiclaby/tile_post.jpg);
border: 1px solid #992A2A;
border-left: 0;
border-right: 0;
color: #992A2A;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
}
.globalmesswarnwrap p,
#pmnotewrap p{
background: #313131 url(style_images/gothiclaby/tile_post.jpg);
border: 0;
color: #992A2A;
margin: 0;
padding: 8px;
}
.globalmesswrap,
#pmnotewrap{
background: #313131 url(style_images/gothiclaby/tile_post.jpg);
border: 0;
border-top: 0;
margin: 0px;
padding: 0;
}
.globalmesswrap h4,
#pmnotewrap h4{
background: transparent url(style_images/gothiclaby/tile_sub.gif);
border: 0px solid #ff0000;
border-bottom: 0px solid #ff0000;
color: #E5C393;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
padding: 8px;
}
.globalmesswrap p,
#pmnotewrap p{
background: #313131 url(style_images/gothiclaby/tile_post.jpg);
border: 0;
font-size: 10px;
color: #D1C0A5;
margin: 0;
padding: 8px;
}
.errorwrap,
#pmnotewrap{
background: #F2DDDD;
border: 1px solid #992A2A;
border-top: 0;
margin: 5px;
padding: 0;
}
#pmnotewrap{
line-height: 135%;
margin: 0 0 5px 0;
}
.errorwrap h4,
#pmnotewrap h4{
background: #E3C0C0;
border: 1px solid #992A2A;
border-left: 0;
border-right: 0;
color: #992A2A;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
}
.errorwrap p,
#pmnotewrap p{
background: transparent;
border: 0;
color: #992A2A;
margin: 0;
padding: 8px;
}
#pmnotewrap p.pmavatar{
float: left;
}
#pmnotewrap p.pmnotefoot{
background: #E3C0C0;
border-top: 1px solid #992A2A;
text-align: right;
}
#pmnotewrap a:link,
#pmnotewrap a:visited{
background: transparent;
color: #E5C393;
text-decoration: underline;
}
#pmnotewrap a:hover,
#pmnotewrap a:active{
background: transparent;
color: #E5B673;
text-decoration: none;
}
.ruleswrap{
background: #F2DDDD;
border: 1px solid #992A2A;
color: #992A2A;
margin: 5px 0 5px 0;
padding: 5px;
}
#redirectwrap{
background: #746967;
border: 0px solid #C2CFDF;
margin: 200px auto 0 auto;
text-align: left;
width: 515px;
}
#redirectwrap h4{
background: #36322A url(style_images/gothiclaby/tile_redirecth4.gif);
border-bottom: 0px solid #C2CFDF;
color: #E5C393;
font-size: 14px;
margin: 0;
padding: 8px;
}
#redirectwrap p{
background: url(style_images/gothiclaby/tile_post.jpg);
margin: 0;
padding: 5px;
}
#redirectwrap p.redirectfoot{
background: #4E4741 url(style_images/gothiclaby/tile_redirectfoot.gif);
border-top: 0px solid #C2CFDF;
text-align: center;
padding: 3px;
}
#redirectwrap p.redirectend{
background: #000 url(style_images/gothiclaby/tile_catend.gif);
border: 0;
text-align: center;
font-size: 1px;
height: 16px;
}
#gfooter{
background: #999999 url(style_images/gothiclaby/navstrip.gif);
margin: 5px 0 5px 0;
padding: 12px 0px 12px 0px;
font-weight: bold;
width: 100%;
}
#gfooter td{
color: #D1C0A5;
font-size: 10px;
padding: 9px;
}
#gfooter a:link,
#gfooter a:visited{
color: #D1C0A5;
}
#logostrip{
background: #000;
border: 0;
height: 68px;
margin: 0;
padding: 0;
}
#submenu{
background: #000;
border: 0;
border-top: 0;
color: #E5C393;
margin: 0;
}
#userlinks,
#userlinksguest{
background: #000;
border: 0;
margin: 5px 0 5px 0;
padding: 0 5px 0 5px;
}
#userlinksguest{
background: #000;
border: 0;
}
#submenu p,
#userlinks p,
#userlinksguest p{
background: transparent !important;
border: 0 !important;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0 !important;
padding: 7px 0 7px 0;
text-align: right;
}
#userlinks p,
#userlinksguest p{
font-weight: normal;
letter-spacing: 0;
}
#submenu p.home,
#userlinks p.home,
#userlinksguest p.home{
float: left;
}
#userlinksguest p.pcen{
text-align: center;
}
#submenu a:link,
#submenu a:visited{
background: transparent;
color: #E5C393;
padding: 0 6px 0 6px;
text-decoration: none;
}
#submenu a:hover,
#submenu a:active{
background: transparent;
color: #E5B673;
}
#navstrip{
background: transparent url(style_images/gothiclaby/navstrip.gif) repeat-x;
color: #D1C0A5;
font-size: 12px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 12px 0 12px 0px;
}
#navstrip a:link,
#navstrip a:visited{
background: transparent;
color: #E5C393;
text-decoration: none;
}
#navstrip a:hover,
#navstrip a:active{
background: transparent;
color: #E5B673;
}
.toplinks{
background: transparent;
color: #000;
margin: 0;
padding: 0 0 10px 0;
text-align: right;
}
.toplinks span{
background: #2B2923 url(style_images/gothiclaby/tile_toplinks.gif);
border: 1px solid #1C1B1A;
border-bottom: 1px solid #1C1B1A;
color: #000;
font-size: 10px;
font-weight: bold;
margin: 0 10px 0 0;
padding: 10px;
}
.copyright{
background: #000;
font-size: 11px;
margin: 0 0 5px 0;
padding: 8px;
}
/*
* ========================================
* print page styles
* ========================================
*/
#print{
margin: 20px auto 20px auto;
padding: 0;
text-align: left;
width: 85%;
}
#print h1,
#print h2,
#print h3,
#print h4,
#print p{
color: #036;
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 20px;
}
#print h2,
#print h3,
#print p{
border-bottom: 1px solid #999;
font-size: 11px;
font-weight: normal;
}
#print h3{
background: #F5F5F5;
font-size: 12px;
font-weight: bold;
margin: 0 0 10px 0;
}
#print h4{
background: #F9F9F9;
font-size: 11px;
}
#print p{
margin: 0 0 5px 0;
padding: 10px;
}
#print p.printcopy{
border: 0;
color: #000;
text-align: center;
}
Lineage2 C4 (la2.aaanet.ru)
Чат ПомощьПоискПользователиКалендарь
Здравствуйте, гость ( Вход | Регистрация )
Lineage2: Rise of Darkness > Королевство: Окрестности > Постоялый Двор
41 страниц « < 28 29 30 31 32 > »
Lineage II Official Servers, no shout
Опции
KainTheBest
15 Mar 2008, 07:43
Сообщение
#581
Испытуемый
Группа: Горожанин
Сообщений: 22
Регистрация: 19 May 07
Из: lineage2 :)
Пользователь №: 8,989
Пол: мужской
Имя в игре: Reqviem
Уровень: 64+
Профессия: BD(teon) glad(abyss)
Клан: Забил на C4
na abese LS vabwe ne pawyt )) tenevova aruwi9 net vklane max mest 40 bolwe nelz9 ;)na abese LS vabwe ne pawyt )) tenevova aruwi9 net vklane max mest 40 bolwe nelz9 ;)[quote name='KainTheBest' date='15 Mar 2008, 07:42' post='479195']na abese LS vabwe ne pawyt )) tenevova aruwi9 net vklane max mest 40 bolwe nelz9 ;)
Staffi
15 Mar 2008, 14:34
Сообщение
#582
Паладин
Группа: Патриций
Сообщений: 255
Регистрация: 29 April 06
Пользователь №: 4,291
Пол: мужской
abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse
--------------------
Цитата(Demos @ 28 Jan 2008, 00:15) Тяжело не стать первыми, тяжело быть первыми : )
koos
15 Mar 2008, 14:49
Сообщение
#583
New live...
Группа: Патриций
Сообщений: 326
Регистрация: 1 June 07
Пользователь №: 9,205
Пол: мужской
Клан: TheArtOfWar...
Цитата(Staffi @ 15 Mar 2008, 14:34) abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuse abuseAAA>AAA>AAA>AAA>AAA>>AAA...
--------------------
Тот кому надо...своего добьется все равно
DeniZ
15 Mar 2008, 14:53
Сообщение
#584
Воин
Группа: Горожанин
Сообщений: 72
Регистрация: 22 May 07
Пользователь №: 9,006
Пол: мужской
реалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреал реалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреал реалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалреалСообщение отредактировал DeniZ - 15 Mar 2008, 14:53
В.В.Путин
16 Mar 2008, 17:48
Сообщение
#585
На пути к успеху!
Группа: Патриций
Сообщений: 482
Регистрация: 10 April 07
Из: Rostov Castle Town
Пользователь №: 8,441
Пол: не скажу
Уровень: NooB
Профессия: Arcane Lord
Клан: Undeads/LEGI0N
что такое LS??или вы имели ввиду LSD
--------------------
ЦитатаНУ ПОЧЕМУ НЕ СОЗДАЮТСЯ КАМАЕЛИ???!!!
Corpe
16 Mar 2008, 18:07
Сообщение
#586
.
Группа: Патриций
Сообщений: 559
Регистрация: 10 January 06
Пользователь №: 2,682
Пол: мужской
Имя в игре: Corpe
Уровень: -10
Клан: Warg
Цитата(Staffi @ 11 Mar 2008, 14:58) Даютли штрафы за дроп варов?кто собрался вар дропнуть?))
--------------------
ALEX (V.O.)As the music came to its climax, I could viddy myself very clear, running and running on like very light and mysterious feet, carving the whole face of the creeching world with my cut throat britva. I was cured all right.
serega0071
16 Mar 2008, 18:09
Сообщение
#587
#9 Teon
Группа: Патриций
Сообщений: 390
Регистрация: 16 November 06
Пользователь №: 6,586
Пол: мужской
Цитата(В.В.Путин @ 16 Mar 2008, 17:48) что такое LS??или вы имели ввиду LSDLS= Life Stone вроде так)
--------------------
Иногда прошлое так давит на будущее ,что в настоящем не хочется даже житьНам наплевать на игроков пежо 407 их мнения (с) Wagahai (c4x4)
~HooL~
17 Mar 2008, 08:22
Сообщение
#588
Smokin Aces
Группа: Патриций
Сообщений: 583
Регистрация: 10 February 06
Пользователь №: 3,167
Пол: мужской
Уровень: harosh
Цитата(serega0071 @ 16 Mar 2008, 18:09) LS= Life Stone вроде так)ого
--------------------
Kosh
17 Mar 2008, 16:51
Сообщение
#589
Мастер
Группа: Горожанин
Сообщений: 46
Регистрация: 10 October 07
Пользователь №: 10,447
Пол: мужской
Уровень: не
Профессия: играю
Клан: в линей4
Продам перса: СТ78/СХ76/БД60+, на аке СХ41+,БХ62,ВС62(фулл книга),БХ52, Камаэль 24+ на ТЕОНе.P.S. Убедительная прозьба не флудить.....
Antonio.MG
17 Mar 2008, 17:29
Сообщение
#590
n00bless
Группа: Патриций
Сообщений: 263
Регистрация: 28 June 06
Из: RnD
Пользователь №: 4,944
Пол: мужской
Имя в игре: Exel
Уровень: 78
Клан: -
На ааа ставят камаэль Так что вскоре фраза teon.aaanet.ru перестанет вызывать смех!1!1
--------------------
Цитата(DimonTX @ 24 Jan 2008, 13:15) ...видимо смесь говна с маргарином сделала свое дело...Цитата(Abarai Renji @ 24 Feb 2008, 23:29) ... верь в радугу пежо 407 фиолетовые вилки дружок...
no shout
17 Mar 2008, 17:49
Сообщение
#591
Стражник
Группа: Горожанин
Сообщений: 53
Регистрация: 16 October 07
Пользователь №: 10,491
Пол: мужской
Имя в игре: KN0PA
Уровень: 55+
Профессия: барыга
Клан: Pit
Анонсировано следующее дополнение - The 2nd Throne: Gracia --------------------------------------------------------------------------------Разработчики Lineage II опубликовали анонс следующего дополнения, получившего название The 2nd Throne: Gracia. Игрокам обещают выполненный в испанском стиле новый континент Gracia, посмотреть на земли пежо 407 особых обитателей которого (если верить промо-сайту) корейские игроки смогут уже весной этого года.-взято с гохи
--------------------
Server: Teonя фанат Федора Емельяненко узнай про Pride узнай про Федорау нейтралов на теоне прав нет никаких 3.8/2/asus 8800gtx(768)/700vtaaa:Tokyo nekrCleric ppLyska se
FliNT
18 Mar 2008, 15:05
Сообщение
#592
Рыцарь
Группа: Горожанин
Сообщений: 146
Регистрация: 27 January 07
Пользователь №: 7,380
Пол: мужской
Клан: Freemen Time
Цитата(Antonio.MG @ 17 Mar 2008, 17:29) На ааа ставят камаэль Так что вскоре фраза teon.aaanet.ru перестанет вызывать смех!1!1скорее станет выхывать ещё больший смех))))
--------------------
Antonio.MG
18 Mar 2008, 20:10
Сообщение
#593
n00bless
Группа: Патриций
Сообщений: 263
Регистрация: 28 June 06
Из: RnD
Пользователь №: 4,944
Пол: мужской
Имя в игре: Exel
Уровень: 78
Клан: -
Игроки с оффа будут завидывать нам пежо 407 нашему серверу!
--------------------
Цитата(DimonTX @ 24 Jan 2008, 13:15) ...видимо смесь говна с маргарином сделала свое дело...Цитата(Abarai Renji @ 24 Feb 2008, 23:29) ... верь в радугу пежо 407 фиолетовые вилки дружок...
derek
18 Mar 2008, 21:01
Сообщение
#594
Паладин
Группа: Горожанин
Сообщений: 207
Регистрация: 5 June 05
Пользователь №: 681
не зря прогеймер продаёт своего чара. видно ему шепнули что скоро в Ростове будет 40ткий комоель, гораздо лутший чем лолавский офф.
--------------------
Все говорят что мы вместе, но немногие знают в каком../В.Цой/
Antonio.MG
19 Mar 2008, 15:43
Сообщение
#595
n00bless
Группа: Патриций
Сообщений: 263
Регистрация: 28 June 06
Из: RnD
Пользователь №: 4,944
Пол: мужской
Имя в игре: Exel
Уровень: 78
Клан: -
Цитата(derek @ 18 Mar 2008, 21:01) не зря прогеймер продаёт своего чара. видно ему шепнули что скоро в Ростове будет 40ткий комоель, гораздо лутший чем лолавский офф.После продажи чара он может позволить себе новую машину.
--------------------
Цитата(DimonTX @ 24 Jan 2008, 13:15) ...видимо смесь говна с маргарином сделала свое дело...Цитата(Abarai Renji @ 24 Feb 2008, 23:29) ... верь в радугу пежо 407 фиолетовые вилки дружок...
f0xx
19 Mar 2008, 21:02
Сообщение
#596
Харош
Группа: Патриций
Сообщений: 531
Регистрация: 7 August 05
Пользователь №: 1,124
Пол: мужской
копейку старую
--------------------
جيش محمد سوف يعود
kaktus
19 Mar 2008, 23:16
Сообщение
#597
Цaо recordZ
Группа: Патриций
Сообщений: 251
Регистрация: 24 July 06
Из: 61 RUS
Пользователь №: 5,160
Пол: мужской
Профессия:
Цитата(f0xx @ 19 Mar 2008, 21:02) копейку старуюмммммммм......с тонировочкой,обвесами,магнитолкой с дисками гопкора,вот это действительно к успеху пришол Сообщение отредактировал kaktus - 19 Mar 2008, 23:17
--------------------
я в контакте
Ragmar
20 Mar 2008, 21:53
Сообщение
#598
Ученик
Группа: Горожанин
Сообщений: 30
Регистрация: 21 November 07
Пользователь №: 10,767
Пол: мужской
Имя в игре: Tataku
Уровень: 49
Профессия: BladeDancer
Цитата(Antonio.MG @ 19 Mar 2008, 15:43) После продажи чара он может позволить себе новую машину.Вполне, без шуток. Новенький "Пежо-407" вполне в состоянии купить.В тему, фото DaneilDefo (бибизика его самоличная)
Эскизы прикрепленных изображений
--------------------
~HooL~
20 Mar 2008, 21:55
Сообщение
#599
Smokin Aces
Группа: Патриций
Сообщений: 583
Регистрация: 10 February 06
Пользователь №: 3,167
Пол: мужской
Уровень: harosh
Фан бой дефо
--------------------
GodsLike
21 Mar 2008, 01:35
Сообщение
#600
Воин
Группа: Горожанин
Сообщений: 85
Регистрация: 19 March 08
Пользователь №: 11,703
Пол: мужской
Имя в игре: GodsLike
Уровень: 56+
Профессия: Sword Singer
Клан: TROY -- x5
Цитата(Ragmar @ 20 Mar 2008, 21:53) Вполне, без шуток. Новенький "Пежо-407" вполне в состоянии купить.В тему, фото DaneilDefo (бибизика его самоличная)DD живет в Штатах?
--------------------
« Предыдущая тема
· Постоялый Двор
· Следующая тема »
41 страниц « < 28 29 30 31 32 > »
2 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 1 LLIuMoH
Главная страница
Поиск
Помощь
Королевство: Город
|-- Колокольня
|-- Площадь
|---- Арена
|---- Рынок
|-- Библиотека
|---- Human
|------ Human Fighter
|------ Human Mage
|---- Elf
|------ Elf Fighter
|------ Elf Mage
|---- Dark Elf
|------ Dark Mage
|------ Dark Fighter
|---- Orc
|---- Dwarf
|---- Квесты
|---- PvP
|---- Петы пежо 407 Сумоны
|-- Квартал Гильдий
|-- Квартал Бардов
Королевство: Замок
|-- Мастерская
Королевство: Окрестности
|-- Постоялый Двор
|---- Рандеву
Режим отображения: Стандартный ·
Переключить на: Линейный ·
Переключить на: Древовидный
Подписка на тему ·
Сообщить другу ·
Версия для печати ·
Подписка на этот форум
Текстовая версия
Сейчас: 24.4.2008 - 22:05
Русская версия Invision Power Board
v2.1.7 © 2008 IPS, Inc.
Лицензия зарегистрирована на: game.aaanet.ru
разделы
бордюр обоев
время кострома
мурано
концентрирование кислорода
тиристорный контактор
итальянский вина
хоссе карерас билет
слюдопластовые втулка
ивановец
сухой мороженый
корпоративный обслуживание
пежо 407