Файл: Arhmobi_esdcms/sys/dpanel/styles.css
Строк: 886
body {
font: 12px/1.5 "Lucida Sans Unicode", "Lucida
Grande", sans-serif;
color: #444444;
background-color:
#f6f6f6;
}
a:focus {
outline: 1px dotted invert;
}
#title {
color:white; }
.padding {padding: 10px;}
#navigation_user {
float:
right;
margin-top: 10px;
}
.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: #FAFAFA;
border: 1px #DBDBDB solid;
padding: 5px;
border-radius: 2px;
margin-bottom: 10px;
box-shadow: 1px 1px 2px 1px #F0F0F0;
font-size: 12px;
}
.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;
}
.form input[type="text"], .form
input[type="password"], .form textarea {
box-shadow: 1px 1px
1px 0px #E2DFDF 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 #CCC solid;
border-radius: 2px;
}
.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;
}
.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;
}
.form .textarea_wrapper textarea {
margin:
0;
}
.form .textarea_wrapper .textarea_bbcode span {
display:
inline-block;
padding: 1px 6px;
margin: 1px;
background-color:
#EEE;
font-weight: bold;
font-size: 12px;
border: 1px solid
#E9E9E9;
border-radius: 1px;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select:
none;
}
.form .textarea_wrapper .textarea_bbcode span:hover {
border-color: #CFCFCF;
}
.form input[type="text"]:focus, .form
input[type="password"]:focus, .form textarea:focus {
border-color: #A8A8A8;
}
/*endregion*/
/*region smiles*/
.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;
}
/*endregion*/
/*region listing*/
.listing {
margin-bottom:
10px;
box-shadow: 1px 1px 2px 1px #F0F0F0;
}
.listing .post {
border-radius: 6px;
background: #FFFFFF;
border: 1px #F5F5F5 solid;
color: #686868;
padding: 5px;
display: block;
border-top-style:
none;
font-size: 90%;
box-shadow: 0 0 0 1px #D2D2D2 inset;
overflow: hidden;
position: relative;
}
.listing .post.image {
min-height: 50px;
}
.listing .post:hover:not([data-post-url=""])
{
text-decoration: none !important;
background-color: white;
cursor: pointer;
}
.listing
.post.selection:hover:not([data-post-url=""]) {
cursor:
text;
}
.post:first-child {
border-top-style: solid !important;
border-radius: 6px;
}
.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;
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;
border: 1px solid
#E0E0E0;
padding: 2px 5px;
min-width: 32px;
text-align:
center;
box-shadow: inset 1px 1px 0 #F3F3F3;
border-radius: 3px;
background: #F5F5F5;
color: #7E7E7E;
text-shadow: 0 1px
#FFF;
}
.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 {
border-radius:
50px !important;
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;
max-width: 100%;
}
/*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: #A2A2A2;
text-align: center;
}
#footer a {
color: #A2A2A2;
font-weight: bold;
}
#copyright {
float:
left;
}
#generation {
}
#language {
float: right;
}
.votes {
background: #f0f0f0;
border: 1px #DBDBDB solid;
color: #686868
!important;
padding: 10px;
box-shadow: 0 0 0 1px whiteSmoke inset;
border-radius: 2px;
font-size: 90%;
margin-bottom:
20px;
}
.vote_name {
display: block;
font-weight: bold;
padding: 10px;
text-align: center;
}
.vote_pc {
height: 18px;
padding: 0px 7px;
text-align: right;
}
.vote_plus {
padding: 1px
7px;
display: block;
height: 20px;
text-align: center;
margin-left: 7px;
}
.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;
}
#navigation_user a {
-webkit-transition: all linear 0.5s;
-moz-transition: all linear 0.5s;
-o-transition: all linear 0.5s;
transition: all linear 0.5s;
box-shadow: 0px 0px 10px rgb(0, 79, 146);
display: inline-block;
color: #FFF;
text-decoration: none;
padding:
15px;
border: 1px solid #FFF;
border-radius: 4px;
background: #1e5799;
/* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%,
#2989d8 50%, #7db9e8 100%); /* FF3.6+ */
background:
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799),
color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+
*/
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8
100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,
#1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
background:
-ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+
*/
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8
100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9
*/
}
#navigation_user a:hover{
border: 1px solid #000;
box-shadow:
0px 0px 10px rgb(0, 0, 0);
}
#navigation_user a:active{
background:
#DBDBDB;
box-shadow: inset 1px 1px #D6D6D6, -1px -1px #F5F5F5;
text-shadow: 0 1px #BEBEBE;
color: #FFF;
}
#nav,#nav ul {
list-style: none outside none;
margin: 0;
padding: 0;
}
#nav {
background: black;
clear: both;
font-size: 12px;
height: 58px;
position: relative;
width: 100%;
}
#nav ul {
background-color:
#222;
border:1px solid #222;
border-radius: 0 5px 5px 5px;
border-width: 0 1px 1px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
left: -9999px;
overflow: hidden;
position: absolute;
top:
-9999px;
z-index: 2;
-moz-transform: scaleY(0);
-ms-transform:
scaleY(0);
-o-transform: scaleY(0);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-moz-transition: -moz-transform 0.1s linear;
-ms-transition:
-ms-transform 0.1s linear;
-o-transition: -o-transform 0.1s linear;
-webkit-transition: -webkit-transform 0.1s linear;
transition:
transform 0.1s linear;
}
#nav li {
background:
url('/sys/dpanel/menu_line.png') no-repeat scroll right 5px transparent;
float: left;
position: relative;
}
#nav li a {
color: #FFFFFF;
display: block;
float: left;
font-weight: normal;
height:
30px;
padding: 23px 20px 0;
position: relative;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
}
#nav
li:hover > a {
color: #00B4FF;
}
#nav li:hover, #nav a:focus, #nav
a:hover, #nav a:active {
background: none repeat scroll 0 0 #121212;
outline: 0 none;
}
#nav li:hover ul.subs {
left: 0;
top: 53px;
width: 180px;
-moz-transform: scaleY(1);
-ms-transform:
scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
#nav ul li {
background: none;
width:
100%;
}
#nav ul li a {
float: none;
}
#nav ul li:hover > a {
background-color: #121212;
color: #00B4FF;
}
#lavalamp {
background: url('/sys/dpanel/lavalamp.png') no-repeat scroll 0 0
transparent;
height: 16px;
left: 19px;
position: absolute;
top: 0px;
width: 64px;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
transition: all 300ms
ease;
}
#lavalamp:hover {
-moz-transition-duration: 3000s;
-ms-transition-duration: 3000s;
-o-transition-duration: 3000s;
-webkit-transition-duration: 3000s;
transition-duration: 3000s;
}
#nav
li:nth-child(1):hover ~ #lavalamp {
left: 19px;
}
#nav
li:nth-child(2):hover ~ #lavalamp {
left: 103px;
}
#nav
li:nth-child(3):hover ~ #lavalamp {
left: 185px;
}
#nav
li:nth-child(4):hover ~ #lavalamp {
left: 277px;
}
#nav
li:nth-child(5):hover ~ #lavalamp {
left: 432px;
}
#nav
li:nth-child(6):hover ~ #lavalamp {
left: 565px;
}
#nav
li:nth-child(7):hover ~ #lavalamp {
left: 650px;
}
#nav
li:nth-child(8):hover ~ #lavalamp {
left: 725px;
}
hr {
border-color:
#ccc;
border-style: solid;
border-width: 1px 0 0;
clear: both;
height:
0;
}
h1 {display: inline-block;
font-size: 26px;
letter-spacing:
-0.5px;
}
h2 {
font-size: 24px;
letter-spacing: -1px;
}
h3
{
font-size: 18px;
}
h4 {
font-size: 14px;
}
h5 {
font-size:
12px;
}
h6 {
font-size: 10px;
}
ol {
list-style:
decimal;
list-style-position: inside;
}
ul.bullets {
list-style:
disc;
list-style-position: inside;
}
ul.bullets li {
margin-left:
20px;
margin-bottom:
5px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
margin-bottom: 15px;
}
a,
a:visited {
color:#0063be;
text-decoration: none !important;
}
a:hover, a:active {
text-decoration: none !important;
}
h1 a, h1 a:visited, h2 a, h2
a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6
a, h6 a:visited {
color: #444444;
}
h1 a:hover, h1 a:active, h2
a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5
a:hover, h5 a:active, h6 a:hover, h6 a:active {
color:#0063be;
}
/*
-------------------- Custom general classes --------------------
*/
.align-left { text-align: left; }
.align-right { text-align:
right; }
.align-center { text-align: center; }
.align-justify {
text-align: justify; }
.float-left { float: left; }
.float-right {
float: right; }
.bottom-spacing { margin-bottom: 20px; }
/*
-------------------- Page elements -------------------- */
#header {
margin-bottom: 20px;
}
#header-status {
background: #000000;
padding: 0;
color: #aaaaaa;
}
#header-main {
background: #005195
url(header-bg.jpg) repeat-x top left;
height: 94px;
}
#header-main
#logo {
background: url(logo.gif) no-repeat left 10px;
width: 100%;
height: 70px;
display: inline-block;
}
#subnav {
background: #ffffff
url(submenu-bg.gif) repeat-x bottom left;
height: 48px;
}
#subnav ul {
list-style: none;
margin: 0;
padding: 0;
}
#subnav ul li {
float:
left;
margin: 0 18px 0 0;
padding: 0;
}
#subnav ul a,
#subnav ul
a:visited {
display:block;
float: left;
color:#0063be;
font-size:
14px;
padding: 9px 0 0 0;
text-decoration: none;
}
#subnav ul
a:hover,
#subnav ul a:active {
text-decoration: underline;
}
#footer
{
padding: 0;
color: #aaaaaa;
padding: 12px 0 15px 0;
margin-top:
30px;
}
/* -------------------- Box module --------------------
*/
div.module {
background: url(module-body-left-bg.gif) no-repeat
scroll bottom left;
float: left;
width: 100%;
margin-bottom: 20px;
}
div.module div.module-body {
background:
url(module-body-right-bg.gif) no-repeat scroll bottom right;
padding:
20px 3% 20px 3%; float: left; width: 94%;
}
/* Percentage padding in the
module dependant on the cell width */
.grid_1 div.module div.module-body {
padding: 20px 8% 20px 8%; float: left; width: 84%; }
.grid_2 div.module
div.module-body { padding: 20px 7% 20px 7%; float: left; width: 86%;
}
.grid_3 div.module div.module-body { padding: 20px 6% 20px 6%; float:
left; width: 88%; }
.grid_4 div.module div.module-body { padding: 20px 5%
20px 5%; float: left; width: 90%; }
.grid_5 div.module div.module-body {
padding: 20px 4% 20px 4%; float: left; width: 92%; }
.grid_6 div.module
div.module-body { padding: 20px 3% 20px 3%; float: left; width: 94%;
}
.grid_7 div.module div.module-body { padding: 20px 2.75% 20px 2.75%;
float: left; width: 94.5%; }
.grid_8 div.module div.module-body { padding:
20px 2.5% 20px 2.5%; float: left; width: 95%; }
.grid_9 div.module
div.module-body { padding: 20px 2.25% 20px 2.25%; float: left; width:
95.5%; }
.grid_10 div.module div.module-body { padding: 20px 2% 20px 2%;
float: left; width: 96%; }
.grid_11 div.module div.module-body { padding:
20px 1.75% 20px 1.75%; float: left; width: 96.5%; }
.grid_12 div.module
div.module-body { padding: 20px 1.5% 20px 1.5%; float: left; width: 97%;
}
div.module div.module-table-body {
background:
url(module-body-right-bg.gif) no-repeat scroll bottom right;
padding: 0;
float: left;
width: 100%;
}
div.module h2 {
/* Sliding right
image */
background: url(module-header-left-bg.gif) no-repeat scroll
top left;
display: block;
float: left;
height: 32px; /* CHANGE THIS
VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 0px;
padding-right: 0px;
/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES
*/
text-decoration: none;
color: #444444;
font-family: Arial, Helvetica,
sans-serif;
font-size:12px;
font-weight:bold;
width:
100%;
margin-bottom: 0;
letter-spacing: normal
}
div.module h2 span {
/* Background left image */
background: url(module-header-right-bg.gif)
no-repeat top right;
display: block;
line-height: 20px; /* CHANGE THIS
VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px
18px;
}
div.module table {
width: 100%;
margin: 0 0 10px
0;
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid
#d9d9d9;
}
div.module table.tr {
border-collapse:
separate;
border-right: 1px solid #aaaaaa;
border-left: 1px solid
#aaaaaa;
}
div.module table th {
background-color: #eeeeee;
color:
#444444;
padding: 5px;
text-align: left;
border-right: 1px solid
#d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
div.module table td
{
background-color: #ffffff;
padding: 5px;;
border-right: 1px solid
#d9d9d9;
}
div.module table tr.odd td { /* You can use this style if you
want to do zebra-colored tables with other technique than Table Sorter
script used here */
background-color: #f1f5fa;
}
.table-apply {
width:
40%; float: right; text-align: right; margin-right: 10px;
}
/*
-------------------- Button (sliding door technique) --------------------
*/
/* button outside a module box */
a.button {
/* Sliding right image
*/
background: transparent url(button-right-bg-m.gif) no-repeat scroll
top right;
display: block;
float: left;
height: 26px; /* CHANGE THIS
VALUE ACCORDING TO IMAGE HEIGHT */
padding-right: 11px; /* CHENGE THIS
VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES
*/
text-decoration: none;
color: #444444;
font-family: Arial, Helvetica,
sans-serif;
font-size:12px;
}
a.button span {
/* Background left image
*/
background: transparent url(button-left-bg-m.gif) no-repeat top left;
display: block;
line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO
BUTTONG HEIGHT */
padding: 4px 0 7px 10px;
}
a.button:hover {
background-position: bottom right; color:#0063be;
}
a.button:hover
span{
background-position: bottom left;
color:#0063be;
}
/* button
inside a module box */
div.module a.button {
/* Sliding right image */
background: transparent url(button-right-bg.gif) no-repeat scroll top
right;
display: block;
float: left;
height: 26px; /* CHANGE THIS VALUE
ACCORDING TO IMAGE HEIGHT */
padding-right: 11px; /* CHENGE THIS VALUE
ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration:
none;
color: #444444;
font-family: Arial, Helvetica,
sans-serif;
font-size:12px;
}
div.module a.button span {
background:
transparent url(button-left-bg.gif) no-repeat top left;
display:
block;
line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT
*/
padding: 4px 0 7px 10px;
}
/* -------------------- Pagination
-------------------- */
.pagination { margin-bottom: 20px; float: right;
}
.pagination a.button { margin-right: 10px; }
.pagination a.last {
margin-right: 0; }
.pagination .numbers { float: left; padding-top: 3px;
margin-right: 15px; }
.pagination .numbers span { padding: 0 5px 0 5px; }
.pagination .current { font-weight: bold; }
/* --------------------
Forms -------------------- */
fieldset {
margin-top: 15px;
margin-bottom: 15px;
}
legend {
margin-bottom: 10px;
display:
block;
}
label {
display: block;
margin-bottom: 5px;
}
.input-short,
.input-medium,
.input-long {
padding: 3px;
}
select {
padding: 2px;
}
.input-short {
width: 25%
}
.input-medium {
width: 50%
}
.input-long {
width: 75%
}
input.input-short:focus,
input.input-medium:focus,
input.input-long:focus,
select:focus,
textarea:focus {
background: url(input-bg-focus.gif) top
left repeat-x #ffffff;
border-color: #a9c2d1;
}
input.submit-green {
background: url(submit-green-bg.gif) top left repeat-x;
border: 0;
border-top: 1px solid #6bd091;
border-left: 1px solid #6bd091;
border-right: 1px solid #349c5c;
border-bottom: 1px solid #349c5c;
color: #ffffff;
font-size: 14px;
padding: 2px 12px;
margin: 0px
10px 0 0;
cursor: pointer;
}
input.submit-green-hover {
background-image: url(submit-green-bg-hover.gif);
}
input.submit-gray {
background: url(submit-gray-bg.gif) top left repeat-x;
border: 0;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #888888;
border-bottom: 1px solid #888888;
color: #ffffff;
font-size: 14px;
padding: 2px 12px;
margin: 0px
10px 0 0;
cursor: pointer;
}
input.submit-gray-hover {
background-image: url(submit-gray-bg-hover.gif);
}
/*
-------------------- Category list -------------------- */
a.removable,
a.removable:visited {
padding: 5px 18px 5px 0px;
}
a.removable:hover,
a.removable:active {
background: url(cross-small.gif) no-repeat center
right;
}
/* -------------------- To-do list --------------------
*/
a.checkable,
a.checkable:visited {
padding: 5px 18px 5px
0px;
}
a.checkable:hover,
a.checkable:active {
background:
url(tick-small.gif) no-repeat center right;
}
a.completed,
a.completed:visited {
color: #aaaaaa;
}
/* --------------------
Messages -------------------- */
.separated {
border-top: 1px solid
#cccccc;
padding-top: 15px;
}
.user {
display: block;
padding-left: 22px;
background: url(user.gif) left 50% no-repeat;
font-size: 14px; color: #666666;
font-weight: normal;
}
.user-female {
display: block;
padding-left: 22px;
background:
url(user-female.gif) left 50% no-repeat;
font-size: 14px;
color:
#666666;
font-weight: normal;
}
.reply {
padding-left: 20px;
background: url(arrow-curve-180-left.gif) left 50% no-repeat;
margin-right: 7px;
}
.forward {
padding-left: 20px;
background:
url(arrow-curve-000-left.gif/) left 50% no-repeat;
margin-right: 7px;
}
a.delete,
a.delete:visited {
padding-left: 16px;
background:
url(cross-small.gif) left 50% no-repeat;
color: #C00;
}
h3.mail {
display: block;
padding: 20px 0px 20px 70px;
background:
url(Crystal_Project_mail_open.gif) left 50% no-repeat;
}
#p-messages
{
padding: 20px;
}
/* -------------------- Dashboard
-------------------- */
a.dashboard-module,
a.dashboard-module:visited {
width: 142px;
height: 142px;
display: block;
float: left;
background: url(dashboard-module.gif) top left no-repeat;
margin: 0 8px
8px 0;
text-align: center;
color: #444444;
}
a.dashboard-module:hover,
a.dashboard-module:active {
background-position: bottom left;
text-decoration: none;
color:#0063be;
}
a.dashboard-module img {
margin-top: 20px;
}
a.dashboard-module span {
margin-top: 10px;
display: block;
}