Андрій Павлюк |
14.07.2014 17:46 |
Цитата:
Сообщение от Вэлл
(Сообщение 66699)
Выложите хоть свой код, а то не понятно как так нагородили)
|
Вот:
Код:
#header h1 {
margin: 10px;
font-size: 11px;
overflow: hidden;
}
#header {
font-weight: bold;
font-size: 11px;
line-height: 540%;
color: rgba(1, 0, 2, 1);
background-color: #C7B39B;
background-image: url('http://media.giphy.com/media/NEVT1WQFlHec8/giphy.gif');
}
#header_wrap1 {
border-style: solid;
border-color: #F3F3F3;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-width: 0px 1px;
width: 418px;
position: relative;
left: 211px;
}
.wall_text {
width: 337px;
padding: 5px 0px 0px 4px;
text-overflow: ellipsis;
position: relative;
margin-left: 0px;
text-align: center;
}
.wall_module div.post_image {
padding: 0px;
position: absolute;
top: 0px;
width: 50px;
display: none;
}
.wall_module .post_info {
margin-left: 30px;
padding: 0px 0px 2px;
width: 337px;
min-height: 60px;
margin-right: 30px;
}
.wall_text {
width: 337px;
padding: 5px 0px 0px 4px;
text-overflow: ellipsis;
position: relative;
margin-left: 10px;
text-align: center;
}
.like_tt, .poll_tt, .mention_tt {
color: #FFF;
cursor: pointer;
text-shadow: 0px 1px 0px #262626;
text-align: center;
}
.like_tt .content .hider, .poll_tt .content .hider {
width: 200px;
height: 43px;
position: relative;
overflow: hidden;
text-align: center;
}
.like_tt, .poll_tt, .mention_tt {
color: #FFF;
cursor: pointer;
text-shadow: 0px 0px 0px #FFF;
text-align: center;
background-color: rgba(54, 99, 142, 0.85);
}
.wall_text_name {
width: 305px;
overflow: hidden;
margin-left: 0px;
}
#page_current_info {
font-weight: normal;
padding: 2px 0px;
color: #000;
width: 385px;
overflow: hidden;
max-height: 3.55em;
height: auto !important;
border: 1px solid rgba(54, 99, 142, 0.12);
position: relative;
left: 211px;
}
h4.page_top {
font-size: 1.09em;
background: none repeat scroll 0% 0% rgba(217, 224, 231, 0);
padding: 0px 6px 4px;
margin: 0px;
position: relative;
top: -60px;
right: 210px;
}
h4 {
border-bottom: 0px solid #E8EBEE;
color: #45688E;
font-weight: bold;
}
.clear {
float: none;
clear: both;
position: relative;
top: 10px;
}
.page_name {
padding-bottom: 2px;
max-width: 385px;
overflow: hidden;
display: none;
}
#page_header {
height: 35px !important;
position: relative;
z-index: 100;
margin-bottom: 5px;
width: 900px;
right: 65px;
}
#page_header, #pageHeader {
border-width: 0px 1px 1px !important;
border-style: none solid solid !important;
border-color: -moz-use-text-color rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) !important;
-moz-border-top-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
border-image: none !important;
padding: 1px;
box-shadow: 0px 0px 0px 0px #000, 0px 10px 15px rgba(255, 255, 255, 0.2) inset !important;
background: none repeat scroll 0% 0% rgba(54, 99, 142, 0.5);
}
#page_header, #page_header .back, #page_header .left, #pageHeader .header_back, #pageHeader .header_left {
border-radius: 0px 0px 10px 10px !important;
}
#ts_wrap {
position: absolute;
top: 0px;
left: 144px;
height: 35px;
width: 171px;
}
#ts_input_wrap {
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0);
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
}
div.ts_input_wrap {
position: relative;
top: 50%;
width: 167px;
margin-top: -13px;
padding: 0px;
border-radius: 0px;
overflow: hidden;
}
div.ts {
border-radius: 0px;
overflow: hidden;
background-color: rgba(54, 99, 142, 1);
}
#left_blocks {
width: 118px;
position: relative;
left: 775px;
bottom: 370px;
}
.narrow_column {
padding-bottom: 10px;
width: 200px;
position: relative;
bottom: 103px;
right: 5px;
}
#header span, #header b {
color: rgba(0, 0, 0, 1);
}
.video_module .info {
margin: 0px 10px;
display: none;
}
.video_module .video img {
width: 178px;
height: 132px;
border-radius: 10%;
}
#profile .rate_line {
padding-top: 10px;
height: 18px;
margin-bottom: 12px;
cursor: pointer;
display: none;
}
.profile_rate_warning {
padding-bottom: 10px;
overflow: hidden;
display: none;
}
.wall_module .reply_fakebox_wrap {
background: none repeat scroll 0% 0% rgba(241, 241, 241, 0);
padding: 6px;
position: relative;
top: 10px;
border-radius: 3px;
}
.wall_module .reply_box {
background: none repeat scroll 0% 0% rgba(241, 241, 241, 0);
padding: 6px;
clear: both;
}
.wall_module .reply_box_open .replies_wrap, .wall_module .reply_box_open .submit_reply, .wall_module .reply_box_open a.reply_form_image, .reply_box_open .reply_field_tail {
}
|