Ждать Сэма оказалось намного легче, чем Дин думал. Ведь когда охотник увлечен собственным автомобилем, то время проходит очень быстро. Дин даже не задумывался о новом деле. Ему нечего было что-то еще представлять. Ведь если девочка покинула место пребывания с отцом, то уже сложно сказать, где она и что с ней. Но можно было только предположить. Но и тут была небольшая проблема. Винчестеры уже рассмотрели все возможные варианты, и это точно один из них...
Но каким бы ни был Анакин, она всё ещё любит его. И не может потерять второй раз.
"И в этот раз я могу сделать для него то же, что для меня делал он всё это время..."

TW design

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

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


Вы здесь » TW design » § Пролог » Дизайн.


Дизайн.

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

1

.

0

2

http://s3.uploads.ru/nH4Az.png
http://s8.uploads.ru/4weQr.png
http://s7.uploads.ru/4nxSg.png
http://se.uploads.ru/BK7SA.png
http://s3.uploads.ru/HIO6W.png
http://s4.uploads.ru/U1Qgw.png
http://s5.uploads.ru/dpuqT.jpg
http://sg.uploads.ru/H4PsZ.png
http://sf.uploads.ru/Ve82R.png
http://sh.uploads.ru/mhOiS.png
http://s4.uploads.ru/UEDRO.png
http://s5.uploads.ru/yOfRK.png
http://s8.uploads.ru/7DiPn.png
http://s9.uploads.ru/ReD9n.png
http://sa.uploads.ru/aN8GU.png

0

3

http://sh.uploads.ru/xDbBW.png

0

4

http://sf.uploads.ru/fb0XK.png

0

5

http://s5.uploads.ru/hPC1i.png

0

6

http://s5.uploads.ru/FlPbL.png

0

7

http://sf.uploads.ru/YSfnP.png
http://sf.uploads.ru/I2XKi.png
http://s5.uploads.ru/UzeOI.png
http://se.uploads.ru/18ohE.png
http://s4.uploads.ru/8giaF.png
http://s4.uploads.ru/DoFvW.png
http://se.uploads.ru/oOsmF.png

0

8

http://sd.uploads.ru/eEXx0.png

0

9

http://s5.uploads.ru/10Vvk.png

0

10

http://sh.uploads.ru/6lbdv.png
http://s3.uploads.ru/zlgXf.png

0

11

Структура
Код:
/*************************************************************
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: 100%;
  }

/* A3.2 */
.punbb {
  font: normal 72.75% Georgia, Tahoma, Tahoma, Georgia;
  }

/* 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 : 990px;
  position: relative;

  }

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

  }

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 0% 30%;   
margin-top: 3%;
    width: 400px;   
    float: none;
    text-align: center;   
    font-size: 13px!important;     
border-radius: 0px 50px 0px 50px;
background: #eae3d1 url() repeat;
color: #090e00;
border-top: 5px solid #090e00 !important;
border-bottom: 5px solid #090e00 !important;
border-left: 2px solid #090e00!important;
border-right: 2px solid #090e00 !important;
-webkit-box-shadow:  0px 2px 1px #090e00 inset; 
 -moz-box-shadow: 0px 2px 1px #090e00 inset; 
box-shadow: 0px 2px 1px #090e00 inset; 
padding: 10px;
  color: #000;   
        
    }   
#pun-redirect .main-title {  
    font-size: 0.6em;   
    font-family: Georgia;  
    font-weight: bold;     
    color: black;    
    text-transform: uppercase;    
    text-shadow: 0px 0px 5px silver;  
    padding: 10px!important;
    margin-bottom:0px!important;}

/* 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 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: 100%;
  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-top
  }

/* 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: 1em 0 0 0;
  padding: 0;
  border-width: 0px;
  }

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

div.spoiler-block cite {
   height: 1em !important;
   top: 0 !important; 
}

/* 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: block;
  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 {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px
  }

/* 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: 210px;
margin-top: 2px;
margin-left: -2px;

  }

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

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

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

/* C3.9 */
li.pa-title {

  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  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: 2em;
  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;
  }

/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }



/* 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 : 0px;
  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: 0px;
  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, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  font-family: Georgia;
  }


/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

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

/* D4.1 */
#pun-ulinks  {
  margin-top: 100px;
  margin-left: 0px;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: -3em -5em;

  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
text-transform: none;
  font-size: 10px;
  }

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

/* 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 {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 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;
  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;
  }

/* 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: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

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

/* 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;
}

/* profile */
.post-author a, .post-author a:hover, .post-author a:focus , .post-author a:active {color: #b79584!important;
}
.pa-title {
font-family: "Tahoma" !important;
font-size: 10pt !important;
font-weight: -20 !important;
padding: 0px 0px 2px 2px !important;
}
.pa-author {
background: url(http://sf.uploads.ru/YSfnP.png) 0% 0% no-repeat;
height: 50px;
line-height: 50px !important;
margin-left: -25px !important;
margin-top: -40px !important;
padding: 0px 5px 0px 0px !important;
padding-top: 5px !important;
position: relative;
text-align: center;
width: 240px !important;
}
.pa-avatar.item2{
padding-left: 4px !important;
padding-right: -4px !important;
line-height: -20px !important;
border: none !important;
text-align: center;
}
.pa-author a, .pa-author {
color: #bca99e !important;
font-family: "Tahoma" !important;
font-size: 12pt !important;
font-weight: 0 !important;
margin-left: -40px;
}
.post-author {
background: url(http://s9.uploads.ru/ReD9n.png) repeat-y; weight: 240px;
color: #59504b !important;
}
.post-author ul li {
padding: 0px 4px;
text-align: center;
color: #8c654f !important;
}
.post-author > ul {
    background: url("http://sa.uploads.ru/aN8GU.png") no-repeat scroll center bottom transparent;
margin-left: 0px;
text-align: center;
padding: -10px!important;
}


td.tcr a { 
background: url("") 1px 30% no-repeat transparent;
padding-left: 18px;}


#pun-main .code-box,
#pun-main .quote-box{
border-style: solid;
border-width: 11px 12px 10px 15px;
-moz-border-image: url(http://sg.uploads.ru/H4PsZ.png) 11 12 10 15 round;
-webkit-border-image: url(http://sg.uploads.ru/H4PsZ.png) 11 12 10 15 round;
-o-border-image: url(http://sg.uploads.ru/H4PsZ.png) 11 12 10 15 round;
border-image: url(http://sg.uploads.ru/H4PsZ.png) 11 12 10 15 fill round;}



.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter:alpha(opacity=40);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter:alpha(opacity=40);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}
Цвета
Код:
.punbb .category tr .bottom a{
    opacity: 1;
    font-size: 14px;
    font-weight: bolder;
    font-family: arial;
    font-variant: small-caps;
}
.punbb .category tr .bottom a:hover{
  opacity:0.7;
}


.opisanie {    padding-right: 12px; */
    padding-top: 5px;
    /* padding-bottom: 5px; */
    /* margin-left: -10px; */
    /* letter-spacing: 1px; */
    padding-bottom: 10px;
    height: 30px !important;
    /* overflow-y: auto; */
    font-family: arial;
    font-size: 12px !important;
    /* line-height: 10px; */
    font-style: normal;
    text-align: justify;
}


 #main-reply {
    width: 104%;
    margin-left: -28px;
    margin-top: 5px;
}

.pa-respect, .pa-fld3, .pa-posts {
    display: inline-block;
    margin-left: 1px !important;
    text-align: center;
    width: 59px;
    line-height: 13px;
    /* padding: 7px; */
    /* margin-bottom: 7px!important; */
    /* margin-top: 10px!important; */
    font-size: 11px;
    padding: 2px! important;}


/* CS1 Background and text colours
-------------------------------------------------------------*/

/* шапка */
#pun-title table {
background-image : url(http://sd.uploads.ru/eEXx0.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
  margin-left: -168px;
height: 408px;
width: 1200px;}
 
/* фон */
body { background-position: top center;
background-repeat: repeat; 
background-image : url(http://s5.uploads.ru/dpuqT.jpg)
 }

/* фон контента */
#pun {background-image: url(http://s8.uploads.ru/4weQr.png);
background-repeat: repeat;
background-position : center;
margin-bottom: 50px;}

/* блок формы ответа и кнопки*/
  .punbb textarea, .punbb select, .punbb input{
  background-color: #bea9cc;
  color: #250034;
background-image: url(http://s4.uploads.ru/U1Qgw.png);
border-top:1px solid #37194c;
border-right:1px  solid #37194c;
border-bottom: 1px  solid #37194c;
border-left:4px solid #37194c;
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
}

/* картинка в самый низ */
@media all and (-webkit-min-device-pixel-ratio:0) {
#pun-about p.container {
    margin-left: -166px !important;
} }
#pun-about p.container {
  background-image: url(http://s3.uploads.ru/HIO6W.png);
  background-repeat : no-repeat;
  height: 170px; 
  width: 1200px;
  margin-left: -166px;
  margin-bottom: -85px;
}



/* блок цитат и кодов*/
.punbb .quote-box, .punbb .code-box {
  background-color: #a59cae;
  color: #25192d;
background-image : url("https://forumstatic.ru/files/0012/76/a7/30160.jpg");
border-top:1px solid #24192d;
border-right:1px  solid #24192d;
border-bottom: 1px  solid #24192d;
border-left:4px solid #24192d;
    border-radius:7px;
box-shadow: inset 0px -4px 20px #24192d;
  }

.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span,  .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {background-color: transparent;
color: #0f031b;}

#pun-status .container, #pun-crumbs1 .container
{color: #0f031b;}

#pun-navlinks .container, #pun-ulinks .container {
background-color: transparent;
color: #0f031b;
text-align: center;}

.offline li.pa-online strong {
color: #0f031b;
font-weight: normal}

.punbb textarea, .punbb select, .punbb input {
background-color: transparent;
color: #0f031b;}




/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
color: #200d04;
  font-weight: bold;
font-style: normal;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent
  }

.punbb .divider {
  border-color: transparent
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent
  }

li.pa-online {
  border-left-color: transparent;
  }

.punbb .post-sig dt {
  content: url(http://s1.uploads.ru/oXrPB.png) ;
  width: auto;
  height: auto;
border-color:#231810;
  }



/* CS3 Ссылки
-------------------------------------------------------------*/

/* CS3.1 ссылка до нажатия*/
.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: #603826;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #603826
  }

/* CS3.2 активная ссылка*/
.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: #ad7f64;
    border-bottom: 0px none #ad7f64;
  text-decoration: none;

  }

/* CS3.3 */
#pun-navlinks a {
 color: #261302;
    display: inline-block;
    font-family: "Tahoma";
    font-weight: 400;
    height: 38px;
    line-height: 30px;
    /* min-width: 50px; */
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #190d09
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
 color: #dbbba8;
    display: inline-block;
    font-family: "Tahoma";
    font-weight: 400;
    height: 38px;
    line-height: 30px;
    /* min-width: 50px; */
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #190d09
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #634f3d;
  color: #775845;
  }

/* CS3 Иконки старых, новых, важных, закрытых тем */

.punbb table Div.icon {float: right; 
display: block; 
border-style: none none none none;
margin-left: 3px;
margin-top: 0px;
margin-right: -10px;
width: 60px;
height: 60px;
background-image : url(http://sh.uploads.ru/mhOiS.png);
background-repeat: no-repeat;}

TR.inew Div.icon {
background-image : url(http://sf.uploads.ru/Ve82R.png);
background-repeat: no-repeat;
width: 60px;
height: 60px;}

TR.isticky Div.icon {
background-image : url(http://sf.uploads.ru/Ve82R.png);
background-repeat: no-repeat;
width: 60px;
height: 60px;}

TR.iclosed Div.icon {
background-image : url(http://sh.uploads.ru/mhOiS.png);
background-repeat: no-repeat;
width: 60px;
height: 60px;}




/* CS4 Другое
 -------------------------------------------------------------*/
div#html-footer {
margin-bottom: 20px;
margin-left: 90px;
}


div#pun-navlinks {
  position: absolute;
  width: 100%;
  left: 5px;
 top: 300px;

}

div#pun-ulinks {
  position: absolute;
  width: 100%;
  margin-left: -55px;
  top: 250px;


}

#pun-main .post-author ul {text-align: center;}



#pun-category1.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}

#pun-category2.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}


#pun-category3.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}

#pun-category4.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}

#pun-category5.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}

#pun-category6.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}

#pun-category7.category h2 {
background: url();
height:166px;
width:1200px;
font-size:0 !important;
font-size:0 !important;
margin-left: -165px;
}


/* CS5.2 Статус картинки с надписью "статистика" над статистикой форума*/
#pun-stats.section h2 { 
background-repeat: no-repeat;
position: top center;
height:166px;
width:1200px;
margin-left: -165px;
color: transparent;
background-image: url("http://se.uploads.ru/BK7SA.png");}


a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited {
font-family: Tahoma;
font-size: 11px;
background-color:#b2855e;
color: #1c0c03; 
font-weight: normal;
text-align: center;
display: block;
margin: 1px;
text-decoration: none;
border-left-style: solid;
border-left-color: #3d2619;
border-left-width: 5px;
width: 80px;
}

a.tvm:hover {
font-family: Tahoma;
font-size: 11px;
color: #75645b; 
background-color:#231305;
display: block;
font-weight: bold;
text-align: center;
cursor:crosshair; 
text-decoration: none;
border-left-style: solid;
border-left-color: #090010;
border-left-width: 5px;
width: 80px;
}

/* ползунок */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;}
::-webkit-scrollbar-track {
    background: #896053 !important;}
::-webkit-scrollbar-thumb {
    background: #2d1e13 !important;}
::-webkit-scrollbar-thumb:active {
background: #1c140f ;}

.tip {
	padding: 5px; /* расстояние текста от края окна */
	color: #2d1a09; /* цвет шрифта */
	background-color: #ccbba7; /* фоновый цвет окна */
	display: none;
	position: absolute;
	z-index: 1000;
        width: 150px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


a.menu:link, a.menu:visited, a.menu:active{text-decoration: none;

background: #704c36;
width: 70px;
border-top: 3px solid #5e3924;
font-size: 12px;
text-decoration: none;
font-style: italic;
color: #cdc3a9;
border-bottom: 3px solid #271407;
display:block;
text-align:center;
}
a.menu:hover {
background: ##704c36;
border-top: 100px solid #;
border-bottom: 3px solid #a58a74; }



/* разделитель между постов */
#pun {
background-repeat: repeat-y;
background-position : top center;
}

#pun-viewtopic .post h3 {
    background: rgba(0, 0, 0, 0) url("http://s7.uploads.ru/4nxSg.png") no-repeat scroll center top;
    color: #603d23 !important;
    font-family: pt sans narrow;
    font-size: 13px;
    height: 114px;
    margin-bottom: -42px;
    margin-left: -62px;
    margin-top: -10px;
    padding-top: 20px !important;
    width: 990px;
}
#pun-viewtopic .post h3 span {
    color: #d1b2a1;
    margin-left: 375px;
    margin-top: 27px;
    text-shadow: 0 0 5px rgb(0, 0, 0);
}
#pun-viewtopic .post h3 span a {
    color: #d1b2a1;
    text-shadow: 0 0 5px rgb(0, 0, 0);
}
#pun-viewtopic .post h3 span a:hover {
    color: #d1a78a;
    text-shadow: none;
}
#pun-viewtopic div.post h3 strong::before {
    content: "Пост номер ";
    font-weight: normal;
}
#pun-viewtopic .post h3 strong {
    font-weight: bold;
    margin-left: 320px;
    position: absolute;
    width: auto;
}

.topic a.sharelink {
    display: none;
}

#pun-index .tcr {
width: 30%;
}

/* баннеры */

.part {
float: left;
margin-left: 10px
}

.part img {

text-align: center;
opacity: 0.2;
-moz-opacity: 0.2;
filter: alpha(opacity=20) black;
-khtml-opacity: 0.2;
background-color:#000;
}
 
.part img:hover {
opacity:1;
-moz-opacity:1;
filter: alpha(opacity=100) black;
-khtml-opacity: 1;
background-color:#000;
}

.pa-avatar img {
    max-width: 190px;
    max-height: 190px;
}

0

12

http://sh.uploads.ru/2iNbn.png
http://s4.uploads.ru/di8lN.png
http://se.uploads.ru/C6WRj.png

0

13

http://s7.uploads.ru/nTQA9.png
http://sg.uploads.ru/vcF3s.png
http://s5.uploads.ru/CQWdf.png

http://s3.uploads.ru/ztJXm.png

0

14

http://sg.uploads.ru/rWbvT.png
http://s3.uploads.ru/KghSi.png

0

15

http://funkyimg.com/i/2CcWP.jpg

♦ 1. Jackson Whittemore ♦ 2. свободно ♦ 3. свободно ♦ 4. свободно ♦ 5. свободно ♦

Kanima - оборотни, получившиеся в результате мутации гена вервольфа. Их единственное предназначение — быть инструментом мести. Фактически, это смертоносная оболочка, которой пользуется хозяин для своих целей и который связан с ней настолько, что способен чувствовать всё, что чувствует Канима и даже способен говорить от лица канимы. У Канимы так же возрастают силы в полнолуние. Они имеют двойной ряд клыков и хвост, а их размеры зависят от роста самого обращенного в Каниму. Если Канима не поймёт, что вызвало мутацию, вскоре он войдёт в стадию кокона и выйдет оттуда крылатым существом. В отличие от Вервольфа, Канима ищет не стаю, а хозяина. Он осуществит любую месть, приказанную ему хозяином. Так же известно, что Канима нервно реагирует на своё отражение в зеркале и кажется, это может остановить, или по крайней мере замедлить, его нападение. Кроме того, Канима наследует черты своего хозяина, а именно слабости. У Канимы есть шанс стать полу Вервольфом, если он разберётся со своим прошлым и поймёт из-за чего именно произошла подобная мутация.

Способности

Яд - парализует жертву на несколько часов, выделяется в когтях и хвосте.
Регенерация - почти мгновенное исцелении мелких и средних ран, но более медленное исцелении тяжелых ранений (в отличии от оборотней). Также абсолютно иммунны к воздействию вирусов и болезней.
Сверх сила - сила, ловкость и выносливость как минимум достигают пика, доступного человеческому телу.

Слабости

Боится своего отражения в зеркале.
Боится того же, что и хозяин.

0

16

http://s8.uploads.ru/eAMvx.png
http://sd.uploads.ru/g024H.png

0

17

http://s4.uploads.ru/OQ9q7.png

0

18

http://sa.uploads.ru/hsDgC.png
http://s4.uploads.ru/GbIQ8.png

0

19

http://s5.uploads.ru/zSgAF.png

0

20

http://s7.uploads.ru/E541L.png

0

21

http://s7.uploads.ru/nZ52g.png

0

22

http://s8.uploads.ru/NUjlk.png

Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
<style>
/*put 50x50 icon in the coding right below!*/
.iox {background-image: url('url goes right here');}

.cox {margin: 0 auto; width:50px; height:50px;} 
.pox {background-color:#e3cba6; width:50px; height:50px; margin: 0 auto; z-index:4; position:absolute;}
.iox {border:2px solid #694424; border-radius: 30%; -webkit-border-radius: 30%; -moz-border-radius: 30%; height:50px; width:50px;}
.oox {background-color:#f8ebd4; width:50px; height:50px; border-radius: 30%; -webkit-border-radius: 30%; -moz-border-radius: 30%; opacity:0; -webkit-transition: 1s all ease; -moz-transition: 1s all ease; -o-transition: 1s  all ease; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s;}
.ooxt {color:#5d3f1b; width:50px; height:50px; font-family: 'PT Mono', sans-serif; font-size: 10px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s  all ease-in-out; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; opacity:0; padding-top:-150; padding-left:0px; text-align:center;}
.tox  {width:50px; height:50px; margin-left:80px;  color:#191510; line-height: 90%; text-align:justified; font-size:10px; font-family: 'PT Mono', sans-serif; text-transform:lowercase; position:absolute; z-index:4; overflow:hidden;}
.hox {margin-left:100px; line-height: 50%; margin-top:-130px; text-align:center; font-size:12px; font-family: 'Arial', font-weight: bolid; sans-serif; color:#a5885b; width:50px; z-index:10; margin-bottom:7px; text-shadow: 1px 0px 0px #694624, 2px 0px 0px #694624; text-transform:uppercase;}
.fox, .iox, .loxc, .loxs, .roxc, .roxs {-webkit-transition: 1s all ease-in; -moz-transition: 1s all ease-in; -o-transition: 1s  all ease-in;}
.cox:hover .fox, .cox:hover .iox {border-color:#a5835b; -webkit-transform: rotate(de7a03); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(de7a03); transform: rotate(de7a03);}
.cox:hover .loxc, .cox:hover .loxs{border-color:transparent #5B88A5 transparent transparent;}
.cox:hover .roxc, .cox:hover .roxs{border-color: transparent transparent transparent #a57a5b;}
.cox:hover .oox {opacity:1;}
.cox:hover .ooxt {opacity:1;}
</style><table layout=fixed width=100%>
<tr>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
днём: облачно,<br>+5;<br>ночью: гроза,<br>+2</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br>#ДОБРО ПОЖАЛОВАТЬ<br>будь с нами, родное сердце</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ОДОБРЕНИЕ<br>Твоя анкета принята</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #593818;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ПИСАТЕЛЬ
<br>за первый пост</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#БЛИЗКИЕ<br>за заявку на нужных</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://sh.uploads.ru/ArSuP.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#КРАСАВЧИК<br>за регистрацию мужчины</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://sh.uploads.ru/ArSuP.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#КРАСАВИЦА<br>за регистрацию девушки</div></div></div></div></div>
</div></div></td>
</tr>
<tr>
<td><div class="cox" style="border-right: 0px solid #593818;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#РПГ-ТОП
<br>горячий отзыв в рпг-топе</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#СОТНЯ<br>за 100 сообщений</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ШТУКАРЬ<br>за 1000 сообщений</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ТРИ ШТУКАРИКА<br>за 3000 сообщений</div></div></div></div></div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #593818;">
<div class="pox">
<div class="fox" style="background-image: url(http://s9.uploads.ru/YVmCe.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ПЯТАЧОК
<br>за 5000 сообщений</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://sh.uploads.ru/ArSuP.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ПОСТ МЕСЯЦА<br>за пост, попавший в таблицу</div></div></div></div>
</div>
</div></div></td>
<td><div class="cox" style="border-right: 0px solid #694624;">
<div class="pox">
<div class="fox" style="background-image: url(http://sh.uploads.ru/ArSuP.png);"><div class="iox"><div class="oox"><div class="ooxt">
<br><br><br><br>#ЭПИЗОД МЕСЯЦА<br>за эпизод, попавший в таблицу</div></div></div></div>
</div>
</div></div></td>
</tr>
</table>

0

23

Код:
<!--HTML--><div class="d1" style="background:#585858;position:absolute;z-index:200; margin-top:-23px;margin-left:123px;width:357px;height:273px;">
<img class="d2" src="http://funkyimg.com/i/2yBuA.jpg">
<center style="padding:8px;">
  <!-- Тут контент под картинкой-->
<font color=red>Бла-Бла-Бла ...</font>
</center>
</div>

0

24

Код:
<!--HTML-->
<style type="text/css">
.calend { 
width: 500px; 
height: 400px; 
background-color: #e5c5e4; 
opacity: 0; 
-webkit-transition: .8s all ease-in-out; 
-moz-transition: .8s all ease-in-out; 
-o-transition: .8s all ease-in-out; 
transition: .8s all ease-in-out;
margin-top: -400px;
}

.calend:hover { 
opacity: .95
}

.proname a {
color: #e5c5e4; 
}
</style>

<center><div style="width: 500px; height: 400px; background-image: url(http://sd.uploads.ru/fjkum.png);"></div>
<div class="calend">
<div style="font-size: 10px; letter-spacing: 1px; text-align: center; font-family: book antiqua">
<div style="overflow: scroll; overflow-x: hidden; height: 400px; width:"auto">
<style>
   .he {
    color: #4b1c56;
    font-size: 150%;
    font-weight: bold;
   } 
   .he1 {
    color: #350733;
    font-size: 130%;
    font-weight: bold;
   }
</style>
<table align="center" bgcolor="#e8b9e7">
текст
<br>
</div>
</center>
</div></div>

0

25

http://s9.uploads.ru/aT2sg.png

0

26

http://sg.uploads.ru/cKCQy.png

0

27

http://s5.uploads.ru/wza4M.png

0

28

http://s3.uploads.ru/t5NxI.png

25

http://s8.uploads.ru/WPvKF.png
+25°;
http://s5.uploads.ru/RI6PY.png +14°

26

http://s8.uploads.ru/WPvKF.png
+25°;
http://s4.uploads.ru/x6ufE.png +15°

27

http://s8.uploads.ru/WPvKF.png +25°;
http://s5.uploads.ru/RI6PY.png +14°

28

http://s8.uploads.ru/WPvKF.png +26°;
http://s9.uploads.ru/6BWmS.png +15°

29

http://s3.uploads.ru/w1gKV.png +24°;
http://s4.uploads.ru/x6ufE.png +15°

30

http://s8.uploads.ru/WPvKF.png +29°;
http://s5.uploads.ru/RI6PY.png +15°

1

http://s3.uploads.ru/ejIC9.png +24°;
http://s4.uploads.ru/x6ufE.png +14°

2

http://s5.uploads.ru/GVsrl.png +23°;
http://s5.uploads.ru/RI6PY.png +15°

3

http://s8.uploads.ru/WPvKF.png +27°;
http://s4.uploads.ru/x6ufE.png +15°

4

http://s8.uploads.ru/WPvKF.png +28°;
http://s4.uploads.ru/x6ufE.png +14°

5

http://s8.uploads.ru/WPvKF.png +31°;
http://s9.uploads.ru/6BWmS.png +12°

6

http://s8.uploads.ru/WPvKF.png +31°;
http://s5.uploads.ru/RI6PY.png +15°

7

http://s8.uploads.ru/WPvKF.png +29°;
http://s4.uploads.ru/x6ufE.png +15°

8

http://s8.uploads.ru/WPvKF.png +28°;
http://s4.uploads.ru/x6ufE.png +15°

9

http://s3.uploads.ru/ejIC9.png +23°;
http://s5.uploads.ru/RI6PY.png +14°

10

http://s3.uploads.ru/w1gKV.png +22°;
http://s9.uploads.ru/6BWmS.png +15°

11

http://s8.uploads.ru/WPvKF.png +26°;
http://s9.uploads.ru/6BWmS.png +15°

12

http://s8.uploads.ru/WPvKF.png +27°;
http://s4.uploads.ru/x6ufE.png +14°

13

http://s3.uploads.ru/w1gKV.png +26°;
http://s4.uploads.ru/x6ufE.png +15°

14

http://s5.uploads.ru/GVsrl.png +28°;
http://s4.uploads.ru/x6ufE.png +15°

15

http://s8.uploads.ru/WPvKF.png +29°;
http://s4.uploads.ru/x6ufE.png +15°

16

http://s8.uploads.ru/WPvKF.png +28°;
http://s7.uploads.ru/0gmZx.png +11°

17

http://s8.uploads.ru/WPvKF.png +28°;
http://s5.uploads.ru/RI6PY.png +15°

18

http://s3.uploads.ru/w1gKV.png +26°;
http://s4.uploads.ru/x6ufE.png +14°

19

http://s8.uploads.ru/WPvKF.png +28°;
http://s4.uploads.ru/x6ufE.png +15°

20

http://s8.uploads.ru/WPvKF.png +27°;
http://s5.uploads.ru/RI6PY.png +17°

21

http://s8.uploads.ru/WPvKF.png +27°;
http://s4.uploads.ru/x6ufE.png +16°

22

http://s8.uploads.ru/WPvKF.png +30°;
http://s9.uploads.ru/6BWmS.png +13°

23

http://s3.uploads.ru/ejIC9.png +26°;
http://s5.uploads.ru/RI6PY.png +13°

24

http://s8.uploads.ru/WPvKF.png +30°;
http://s5.uploads.ru/RI6PY.png +14°

25

http://s8.uploads.ru/WPvKF.png +29°;
http://s4.uploads.ru/x6ufE.png +15°

26

http://s3.uploads.ru/ejIC9.png +25°;
http://s4.uploads.ru/x6ufE.png +15°

27

http://s8.uploads.ru/WPvKF.png +28°;
http://sa.uploads.ru/IhTPY.png +13°

28

http://s8.uploads.ru/WPvKF.png +28°;
http://s4.uploads.ru/x6ufE.png +14°

29

http://s8.uploads.ru/WPvKF.png +28°;
http://s4.uploads.ru/x6ufE.png +15°

30

http://s3.uploads.ru/w1gKV.png +28°;
http://s9.uploads.ru/6BWmS.png +12°

31

http://s8.uploads.ru/WPvKF.png +31°;
http://s5.uploads.ru/RI6PY.png +13°

1

http://s8.uploads.ru/WPvKF.png +32°;
http://s5.uploads.ru/RI6PY.png +13°

2

http://s8.uploads.ru/WPvKF.png +32°;
http://s4.uploads.ru/x6ufE.png +15°

3

http://s8.uploads.ru/WPvKF.png +31°;
http://s4.uploads.ru/x6ufE.png +17°

4

http://s8.uploads.ru/WPvKF.png +31°;
http://s4.uploads.ru/x6ufE.png +15°

5

http://s8.uploads.ru/WPvKF.png +30°;
http://s4.uploads.ru/x6ufE.png +16°


* 13 июля - солнечное затмение,
27 июля - полнолуние

ОБОЗНАЧЕНИЯ ПОГОДЫ (день)

http://s8.uploads.ru/WPvKF.png - солнечно;
http://s5.uploads.ru/GVsrl.png - облачно;
http://s3.uploads.ru/ejIC9.png - переменная облачность;
http://s3.uploads.ru/w1gKV.png - переменная облачность и дожди;
http://sg.uploads.ru/FWc3V.png - дождь;
http://s7.uploads.ru/Jzom4.png - гроза;
http://s8.uploads.ru/RLJ3u.png - снег.

ОБОЗНАЧЕНИЯ ПОГОДЫ (ночь)

http://s4.uploads.ru/x6ufE.png - без осадков;
http://s5.uploads.ru/RI6PY.png - пасмурно;
http://s9.uploads.ru/6BWmS.png - дождь;
http://s7.uploads.ru/0gmZx.png - гроза;
http://sd.uploads.ru/u9gS8.png - снег;
http://sa.uploads.ru/IhTPY.png - полнолуние.

0

29

http://sh.uploads.ru/mhziM.png
http://sg.uploads.ru/wvuYn.png
http://s5.uploads.ru/DHrfA.png
http://sd.uploads.ru/kUiAP.png
http://sg.uploads.ru/1CfLx.png
http://sd.uploads.ru/TKtu8.png
http://s9.uploads.ru/wBXrt.png

0

30

http://sd.uploads.ru/PEhU3.png
http://sd.uploads.ru/Zzst1.png
http://sh.uploads.ru/rnMtP.png
http://s7.uploads.ru/Rurcm.png
http://s3.uploads.ru/xitsZ.png
http://sa.uploads.ru/7ZzBK.png
http://s4.uploads.ru/PIHT8.png
http://s7.uploads.ru/WdwNl.png

0


Вы здесь » TW design » § Пролог » Дизайн.


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