primo commit
This commit is contained in:
141
media/system/css/system-site-general.css
Normal file
141
media/system/css/system-site-general.css
Normal file
@ -0,0 +1,141 @@
|
||||
@charset "UTF-8";
|
||||
.invalid {
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
label.invalid {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#editor-xtd-buttons {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.button2-left, .button2-right, .button2-left div, .button2-right div {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.button2-left a, .button2-right a, .button2-left span, .button2-right span {
|
||||
float: left;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
height: 22px;
|
||||
font-size: 11px;
|
||||
line-height: 22px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.button2-left span, .button2-right span {
|
||||
color: #999;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
.page span {
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.button2-left a:hover, .button2-right a:hover {
|
||||
color: #0b55c4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button2-left a, .button2-left span {
|
||||
padding: 0 24px 0 6px;
|
||||
}
|
||||
|
||||
.button2-right a, .button2-right span {
|
||||
padding: 0 6px 0 24px;
|
||||
}
|
||||
|
||||
.button2-left {
|
||||
float: left;
|
||||
background: url("../images/j_button2_left.png?v=173204") no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.button2-right {
|
||||
float: left;
|
||||
background: url("../images/j_button2_right.png?v=173204") 100% 0 no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.button2-left .image {
|
||||
background: url("../images/j_button2_image.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .readmore, .button2-left .article {
|
||||
background: url("../images/j_button2_readmore.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .pagebreak {
|
||||
background: url("../images/j_button2_pagebreak.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
.button2-left .blank {
|
||||
background: url("../images/j_button2_blank.png?v=173204") 100% 0 no-repeat;
|
||||
}
|
||||
|
||||
div.tooltip {
|
||||
z-index: 13000;
|
||||
float: left;
|
||||
background: #ffc;
|
||||
border: 1px solid #d4d5aa;
|
||||
max-width: 200px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
div.tooltip h4 {
|
||||
background: url("../images/selector-arrow.png?v=173204") no-repeat;
|
||||
margin: -15px 0 0;
|
||||
padding: 15px 0 5px;
|
||||
font-size: 95%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.tooltip p {
|
||||
margin: 0;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.img_caption .left {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.img_caption .right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.img_caption .left p {
|
||||
clear: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.img_caption .right p {
|
||||
clear: right;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.img_caption {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.img_caption.none {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
a img.calendar {
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background: url("../images/calendar.png?v=ad4756") no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user