1234

Объявление


Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » 1234 » • ADVERTISING » cccccccc


cccccccc

Сообщений 1 страница 4 из 4

1

67

1234

0

2

http://se.uploads.ru/t/qawS8.png
http://se.uploads.ru/t/WoqkC.png

0

3

дизайн. осень

Код:
/*******************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 96%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }

/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
  margin: auto;
  width: 874px;
  position: relative;

  }

/* A5.2 */
.punbb {
  float: auto;
  width: 90%;
  margin-left: 46px;
  height: auto;

  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 50px 20%;
  width: auto;
  float: none;
background-position: left;
text-align: left;
background-image: url(http://i65.fastpic.ru/big/2014/0917/a5/013638c45df85e3c9202f344c590cba5.png);
background-color: #baa166;
    border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
     box-shadow: 0px 5px 8px #201917;
    -webkit-box-shadow:0px 5px 8px #201917;
    -khtml-box-shadow:0px 5px 8px #201917;
    -moz-box-shadow:0px 5px 8px #201917;
    }
  color: #1d1e16;

  }

    

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* A5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }


/*******************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: none;
border: 1px dotted #25250a;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*******************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* C1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: leftr;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  background-color: transparent;
  text-align: left;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
font-size: 1.2em;
font-weight: bold;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
    .punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }


   /* C2.14 */
    .punbb td div.tclcon {
            margin-left:50px;
    }


/* C3 Topics

-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
    margin-top: -1px;
  padding-bottom: 1px;
 border-style: none solid solid solid;
  }

/* C3.2 */
.punbb .post h3 {

  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 230px;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 230px;
  margin-left: -6px;

  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  }



/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  }


li.pa-online {
  line-height: 0.8em;

  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 21em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 4em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }


/* C3.16 */


.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/*******************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title h1 span  {
  font-size: 1.5em;
  }



/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;

  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }



/* D3 Forum navigation
-------------------------------------------------------------*/


/* D3.1 */
#pun-navlinks {
  border-style: none;
  border-width:0px;
  margin: 0;
  background-color: transparent;

margin-left: -40px;
}



/* D3.2 */
#pun-navlinks .container {
position: absolute;
top: 613px;
  margin: 0px;
  padding: 0.3em;
  background-color: transparent;
  width: 860px;
  font-weight:normal;
  text-align: center;
  border-style: none;
  }





/* D.3 */
#pun-navlinks li {
border-left: 1px solid rgba(212, 155, 101, 0.196);
border-right: 1px solid rgba(20, 7, 2, 0.251);
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
display: inline-block;
margin-left: -4px;
-webkit-transition: opacity 0.5s;
 -moz-transition: opacity 0.5s;
 -ms-transition: opacity 0.5s;
 -o-transition: opacity 0.5s;
 transition: opacity 0.5s;
background: rgba(255, 77, 38, 0);
opacity: 0.8;
}

#pun-navlinks li:first-of-type{
border-left: none !important;
}
#pun-navlinks li:last-of-type {
border-right: none !important;
}
#pun-navlinks li:hover, #pun-navlinks li:focus, #pun-navlinks li:active {
background: #4a2402;
border-top: 1px solid rgba(20, 7, 2, 0.251);
border-bottom: 1px solid rgba(212, 155, 101, 0.196);
opacity: 0.5;
}



/* D3.4 */
#pun-navlinks li a {
display: inline-block;
font-size: 8pt;
height: 18px;
min-width: 40px;
position: relative;
padding: 0px 7px;
color: #cfa661;
line-height: 20px;
text-transform: uppercase;
font-family:  "Palatino Linotype";
font-weight: bold;
text-shadow: 1px 0px 0px #000000;
  }
#pun-navlinks li a:hover, #pun-navlinks li a:focus, #pun-navlinks li a:active, #bannerbut a:hover, #bannerbut a:focus, #bannerbut a:active {
color: #ceb068 !important;
}

#navawards {display: none !important;}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin: 0px;
  background-color: transparent;
font-family: "Times New Roman";
margin-left: -12px;
font-size: 1.2em;
  }


/* D4.2 */
#pun-ulinks .container {
position: absolute;
top: 643px;
  margin: 0px;
  padding: 0.3em;
  border: none;
  background-color: transparent;
  width: 800px;
  font-weight:normal;
  text-align: center;
  }

 

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: none;
  border-left-width: 0px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.3em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  text-align: left;
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding:-4em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  text-align: left;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: -4.3em 1em 1em 1em;
  margin-left: -10px;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }





/* D9.9 Двигаем верхний баннер */
#pun-title table tbody tr .title-logo-tdr {
position: absolute; z-index: 1; 
margin-left: 857px; 
top: 15px}
Код:
/* other */
#pun-announcement.section h2 span {display: none; }
#pun-announcement .container {padding-top: 1em}
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-main .post-content {font-size: 11px;}
#pun-userlist .usertable th{display:none}
#navawards a {display: none; font-size: 0px;}
#pun-main .pa-author {text-align: center;}
#pun-main .pa-title {text-align: center;}
#pun-main .pa-avatar {text-align: center;}
#pun .tc1,#pun th { text-align: center; font-weight: bold; color: #2d2401; }
#pun-main .post-author ul  {text-align: center;}









/* shapka*/
#pun-title table {
background-image : url(http://i66.fastpic.ru/big/2014/0917/29/8f1571420f9fdfa4665ce8522f02e829.jpg); 
background-repeat : no-repeat;
background-position: top center;
border: none;

height: 669px;
width: 1346px;
margin-left: -284px;
}




/* telo foruma */
#pun { background-image: url(http://i66.fastpic.ru/big/2014/0916/98/74643a8693b002c6e31a86fb30473298.png); background-color: #14100f; background-repeat: repeat;
}

/* fon */
html, body {
        background: url("http://i66.fastpic.ru/big/2014/0916/14/1d7d133808a7a3816713b8b08468ba14.jpg") center; background-color: #14100f;
        }
body {margin: 0 auto; overflow-x: hidden;}







/* Zagolovki */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent !important;
  text-align: left;     
  height: 15px;
  font-size: 12px;
  padding-top: 5px!important;
font: small-caps 500  "Book Antiqua" !important;

text-shadow: 1px 0px 0px #cbbb97;
color: #351904 !important;
font-weight: bold;
  }



/* oformlenie code + quote */
.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
background-clip:padding-box;
-moz-background-clip: padding-box;
border-width: 17px;
-moz-border-image: url(http://i68.fastpic.ru/big/2014/0919/d2/67b820fb0e7af5ea2d15b225d32f57d2.png) 17 repeat;  /* Firefox 4 */
    -webkit-border-image: url(http://i68.fastpic.ru/big/2014/0919/d2/67b820fb0e7af5ea2d15b225d32f57d2.png) 17  repeat;  /* Safari 5 и Chrome */
    -o-border-image: url(http://i68.fastpic.ru/big/2014/0919/d2/67b820fb0e7af5ea2d15b225d32f57d2.png) 17 repeat; /* Opera 10.5 */

 color: #000000;
 


  }


.offline li.pa-online strong {
  font-weight: normal
  }

/*knopki + forma otveta*/


.punbb textarea, .punbb select, .punbb input {
  background-color: #cbb47e;
  font-size: 11px !important;
  color: #000000;
}

.punbb textarea  {
box-shadow: inset 0px -11px 40px #260f08;
}



/* grani */
.punbb .container, .punbb .post-body, .post h3, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post , #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, .punbb th,  #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, #pun th {
 border-color: transparent ;
  }
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend{
 border-color: transparent ;
 }

.punbb .main .container,
.punbb td.tc3, .punbb .section .container,punbb td.tc2,.punbb td.tcr,#pun .tc2, #pun-stats h2, 
 #pun-main .post h3 span, #pun-main .post h3, #pun-main .post-body, #pun-title, 
#pun-main .formal textarea, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2  {background-color: transparent; }


/* ССЫЛКИ И ИХ ЦВЕТА
-------------------------------------------------------------*/


/* Ссылка в спокойном состоянии */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #580c01;
text-shadow: 1px 0px 0px #cbbb97;
  border-bottom: 0px none #000;
  text-decoration: none;
-moz-transition: color 0.2s 0.02s ease;
 -o-transition: color 0.2s 0.02s ease;
 -webkit-transition: color 0.2s 0.02s ease;}

/* Активная ссылка */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #61580a;
  border-bottom: 0px none #000;
}



li#onlinelist a, #pun-stats li.item4 a {color: #343204; font-weight: bold; text-shadow: 1px 0px 0px #cbbb97;}

li#onlinelist a:hover, #pun-stats li.item4 a:hover, #pun-status a:hover, #pun-status .container a:hover, .punbb .post-content p a:hover  {color: #580c01;}


.punbb .main .tcl, .punbb .main .tcr, .punbb .main td, #pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {color: #000000; border-color: transparent;}



/*пользовательские ссылки*/
.punbb .post-links ul a, .punbb .post h3 span a, .punbb .post h3 span {color: #6d3106;
text-shadow: 1px 0px 1px #caae7e;}

.punbb .post-links ul a:hover, .punbb .post h3 span a:hover {color: #4d360d;
}



/*ikonki mess*/

.punbb table Div.icon {float:left; display: block; border-style: none none none none;
width: 50px;
height: 54px;

background-image : url(http://se.uploads.ru/t/SRAfp.png);
background-repeat: no-repeat;
}

TR.inew Div.icon {
background-image : url(http://se.uploads.ru/t/IQegp.png);
background-repeat: no-repeat;
width: 50px;
height: 54px;
}

TR.isticky Div.icon {
background-image : url(http://se.uploads.ru/t/vLt7U.png);
background-repeat: no-repeat;
width: 50px;
height: 54px;
}

TR.iclosed Div.icon {
background-image : url(http://se.uploads.ru/t/aBbxU.png);
background-repeat: no-repeat;
width: 50px;
height: 54px;
}







#pun-stats ul.container {
background-image: url("http://i67.fastpic.ru/big/2014/0917/c4/f8f302d90125b93dd9a53217270d11c4.png");
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 80px;
padding-top: 10px;}





/* futer */
#pun-about  { 
background-image: url("http://i66.fastpic.ru/big/2014/0916/94/27fd9cbd88c4bcc4e13a3c41c0f27794.jpg");
background-repeat: no-repeat; 
background-position: center top;
width: 1042px;
height : 198px; 


margin-bottom: 0px; 
margin-left: -131px; 
}

div#pun-about {
   margin-bottom: -95px;
}



.pa-author a, .pa-author {
font-weight: bold;
}






.tip { 
background-color: black !important;
margin-top: -404px !important;
margin-left: -254px !important;
color: white;
display: none;
padding: 10px;
position: absolute;
z-index: 500;
width: 200px;
font-size: 10px;
white-space: normal;
text-align: center;

}



a.sbla:link, a.sbla:visited {border-left: #945d2d 8px solid; display: block; margin-bottom: 1px; text-transform: lowercase; font-style: italic; font-family: georgia; font-size: 9px; letter-spacing: 1px; background: #200b01; color: #945d2d; text-align: left; padding: 2px 2px 2px 10px;}
a.sbla:hover, a.sbla:active { -moz-transition: 1s ease; -webkit-transition: 1s ease; border-left: #5e0003 23px solid; display: block; text-transform: lowercase; font-family: georgia; font-size: 9px;}
Код:
<!-- Таблица -->
<style>	
#menu {
margin-top: -15px;
width: 585px;
height: 0px;
}

#menu span {
text-align:center;
display: inline-block;
color:#0e0c09;
font-size: 0em;
margin: 0px 10px;
padding: 0px;
background:transparent url() no-repeat;
}

#menu .tabactive {
color: #0e0c09;
font-size: 0em;
text-align: center;
    background:transparent url() no-repeat;
}

</style>


<style>
.lastedit {
display: none;
}
</style>



<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="http://se.uploads.ru/t/pDCJs.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="http://se.uploads.ru/t/VoWYe.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:80px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom:40px; /*отступ снизу (можно не указывать)*/
width:41px; /*ширина кнопки*/
height:41px; /*высота кнопки*/
}
.go-up {
bottom:130px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:80px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>

<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>
Код:
<div class="container"><div style="color: #1e1710; margin-top: -60px; margin-left: -5px; position: absolute; width: 800px;">
<center> <small>Дизайн выполнен специально для <b> FEVER: A MODERN MYTH</b> <br><b> тимошка, 2014</b></small></center>
</div></div>


<script type="text/javascript">
PiarNik="PR";
PiarPas="1111";

var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg><a onclick=\"PiarIn()\">Пиар-Вход</a></span></li>";
if($("#navlogin").html()!=null){

$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>



<script type="text/javascript">
        $(document).ready(function(){
        myarray=new Array(
 "before the game", "http://i63.fastpic.ru/big/2014/0917/60/8a1660b538c7bc1bb0624127a3653b60.png",
 "Los Angeles", "http://i63.fastpic.ru/big/2014/0917/f9/d688032b148746b6b7f75ee6c424d1f9.png",
 "flash, alt & ect.", "http://i63.fastpic.ru/big/2014/0917/3d/eb79f06e116aba32d3336767dfed333d.png",
        "offside", "http://i68.fastpic.ru/big/2014/0919/45/e5ba555e0f4b0dda54e3f5ac4d0ef045.png",
        "advertising", "http://i68.fastpic.ru/big/2014/0919/c9/97627c7de9447725f773b41ec9a009c9.png", 
  "archive", "http://i63.fastpic.ru/big/2014/0917/ff/c9867d09dbbcf1d4a3a20253fedadaff.png", 
        "x files", "http://i63.fastpic.ru/big/2014/0917/8b/b37906b7dbf85423be89746b2343598b.png"
        
   
                   
        )

                $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i)
                {
        for(q=0;q<myarray.length;q++)
  {

        var cssObj = {
            "height":"108px", 
"width":"900px",
"margin-left": "-68px",
          "background-color": "transparent", 
           "background-image":"url("+myarray[q+1]+")",
           "background-position":"50% 50%",
           "background-repeat":"no-repeat",  
           "font-size": "0"   
        }

                if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
                q++}
            });
        });
        </script>

<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.3);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.3);
              });
        });
    });
</script>

<script type="text/javascript">
function show_new() { if(GroupID == 3) return;
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');} show_new();
</script>

<script type="text/javascript">
$(document).ready(function() {
$("td.#MenuTxT div.submenutext").hide();
<!--$(".tabs span:first").addClass("active").show(); -->
$("td.#MenuTxT div.submenutext:first").show();
$("div.#menu span").click(function() {
    $("div.#menu span").removeClass("tabactive");
    $(this).addClass("tabactive");
    $("td.#MenuTxT div.submenutext").hide();
    var activeDiv = $(this).attr("alt");
    $("div."+activeDiv).fadeIn();
    return false; });
});
</script>


<!-- черный title -->
<!-- jquery уже подключен -->
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>
<script type="text/javascript" src="http://your.roll.tv/16311.js"></script>

<script type="text/javascript">
$(document).ready(function(){
$('.menuitem img').animate({width: 50}, 0);
$('.menuitem').mouseover(function(){
; gridimage = $(this).find('img');
gridimage.stop().animate({width: 100}, 50);
}).mouseout(function(){
gridimage.stop().animate({width: 50}, 50);
});
}); 
</script>


<script type="text/javascript">
document.getElementById("blocked").innerHTML = "<div class='mybb_bs'>" + document.getElementById("blocked").innerHTML + "</div>";
document.getElementById("blocked").innerHTML = "<div class='mybb_bs'>" + document.getElementById("blocked").innerHTML + "</div>";
</script>



<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);
}   
}
else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
}
else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
}   
}
</script>













<script type="text/javascript">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.innerHTML="Важные темы"
im.style.color="#4c3a1e"
im.style.backgroundColor="transparent"
im.colSpan="4"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.innerHTML="Темы форума"
normal1.style.color="#4c3a1e"
normal1.style.backgroundColor="transparent"
normal1.colSpan="4"
}}}
</script>




<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
}
}
</script>
<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);
}   
}
else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
}
else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
}   
}
</script>





<!-- Какие-то настройки таблиц -->
<script type="text/javascript">
$(document).ready(function() {
$("td.#MenuTxT div.submenutext").hide();
<!--$(".tabs span:first").addClass("active").show(); -->
$("td.#MenuTxT div.submenutext:first").show();
$("div.#menu span").click(function() {
    $("div.#menu span").removeClass("tabactive");
    $(this).addClass("tabactive");
    $("td.#MenuTxT div.submenutext").hide();
    var activeDiv = $(this).attr("alt");
    $("div."+activeDiv).fadeIn();
    return false; });
});
</script>





<!--Текстовая херня-->
<!-- jquery уже подключен --> 
<script type="text/javascript">
$(document).ready(function() {


//Tooltips
$(".tip_trigger").hover(function(){
$(this).find('.tip').show(); //Show tooltip
}, function() {
$(this).find('.tip').hide(); //Hide tooltip 
}).mousemove(function(e) {
var mousex = e.pageX + 20; //Get X coodrinates
var mousey = e.pageY + 20; //Get Y coordinates
var tipWidth = $(this).find('.tip').width(); //Find width of tooltip
var tipHeight = $(this).find('.tip').height(); //Find height of tooltip

//Distance of element from the right edge of viewport
var tipVisX = $(window).width() - (mousex + tipWidth); 
var tipVisY = $(window).height() - (mousey + tipHeight);

if ( tipVisX < 20 ) { //If tooltip exceeds the X coordinate of viewport
mousex = e.pageX - tipWidth - 20;
$(this).find('.tip').css({ top: mousey, left: mousex });
} if ( tipVisY < 20 ) { //If tooltip exceeds the Y coordinate of viewport
mousey = e.pageY - tipHeight - 20;
$(this).find('.tip').css({ top: mousey, left: mousex });
} else {
$(this).find('.tip').css({ top: mousey, left: mousex });
}
});



});
</script>
Код:
<BR><table  border=0" width="800px" style="text-align: justify; color:#88572c; position: absolute; margin-left: 0px; top:354px; " border: none><tr align=left><td>


<CENTER>

<table style="width: 800px">
<tbody>
<tr>
<td valign="top" style="text-align: right;">
<div id="menu">
<span alt="#sm1" style="cursor: pointer;" class="tabactive"><img src="http://i65.fastpic.ru/big/2014/0917/e1/04c3b9855d43dcfa2ec4945982a2d4e1.png" alt="Welcome"></span>
<span alt="#sm2" style="cursor: pointer;" class=""><img src="http://i65.fastpic.ru/big/2014/0917/e3/87d8214c98a48b3d4fc9e5d066a96ce3.png" alt="Game &amp; News"></span>
<span alt="#sm3" style="cursor: pointer;" class=""><img src="http://i65.fastpic.ru/big/2014/0917/ca/b8f3f5cad3122a0ddd3770effe9f76ca.png" alt="The Best"></span>
</div>
</td>
</tr>

<tr>
   <td id="MenuTxT" valign="top">
    <div id="submenu" > 
     <div id="sm1" class="submenutext" style="display: none; height: 200px; width: 765px;">


<table style="table-layout:fixed;width:100%">
<tbody>
<tr>
<td style="width:77%">
<div style="padding: 0px; margin-left: 10px; width: 505px; line-height: 10px; ">
<center>
<a href="http://mmyth.ru/profile.php?id=17" class="tip_trigger"><img src="http://savepic.su/4300425.png" class="Hoverbuttons"><span class="tip">Иен Сомерхолдер. Ваш администратор.</span></a>
<a href="http://mmyth.ru/profile.php?id=248" class="tip_trigger"><img src="http://savepic.su/4298377.png" class="Hoverbuttons"><span class="tip">Мила Кунис. Модератор.</span></a>
<a href="http://mmyth.ru/profile.php?id=509" class="tip_trigger"><img src="http://savepic.su/4288137.png" class="Hoverbuttons"><span class="tip">Клэр Холт. Модератор.</span></a>
<a href="http://mmyth.ru/profile.php?id=1953" class="tip_trigger"><img src="http://savepic.su/4285065.png" class="Hoverbuttons"><span class="tip">Эшли Реннер. Модератор.</span></a>
<a href="http://mmyth.ru/profile.php?id=1301" class="tip_trigger"><img src="http://savepic.su/4286089.png" class="Hoverbuttons"><span class="tip">Аарон Пол. Модератор.</span></a>
<a href="http://mmyth.ru/profile.php?id=1318" class="tip_trigger"><img src="http://savepic.su/4292233.png" class="Hoverbuttons"><span class="tip">Изабель Лукас. Модератор.</span></a>
<br><font size="2,5" face="Minion Pro">«не отрицают власть, но не приемлют короны» </font>
</center><br>


Добро пожаловать на ролевую игру, посвященную блистательному Голливуду! Мы официально открылись 02.08.12 и вот уже целый год мы в активном, беспрерывном онлайне! Если Вам надоели пресные тематики, скучные и однотипные форумы, то Вам к нам дорога. Любой из наших игроков скажет, что Лихорадка - одна большая семья. У нас тепло, душевно и интересно. А еще горячо, дерзко, нетипично и атмосферно! Скорей собирайте чемоданы и приходите, мы ждем вас с распростертыми объятиями, нескончаемыми идеями, безграничной любовью тут, где каждый сможет чувствовать себя гениальным творцом неповторимой истории!
</div>
</td>
<td><div style="padding: 15px; opacity: 0.8; -moz-border-radius: 0px 0px 0em 0em;width: 230px; margin: -1px 0px 0px 1px;  margin-left: -60px;">
<a href="http://mmyth.ru/viewtopic.php?id=1852#p494942" class="sbla">знакомьтесь, администрация</a>
<a href="http://californiadreamin.rusff.me/viewtopic.php?id=18" class="sbla">правила</a>
<a href="http://californiadreamin.rusff.me/viewtopic.php?id=4" class="sbla">занятые внешности</a>
<a href="http://mmyth.ru/viewtopic.php?id=19&p=12#p493426" class="sbla">top-hit</a> 
<a href="http://californiadreamin.rusff.me/viewtopic.php?id=20" class="sbla">новости</a>
<a href="http://mmyth.ru/viewforum.php?id=5" class="sbla">нужные</a>
<a href="http://mmyth.ru/viewtopic.php?id=3235#p494945" class="sbla">шаблон анкеты</a>
<a href="http://californiadreamin.rusff.me/viewtopic.php?id=8" class="sbla">личное звание</a> 
<a href="http://mmyth.ru/viewtopic.php?id=517" class="sbla">вторые роли</a>
<a href="http://californiadreamin.rusff.me/viewtopic.php?id=6917&p=22#p1086362" class="sbla">гостевая</a>
</div></td>
</tr>
</tbody>
</table>



</div>

     <div id="sm2" class="submenutext" style="display: block;  height: 200px; width: 765px; margin-left: 10px; line-height: 11px; ">
 
<table style="table-layout:fixed;width:100%"><tbody><tr><td>
<center><img src="http://i63.fastpic.ru/big/2014/0917/b8/2983469a2502df65274d32862f9090b8.png" border="0" /></center>
<div align=justify>• Игра идет в режиме реального времени.<br>
• Погода за окном: 25 - 27 градусов выше нуля. <br>
• События в игре: Жизнь наших звезд идет полным ходом! <br>Они живут в беспрерывном потоке фотосессий, съемок, премьер, концертов, торжественных мероприятий и тусовок, что называется, для души. Но и не забывают о том, что важнее всего на свете семья, друзья и любимые люди.</div></span></p></td> 
<td style="width:35px"></td>        
 <td><center><img src="http://i63.fastpic.ru/big/2014/0917/ca/ce64d5494b6bfa49fcd11df10d0fc7ca.png" border="0" /></center>
<div align=justify>Осень своим чуть затуманенным пологом снова манит в объятия поистине неповторимой поры, когда за окном шелестит пожелтевшая листва, роняя на землю последние напоминания об ушедшем лете, и в этой грустной романтике каждый может отыскать ту самую ноту, чтобы настроить свое вдохновение на нужную волну. Мелодия осени так завораживающе прекрасна! Достаточно лишь прислушаться, чтобы прочувствовать всю ее глубину, ведь она отражается даже в шуме промозглого ветра и в монотонном стуке настойчивых капель дождя по карнизу, ты можешь уловить ее даже там, где никогда прежде не замечал, так лови же этот момент скорее!</div></span></p></td>

</tr></tbody></table>

</div>
     <div id="sm3" class="submenutext" style="display: block;  height: 200px; width: 765px; margin-left: 14px; line-height: 11px;">
  <br>
<table style="table-layout:fixed;width:100%">
<tbody>
<tr>
<td>
<center><img src="http://i63.fastpic.ru/big/2014/0917/c1/325cc7ed0ce2dce6d1d97ad0a321e4c1.png" border="0" /></center>
<center><a href="http://californiadreamin.rusff.me/viewtopic.php?id=6849#p1148142"><img src="http://funkyimg.com/i/Kydc.png" class="Hoverbuttons"></a></center>

</td>

<td>
<center><img src="http://i63.fastpic.ru/big/2014/0917/1f/a186309938ae4690439a66a7baaf2e1f.png" border="0" /></center>
<center><a href="http://californiadreamin.rusff.me/profile.php?id=2076"><img src="http://funkyimg.com/i/Kyd7.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=248"><img src="http://funkyimg.com/i/Kyda.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=2004"><img src="http://funkyimg.com/i/Kyd8.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=2047"><img src="http://funkyimg.com/i/Kyd9.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=509"><img src="http://funkyimg.com/i/Kydb.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a></center><br>


<center><img src="http://i63.fastpic.ru/big/2014/0917/ac/62ef6470ac121843b2d291a83dc5c9ac.png" border="0" /></center>
<center><a href="http://californiadreamin.rusff.me/profile.php?id=2004"><img src="http://funkyimg.com/i/KwXg.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=1953"><img src="http://funkyimg.com/i/KwXf.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=1950"><img src="http://funkyimg.com/i/KwXh.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=1873"><img src="http://funkyimg.com/i/KwXi.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a><a href="http://californiadreamin.rusff.me/profile.php?id=2061"><img src="http://funkyimg.com/i/KwXQ.png" border="0" alt="icon" width="50" height="50" class="Hoverbuttons" '="" style="opacity: 0.3;"></a></center><br>
</td>

<td>
<center><img src="http://i63.fastpic.ru/big/2014/0917/85/9779fa1809e2d003c92aa28c290dd785.png" border="0" /></center>
<center><a href=""><img src="http://funkyimg.com/i/KwTM.png" class="Hoverbuttons"></a></center>
</td>


</tr></tbody></table>  

</div>



</td>
</tr>
</tbody>
</table>

</CENTER>

</div></td></tr></table>

0

4

http://sf.uploads.ru/t/3QTNI.png http://sf.uploads.ru/t/hACEb.png

Новогодняя шапка
http://i63.fastpic.ru/big/2014/1215/ca/c7b1a2bae589ec73aa64b9ccf53752ca.jpg

0


Вы здесь » 1234 » • ADVERTISING » cccccccc


Рейтинг форумов | Создать форум бесплатно