Файл: Arhmobi_esdcms/sys/themes/default_full/style.css
Строк: 646
html, body, #main {
height: 100%;
}
.clearfix:after {
content:
"";
display: table;
clear: both;
}
.ie9 *, .ie8 * {
border-radius: 0 !important;
}
#top_part {
min-height: 100%;
margin: 0 auto;
background-color: rgba(0, 0, 0,
0.07);
}
.body_width_limit {
min-width: 600px;
max-width: 1000px;
margin: 0 auto;
position: relative;
}
#header {
margin-bottom:
32px;
background-color: #383838;
color: #969696;
}
#title {
overflow: hidden;
text-align: center;
font-size: 32px;
font-weight: bold;
line-height: 60px;
}
#tabs {
float: right;
height: 23px;
}
#tabs a.tab {
height: 23px;
font-size: 13px;
padding: 3px 10px;
display: inline-block;
background-color:
#2D2D2D;
color: rgba(255, 255, 255, 0.47);
text-shadow:
none;
}
#tabs a.tab:first-child {
border-top-left-radius:
2px;
}
#tabs a.tab:last-child {
border-top-right-radius: 2px;
}
#tabs
a.tab:hover {
}
#tabs a.tab.sel1 {
background-color: rgba(255, 187,
91, 0.24);
color: #FFBB5B;
text-decoration: none;
cursor:
default;
}
#navigation {
float: left;
height: 23px;
}
#navigation
.nav_item {
float: left;
margin: 0 2px;
padding: 3px 20px;
padding-right: 10px;
background-color: #2D2D2D;
display:
inline-block;
color: rgba(255, 255, 255, 0.47);
text-shadow: none;
position: relative;
height: 23px;
font-size:
13px;
}
#navigation .nav_item:first-child {
border-top-left-radius:
2px;
}
#navigation .nav_item:first-child:before {
display:
none;
}
#navigation .nav_item:after,
#navigation .nav_item:before {
content: '';
display: block;
position: absolute;
top:
0;
}
#navigation .nav_item:before {
left: 0;
border: 11px solid
rgba(0, 0, 0, 0);
border-left-color: #383838;
border-right-width:
0;
}
#navigation .nav_item:after {
right: -11px;
border: 11px
solid rgba(0, 0, 0, 0);
border-left-color: #2D2D2D;
border-right-width: 0;
z-index: 1;
}
#navigation
span.nav_item:last-child {
border-top-right-radius: 2px;
background-color: rgba(97, 210, 31, 0.38);
color: rgba(247, 247, 247,
0.84);
}
#navigation span.nav_item:last-child:after {
display:
none;
}
#navigation_user {
padding-bottom: 5px;
box-shadow: 0 2px
5px -3px #000 inset;
background-color: #61D21F;
border-bottom: 1px
solid rgba(0, 0, 0, 0.13);
}
#navigation_user .body_width_limit {
height: 100%;
}
#navigation_user a {
float: right;
display:
inline-block;
text-decoration: none;
background-color: rgba(43, 43,
43, 0.8);
padding: 5px;
color: #fff;
text-shadow: none;
border-radius: 0 0 2px 2px;
margin-left: 2px;
transition: all
500ms;
}
#navigation_user a.action {
opacity: 0.8;
}
#navigation_user
a:hover {
background-color: rgba(43, 43, 43, 0.9);
opacity:
1;
}
#messages > div {
margin: 5px auto;
padding: 5px 2%;
min-width: 50%;
text-align: center;
color: #FFF;
border-radius:
2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
}
#messages >
.error {
background-color: rgba(172, 0, 0, 0.65);
}
#messages >
.info {
background-color: rgba(0, 78, 172, 0.65);
}
#left_column {
float: left;
width: 30%;
padding-right: 10px;
}
#content {
float: right;
width: 70%;
}
.animate.ng-hide-add,
.animate.ng-hide-remove {
-webkit-transition: all linear 0.5s;
-moz-transition: all linear 0.5s;
-o-transition: all linear 0.5s;
transition: all linear 0.5s;
display: block
!important;
}
.animate.ng-hide-add.ng-hide-add-active,
.animate.ng-hide-remove
{
opacity:
0;
}
.animate.ng-hide-add,
.animate.ng-hide-remove.ng-hide-remove-active
{
opacity: 1;
}
.select_bar {
margin: 5px;
padding: 5px;
white-space: nowrap;
text-align: center;
}
.select_bar span,
.select_bar a {
margin: 0 3px;
font-weight: bold;
max-width:
32%;
overflow: hidden;
white-space: nowrap;
text-overflow:
ellipsis;
display: inline-block;
}
.select_bar a:hover {
box-shadow: 1px 1px 4px -2px #000;
text-decoration: none;
}
/*region
form*/
.form {
position: relative;
background: #FFF;
padding:
5px;
border-radius: 2px;
margin: 5px 0 10px;
box-shadow: 0px
1px 2px 1px rgba(0, 0, 0, 0.04);
font-size: 12px;
}
.form .form_title
{
margin: 5px;
padding: 0;
}
.form .refresh {
display: block;
position: absolute;
top: 3px;
right: 3px;
width: 16px;
height: 16px;
opacity: 0.5;
transition: all 500ms;
-moz-transition: all, 500ms; /* Firefox 4 */
-webkit-transition: all
500ms; /* Safari и Chrome */
-o-transition: all 500ms; /* Opera
*/
}
.form .refresh:hover {
opacity: 1;
}
.form .msg, .form .err {
position: absolute;
bottom: 3px;
right: 3px;
}
.form .waiter {
position: absolute;
bottom: 3px;
right: 3px;
width: 40px;
height: 40px;
background: url('img/waiter2.gif') no-repeat;
}
.form
.msg {
color: #3F7EFD;
}
.form .err {
color: #FF5757;
}
.form
select {
border: 1px solid #CCC;
padding: 1px;
border-radius:
2px;
outline: 1px solid #fff;
height: 30px;
}
.form
input[type="text"], .form input[type="password"], .form
textarea {
box-shadow: 0px 1px 1px 0px #F5F5F5 inset, 0 0 0 1px #FFF;;
margin-bottom: 10px;
}
.form input[type="text"], .form
input[type="password"] {
margin-right: 5px;
padding: 3px
6px;
border: 1px #E2E2E2 solid;
border-radius: 2px;
height:
30px;
}
.form input[type="text"]:disabled, .form
input[type="password"]:disabled {
border-color: #DADADA;
background-color: #EEE;
box-shadow: none;
color: #666;
}
.form
input[type="submit"] {
margin-right: 5px;
height: 30px;
padding: 0 10px;
cursor: pointer;
background-color: #439215;
color: #FFFFFF;
border-radius: 2px;
transition: all
500ms;
}
input[type="submit"]:hover {
background-color:
#2A7101;
}
.form textarea {
font-size: 13px;
height: 38px;
overflow: hidden;
resize: none;
background-color: #fff;
border-radius: 2px;
border: 1px #CCC solid;
padding: 3px;
}
.form
textarea.animate:focus {
-webkit-transition: height 100ms ease-in-out;
-moz-transition: height 100ms ease-in-out;
-o-transition: height
100ms ease-in-out;
transition: height 100ms ease-in-out;
}
.form
.textarea_wrapper {
border: 1px #E2E2E2 solid;
padding: 1px;
border-radius: 4px;
position: relative;
margin-bottom:
10px;
}
.form .textarea_wrapper.with_ctrl_enter:after {
display:
block;
content: 'Ctrl + Enter';
position: absolute;
bottom:
3px;
right: 3px;
background: rgba(0, 0, 0, 0.15);
color: #fff;
padding: 3px;
border-radius: 2px;
transition: all 0.5s;
}
.form
.textarea_wrapper.with_ctrl_enter:hover:after{
background: rgba(0, 0,
0, 0.5);
}
.form .textarea_wrapper textarea {
margin: 0;
border:
none;
}
.form .textarea_wrapper .textarea_bbcode span {
display:
inline-block;
padding: 5px;
min-width: 30px;
text-align:
center;
background-color: #439215;
color: #FFFFFF;
font-weight:
bold;
font-size: 12px;
cursor: pointer;
border-right: 1px solid
rgba(255, 255, 255, 0.16);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
transition: all
500ms;
}
.form .textarea_wrapper .textarea_bbcode span:hover {
background-color: #775E3C;
}
.form .textarea_wrapper textarea {
box-shadow: 0 1px 3px 0 #E0E0E0 inset, 0 0 0 1px #FFF;
}
.form
input[type="text"]:focus, .form
input[type="password"]:focus, .form textarea:focus {
border-color: #B1B1B1;
box-shadow: 0 1px 3px 0 #E0E0E0 inset, 0 0 0 1px
#FFF;
}
/*endregion*/
.smiles {
position: relative;
float:
right;
}
/* обводка стрелочки */
.smiles_drop_menu:before
{
content: '';
position: absolute;
top: -17px;
right:
24px;
height: 0;
width: 0;
border: transparent solid 8px;
border-bottom-color: rgba(0, 0, 0, 0.38);
}
/* стрелочка
*/
.smiles_drop_menu:after {
content: '';
position: absolute;
top: -16px;
right: 24px;
height: 0;
width: 0;
border:
transparent solid 8px;
border-bottom-color: #FFFFFF;
}
/* меню
смайлов */
.smiles_drop_menu {
position: absolute;
top:
24px;
right: 0;
width: 200px;
height: 150px;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.17);
border-radius: 3px;
z-index: 1;
}
/* внутренний
контейнер меню смайлов */
.smiles_drop_menu_container
{
position: absolute;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
background-color: #eeeeee;
border: 1px solid #D8D8D8;
box-shadow: inset 1px 1px 4px -3px #000;
overflow-x: hidden;
overflow-y: auto;
}
.smiles_drop_menu_container div {
display:
inline-block;
min-width: 40px;
min-height: 32px;
line-height:
32px;
text-align: center;
background-color: #fff;
border: 1px
solid #ECECEC;
margin: 1px;
border-radius:
3px;
}
.smiles_drop_menu_container div:hover {
border: 1px solid
#d3d3d3;
}
.smiles_drop_menu_container div img {
vertical-align:
middle;
}
/*region listing*/
.listing {
margin-bottom: 10px;
box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.06);
background-color:
#fff;
border-radius: 2px;
overflow: hidden;
}
.listing .post {
margin: 5px 0;
padding: 10px 5px;
border: none;
color:
#383838;
display: block;
font-size: 90%;
overflow: hidden;
position: relative;
border-bottom: 1px solid #F3F3F3;
}
.listing
.post.highlight {
border-left: 3px #383838 solid;
}
.listing
.post.image {
min-height: 50px;
}
.listing
.post:not([data-post-url=""]) {
border-left: 3px #61D21F
solid;
transition: all 500ms;
}
.listing
.post:hover:not([data-post-url=""]) {
border-left-color:
#D00000;
text-decoration: none !important;
background-color:
rgba(255, 187, 91, 0.05);
cursor: pointer;
}
.listing
.post.selection:hover:not([data-post-url=""]) {
cursor:
text;
}
.post:first-child {
/*border-top-left-radius: 2px;*/
/*border-top-right-radius: 2px;*/
}
.post:last-child {
/*border-bottom-left-radius: 2px;*/
/*border-bottom-right-radius:
2px;*/
border-bottom: none;
}
.post.ng-enter {
-webkit-animation:
fadeIn 1s;
animation: fadeIn 1s;
}
.post.ng-leave {
-webkit-animation: fadeOut 1s;
animation: fadeOut 1s;
}
.post
.post_counter,
.post .post_bottom,
.post .post_content,
.post
.post_image,
.post .post_icon,
.post.icon.image .post_icon, /* если
отображается изображение, то иконку
скрываем*/
.post .post_actions,
.post .post_time {
display:
none;
}
.post.icon .post_icon {
display: inline-block;
padding:
2px;
}
.post a.post_title,
.post.highlight a.post_title {
text-decoration: none;
color: inherit;
}
.post.highlight .post_title
{
font-weight: bold;
padding: 2px;
}
.post.content .post_head {
border-bottom: 1px solid #F1F1F1;
padding-bottom:
7px;
}
.post.content .post_content {
display: block;
overflow:
hidden;
word-wrap: break-word;
padding: 5px;
}
.post.bottom
.post_bottom {
display: block;
overflow: hidden;
word-wrap:
break-word;
text-align: right;
opacity: 0.7;
margin-top: 4px;
font-size: smaller;
}
.post.bottom .post_bottom:hover {
opacity: 1;
transition: opacity 1s linear;
}
.post.bottom:hover .post_bottom
a.DCMS_icon {
opacity: 0.6;
transition: opacity 1s
linear;
}
.post.bottom:hover .post_bottom a.DCMS_icon:hover {
opacity:
1;
}
.post.time .post_time,
.post.counter .post_counter,
.post.actions
.post_actions {
float: right;
margin-left: 10px;
}
.post
.post_head > * {
vertical-align: middle;
}
.post.time .post_time {
display: inline-block;
font-size: smaller;
opacity:
.66;
}
.post.counter .post_counter {
display: inline-block;
font-weight: bold;
padding: 2px 5px;
min-width: 32px;
text-align: center;
border-radius: 2px;
background: #FFBB5B;
color: #524533;
border: 1px solid rgba(0, 0, 0, 0.13);
}
.post.actions
.post_actions {
display: inline-block;
}
.post_actions a {
opacity: .66;
margin-left: 2px;
}
.post_actions a:hover {
opacity:
1;
}
.post.image .post_image img {
min-height: 50px;
}
.post.image
.post_image {
float: left;
display: inline-block;
width:
50px;
height: 50px;
overflow: hidden;
border-radius: 2px;
border: 1px solid #BBB;
box-shadow: 1px 1px 3px #E4E4E4;
}
/*
отступ для картинки */
.post.image
.post_head,
/*.post.image .post_content,*/
.post.image .post_bottom {
padding-left: 54px;
}
.listing .post .post_content
img:not([data-origin=""]) {
cursor:
pointer;
}
/*endregion*/
.pages {
text-align: center;
}
.pages >
* {
display: inline-block;
margin: 5px;
}
#empty {
clear:
both;
height: 50px;
visibility: hidden;
}
#footer {
min-height: 50px;
margin-top: -50px;
padding: 15px;
color:
#61D21F;
text-align: center;
background-color: #383838;
}
#footer
a {
color: inherit;
text-decoration: underline;
}
#copyright {
float: left;
}
#generation {
}
#language {
float: right;
}
.chart
{
margin-bottom: 10px;
border: 1px solid #DBDBDB;
border-radius: 2px;
box-shadow: 1px 1px 2px rgba(0, 0, 0,
0.14);
}
.DCMS_quote {
border: 1px solid #E4E4E4;
border-radius:
2px;
background-color: white;
box-shadow: 0 1px 6px -4px black
inset;
padding: 6px;
color: #838383;
margin-left:
24px;
}
.DCMS_quote a {
color: #838383;
}
.DCMS_photo {
display:
block;
margin: 2px auto;
background: #EBEBEB;
padding: 5px;
border: 1px solid #DFDFDF;
border-radius: 5px;
}
.DCMS_nick_on
{
}
.DCMS_nick_on:after {
content: '●';
margin-left:
2px;
}
.DCMS_nick_on:after {
color: #07BE07;
}
.DCMS_nick_off
{
}
.DCMS_phpcode {
max-height: 400px;
max-width: 684px;
overflow: auto;
border: 1px solid #E2E2E2;
padding: 5px;
border-radius: 2px;
background-color: #F7F7F7;
box-shadow: 0 0 8px
-5px black inset;
}
.DCMS_spoiler {
border: 1px #ccc solid;
border-radius: 2px;
padding: 3px;
}
.DCMS_spoiler >
.DCMS_spoiler_title {
cursor: pointer;
}
.DCMS_spoiler >
.DCMS_spoiler_title:before {
content: '▼
';
}
.DCMS_spoiler.collapsed > .DCMS_spoiler_title:before {
content: '► ';
}
.DCMS_spoiler.collapsed > .DCMS_spoiler_content {
height: 0;
}
.DCMS_spoiler > .DCMS_spoiler_content {
overflow-y:
hidden;
}
.DCMS_mark {
box-shadow: 0 0 0 2px #0077FF;
background-color: #E2E8FF;
border-radius: 2px;
padding: 0 3px;
margin: 0 2px;
}
.podarki_photo {
background-color: white;
padding:
5px;
border: 1px #CCCCE5 solid;
display: inline-block;
border-radius:
5px;
margin: 1px;
box-shadow: 0px 15px 10px -13px;
}
/* Див для
обложки*/
.Profile{box-shadow: 0 0 5px #77797A;
display: block;
margin:0px 1px 0px 1px;
padding: 5px;
position: relative;
height:
300px;
}
/* Аватар */
.Profile .avatar_img{
margin-left: 10px;
margin-top: 10px;
border-radius: 200px !important;
float: left;
display: inline-block;
width: 220px;
height: 220px;
overflow:
hidden;
border: 2px solid #000;
background-repeat: no-repeat;
background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-moz-background-size:cover;
background-position:center;
}
/*Имя фамилия*/
.Profile .uname {
background: rgba(0, 0, 0, 0.602);
border-radius: 3px;
bottom: 10px;
clear:
both;
color: #32C8FF;
display: block;
float: left;
padding: 0px 6px
1px;
position: absolute;
text-shadow: 0px 1px 0px #000000;
font-size:
21px;
right: 8px;
text-align: right;
}
.Profile .agecity {
border-bottom-left-radius: 15px 20px;
border-top-left-radius: 15px
20px;
font-size: 12px;
padding: 3px 5px 3px 20px;
z-index: 3;
}
.Profile
.agecity .on{
color: #23FF05;
}
.Profile .agecity .off{
color:rgba(255,
255, 255, 0.67);
}
.Profile .ank_d_r{
background: transparent;
bottom:
10px;
color: #FFFFFF;
font-size: 14px;
padding: 0px 6px 1px;
text-shadow:
0px 1px 0px #000000;
top: auto;
white-space: nowrap;
right: 8px;
}
.Profile
.addfon{
-webkit-transition: opacity 500ms;
-moz-transition: opacity
500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
background:
rgba(0, 0, 0, 0.5);
border-radius: 3px;
position:
absolute;
color:#E0E0E0;
padding:5px;
right:10px;
border: 1px solid
black;
font-size: small;
width: 130px;
text-align:
center;
}
.Profile:hover .addfon{
opacity:1;
}
.Profile
.addfon:hover{
color:#fff;
text-decoration: none;
}
.Profile .addbut
{
background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
border-radius:
3px;
color: #E0E0E0;
padding: 5px;
border: 1px solid #000;
font-size:
small;
margin: 3px;
display: block;
width: 150px;
float: right;
text-align:
center;
}
.Profile .comm a{
transition: all 0.6s ease 0s;
opacity:
0.4;
max-height: 90%;
border-radius: 3px;
display: block;
border: 3px solid
#FFF;
position: absolute;
bottom: 23px;
left: 32px;
padding:
1px;
background: #FFF none repeat scroll 0% 0%;
cursor:
pointer;
text-decoration: none;
}
.Profile .comm:hover{
opacity:
1;
}
.Profile .like a{
transition: all 0.6s ease 0s;
opacity:
0.4;
max-height: 90%;
border-radius: 3px;
display: block;
border: 3px solid
#FFF;
position: absolute;
bottom: 23px;
left: 100px;
padding:
1px;
background: #FFF none repeat scroll 0% 0%;
cursor:
pointer;
text-decoration: none;
}
.Profile .like:hover{
opacity:
1;
}
.DCMS_st2{
border: #CCE6FB 2px solid;
position:
relative;
z-index:4;
background-color: #FFF;
-o-border-radius:
4px;
border-radius: 4px;
-moz-border-radius: 4px;
word-wrap:
break-word;
margin: 0 3px 3px;
padding: 5px;
width: 90%;
display:
inline-block;
}
.DCMS_st{
margin-left: 20px;
margin-bottom: 0;
height:
0;
width: 0;
border-color: transparent transparent #CCE6FB;
border-style:
solid;
border-width: 0 0 10px 10px;
position:
relative;
z-index:4;
}
.Profile_content_photo {
text-align:
center;
overflow: hidden;
}
.Profile_content_photo .photo{
display:
inline-block;
margin-right: 2px;
}
.photo:last-child{
margin-right:
0px;
}
.votes {
position: relative;
background: #FFF;
padding:
5px;
border-radius: 2px;
margin: 5px 0 10px;
box-shadow: 0px
1px 2px 1px rgba(0, 0, 0, 0.04);
font-size: 12px;
}
.votes_name {
display: block;
font-weight: bold;
padding: 10px;
text-align:
center;
white-space: pre;
}
.vote_name {
padding-top:
10px;
}
.vote_container {
background-color: rgba(56, 56, 56, 0.1);
border-radius: 2px;
overflow: hidden;
}
.vote_scale {
padding:
7px;
color: white;
background-color: rgb(239, 23, 23);
border-radius: 2px;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.35);;
border-right: 1px solid rgba(243, 243, 243, 0.07);
}
.life_red {
padding: 7px;
color: white;
background-color: rgb(239, 23, 23);
border-radius: 2px;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.35);;
border-right: 1px solid rgba(243, 243, 243, 0.07);
}
.life_ye {
padding: 7px;
color: white;
background-color: rgb(255, 189, 0);
border-radius: 2px;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.35);;
border-right: 1px solid rgba(243, 243, 243, 0.07);
}
.life_gr {
padding: 7px;
color: white;
background-color: rgb(97, 210, 31);
border-radius: 2px;
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.35);;
border-right: 1px solid rgba(243, 243, 243, 0.07);
}
.votes .vote_plus {
padding: 5px;
min-width: 40px;
text-align: center;
display:
inline-block;
margin: 0 5px;
background-color: #FFBB5B;
color:
#383838;
border-radius: 2px;
}
.votes .vote_plus:hover {
text-decoration: none;
}