mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed old CSS files
This commit is contained in:
parent
02332da7fb
commit
16527f7fef
@ -1,81 +0,0 @@
|
||||
@import url("typography.css");
|
||||
|
||||
html,body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-style: none;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0; padding: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Selection Groups
|
||||
*/
|
||||
.SelectionGroup {
|
||||
padding: 0;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
.SelectionGroup li {
|
||||
list-style-type: none;
|
||||
margin: 0 0 4px;
|
||||
}
|
||||
.SelectionGroup li label {
|
||||
font-size: 11px;
|
||||
}
|
||||
.SelectionGroup li input.selector {
|
||||
width: 20px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
.SelectionGroup li div.field {
|
||||
display: none;
|
||||
}
|
||||
.SelectionGroup li.selected div.field {
|
||||
display: block;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 1em;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.mainblock .SelectionGroup li.selected div.field {
|
||||
margin-left: 27px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.SelectionGroup li.selected label.selector {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Actions {
|
||||
text-align: right;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
}
|
||||
|
||||
.mainblock {
|
||||
float: left;
|
||||
border: 1px #CCC solid;
|
||||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
height: 140px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mainblock form fieldset {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.mainblock form div.Actions input {
|
||||
font-size: 11px;
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
* {
|
||||
font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
form .field {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
form label.left {
|
||||
float: left;
|
||||
width: 15em;
|
||||
font-weight: bold;
|
||||
}
|
||||
form div.field {
|
||||
/*margin-left: 10em;*/
|
||||
}
|
||||
|
||||
form .inlineformaction,
|
||||
form .inlineformaction_readonly,
|
||||
form .action,
|
||||
form .action_readonly {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.TableListField table.data th {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.TableListField table.data {
|
||||
width: 100%;
|
||||
border: 1px #aaa solid;
|
||||
}
|
@ -1,25 +0,0 @@
|
||||
* {
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
form.import-form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form.import-form #CsvFile .middleColumn {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
form.import-form .advanced h4 {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
form.import-form .Actions {
|
||||
text-align: left;
|
||||
border: 0;
|
||||
}
|
@ -1,173 +0,0 @@
|
||||
.clear{
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
body.ModelAdmin .ui-layout-west {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
body.ModelAdmin #Form_AddForm fieldset {
|
||||
border: none;
|
||||
}
|
||||
|
||||
body.ModelAdmin #Form_AddForm #ClassName {
|
||||
margin: 0;
|
||||
padding: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
body.ModelAdmin #Form_AddForm #ClassName label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.ModelAdmin #SearchForm_holder,
|
||||
body.ModelAdmin #AddForm_holder {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
body.ModelAdmin #SearchForm_holder {
|
||||
overflow: auto;
|
||||
margin-bottom:1em;
|
||||
}
|
||||
|
||||
body.ModelAdmin #ModelClassSelector {
|
||||
border-bottom: 1px #AAA solid;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
body.ModelAdmin #SearchForm_holder div.ResultAssemblyBlock{
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
body.ModelAdmin #SearchForm_holder form div.field.hidden{
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.ModelAdmin #SearchForm_holder form div#ResultAssembly{
|
||||
margin: 0;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
body.ModelAdmin #SearchForm_holder form div#ResultAssembly label{
|
||||
width: auto;
|
||||
clear: both;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
body.ModelAdmin #SearchForm_holder form div#ResultAssembly ul.optionset li{
|
||||
float: left;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
body.ModelAdmin .resultsTable {
|
||||
overflow:auto;
|
||||
}
|
||||
body.ModelAdmin .resultsTable tbody td {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right{
|
||||
overflow:hidden !important;
|
||||
|
||||
}
|
||||
|
||||
body.ModelAdmin #right table.results {
|
||||
margin:6px;
|
||||
padding:0;
|
||||
border-spacing:0 2px;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right table.results td {
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
background-color:#fff;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right table.results td.over {
|
||||
background-color:#bbb;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right table.results td.active {
|
||||
background-color:#555;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right .tab {
|
||||
overflow: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
body.ModelAdmin #Form_ImportForm dt {
|
||||
float: left;
|
||||
width: 10em;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
body.ModelAdmin #statusMessage {
|
||||
position: fixed !important;
|
||||
position: absolute;
|
||||
left: auto !important;
|
||||
bottom: 35px !important;
|
||||
}
|
||||
|
||||
/* Form */
|
||||
|
||||
body.ModelAdmin .ui-layout-west form {
|
||||
border-bottom: 2px solid #ddd;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
body.ModelAdmin .ui-layout-west #Form_ImportForm {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
body.ModelAdmin .ui-layout-west form .Actions {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right .Actions {
|
||||
position:absolute;
|
||||
bottom:4px;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right .ajaxActions {
|
||||
position:absolute;
|
||||
bottom:4px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
body.ModelAdmin .ui-layout-west .tab {
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
body.ModelAdmin .tab h3 {
|
||||
margin: 10px 0 5px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
form .message {
|
||||
font-size: 10px;
|
||||
margin: .3em 0;
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
body.ModelAdmin .historyNav {
|
||||
background: #aaa;
|
||||
padding: 0 10px;
|
||||
overflow: auto;
|
||||
}
|
||||
body.ModelAdmin .historyNav a {
|
||||
display: block;
|
||||
color: white;
|
||||
margin: 3px 0;
|
||||
}
|
||||
body.ModelAdmin .historyNav a.back {
|
||||
float: left;
|
||||
}
|
||||
body.ModelAdmin .historyNav a.forward {
|
||||
float: right;
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
#Form_EditForm_Permissions .Arg,
|
||||
#Form_EditForm_Permissions .Enabled {
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
#Form_EditForm_Permissions .Arg input {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Ensure there's enough room in the tab for TreeMultiSelectField expansion */
|
||||
#MemberTableField_Popup_DetailForm #Groups,
|
||||
#MemberTableField_Popup_AddForm #Groups {
|
||||
height: 250px;
|
||||
}
|
@ -1,414 +0,0 @@
|
||||
#left form.actionparams {
|
||||
background: #eee;
|
||||
padding: 0 5px 5px 5px;
|
||||
_padding-left: 5px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#left form#search_options {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
#left form.actionparams input,
|
||||
#left form.actionparams select {
|
||||
padding: 1px;
|
||||
}
|
||||
#left form.actionparams select,
|
||||
#ReportSelector_holder select {
|
||||
width: 75%;
|
||||
}
|
||||
/* reset for a fieldtype that shouldn't have this width setting */
|
||||
#left form.actionparams .dropdownpopup select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#PageType,
|
||||
#ReportSelector_holder select {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
padding: 1px;
|
||||
}
|
||||
#left form.actionparms input.action {
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
#Form_DeleteItemsForm p {
|
||||
margin: 4px 8px 4px 0;
|
||||
font-size: 11px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
form.oneline fieldset {
|
||||
width: 80%;
|
||||
float: left;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Selection Groups
|
||||
*/
|
||||
#left .SelectionGroup {
|
||||
display: block;
|
||||
}
|
||||
#left .SelectionGroup li {
|
||||
list-style-type: none;
|
||||
clear: left;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#left .SelectionGroup li input {
|
||||
width: 20px;
|
||||
float: left;
|
||||
}
|
||||
#left .SelectionGroup li div.field {
|
||||
display: none;
|
||||
font-size: 1em;
|
||||
}
|
||||
#left .SelectionGroup li label {
|
||||
margin: 0 0 0 2px;
|
||||
display: block;
|
||||
height: 1.2em;
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
#left .SelectionGroup li.selected div.field {
|
||||
margin-left: 23px;
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
#left div.field select {
|
||||
width: 100%;
|
||||
}
|
||||
#left .SelectionGroup li.selected label.selector {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#publication_key {
|
||||
border-bottom: 1px solid #ccc;
|
||||
background: #eee;
|
||||
padding: 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#publication_key ins,
|
||||
#publication_key del,
|
||||
#publication_key span {
|
||||
margin: 0 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
#publication_key span.notinmenu {
|
||||
color: #77A;
|
||||
}
|
||||
/* Created on stage, never published */
|
||||
#publication_key ins {
|
||||
color: orange;
|
||||
text-decoration : none;
|
||||
}
|
||||
/* Deleted on stage */
|
||||
#publication_key del {
|
||||
color: red;
|
||||
}
|
||||
/* Deleted on stage & live (when show deleted pages is active) */
|
||||
#publication_key del.deletedOnLive {
|
||||
color: #700;
|
||||
}
|
||||
|
||||
#publication_key span.modified {
|
||||
color: green;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
#left {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#treepanes .ui-accordion-content {
|
||||
padding: 0;
|
||||
}
|
||||
.ui-layout-pane-west {
|
||||
/* OVERRIDE 'default styles' */
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
#treepanes h2 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#treepanes h2 img {
|
||||
float:right;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#treepanes form .field {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.listpane p {
|
||||
display: block;
|
||||
margin: 0px 4px 0px 4px;
|
||||
padding: 3px 0px;
|
||||
font-size: 10px;
|
||||
}
|
||||
.listpane ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.listpane ul li {
|
||||
list-style-type: none;
|
||||
font-size: 10px;
|
||||
border-bottom: 1px #CCC dotted;
|
||||
background-color: #FFF;
|
||||
}
|
||||
.listpane ul li.odd {
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
.listpane ul li .extra {
|
||||
font-style: italic;
|
||||
color: #666;
|
||||
}
|
||||
.listpane div.unitBody {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.listpane li a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.listpane input.action {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.listpane p.message {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
#treepanes .pane_actions {
|
||||
margin: 0px 4px 0px 4px;
|
||||
}
|
||||
|
||||
#treepanes .pane_actions a {
|
||||
margin: 4px;
|
||||
padding: 3px;
|
||||
background-color: #EEE;
|
||||
border: 1px #CCC solid;
|
||||
}
|
||||
#treepanes .pane_actions a.current {
|
||||
background-color: #CCC;
|
||||
}
|
||||
|
||||
|
||||
#treepanes table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#treepanes table thead td {
|
||||
background-color: #aaa;
|
||||
color: #fff;
|
||||
border-bottom: 2px #ccc solid;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#treepanes table tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#treepanes table tbody td {
|
||||
font-size: 11px;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
#treepanes table tbody tr.even td {
|
||||
background-color: #EEE;
|
||||
}
|
||||
#treepanes table tbody tr.over td {
|
||||
background-color: #FFFFBB;
|
||||
}
|
||||
|
||||
#treepanes table tbody tr.current td {
|
||||
background-color: #BBBBFF;
|
||||
}
|
||||
|
||||
#treepanes #Versions tbody tr.internal {
|
||||
color: #777;
|
||||
}
|
||||
#treepanes #Versions tbody tr.published {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.SideReport_RecentlyEdited li a:hover {
|
||||
background-color: #FFFFBB;
|
||||
}
|
||||
|
||||
/* This applies to both the LHS context menu and the TinyMCE context menu */
|
||||
.contextMenu {
|
||||
z-index: 1000;
|
||||
background-color: white;
|
||||
border: 1px #CCC solid;
|
||||
}
|
||||
|
||||
ul.contextMenu {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ul.contextMenu li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul.contextMenu li a {
|
||||
display: block;
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
||||
font-size: 11px;
|
||||
padding: 5px 10px 5px 5px;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
ul.contextMenu li a:hover {
|
||||
background-color: #B6BDD2;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Tree */
|
||||
|
||||
/* Added through jstree.js on DOM load, but we need it earlier in order to correctly display the uninitialized tree */
|
||||
.jstree ul, .jstree li { display:block; margin:0 0 0 0; padding:0 0 0 0; list-style-type:none; }
|
||||
.jstree li { display:block; min-height:18px; line-height:18px; white-space:nowrap; margin-left:18px; min-width:18px; }
|
||||
.jstree-rtl li { margin-left:0; margin-right:18px; }
|
||||
.jstree > ul > li { margin-left:0px; }
|
||||
.jstree-rtl > ul > li { margin-right:0px; }
|
||||
.jstree ins { display:inline-block; text-decoration:none; width:18px; height:18px; margin:0 0 0 0; padding:0; }
|
||||
.jstree a { display:inline-block; line-height:16px; height:16px; color:black; white-space:nowrap; text-decoration:none; padding:1px 2px; margin:0; }
|
||||
.jstree a:focus { outline: none; }
|
||||
.jstree a > ins { height:16px; width:16px; }
|
||||
.jstree a > .jstree-icon { margin-right:3px; }
|
||||
.jstree-rtl a > .jstree-icon { margin-left:3px; margin-right:0; }
|
||||
li.jstree-open > ul { display:block; }
|
||||
li.jstree-closed > ul { display:none; }
|
||||
|
||||
ul.tree span.untranslated a:link,
|
||||
ul.tree span.untranslated a:hover,
|
||||
ul.tree span.untranslated a:visited {
|
||||
color: #ccc
|
||||
}
|
||||
|
||||
#sitetree_ul li.disabled a {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
#Form_SearchTreeForm .field .middleColumn {
|
||||
width: 60%;
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#Form_SearchTreeForm .field label {
|
||||
margin-left: 0;
|
||||
width: 28%;
|
||||
}
|
||||
|
||||
#Form_SearchTreeForm select.options {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
/* Change detection CSS */
|
||||
#right .compare ins, #right .compare ins * {
|
||||
background-color: #99EE66;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#right .compare del, #right .compare del *{
|
||||
background-color: #FF9999;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
#sitetree a.contents {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#ShowDrafts {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.noBottomBorder {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.checkboxAboveTree {
|
||||
border-top: 1px solid #cccccc;
|
||||
padding: .5em;
|
||||
overflow: hidden;
|
||||
clear: left;
|
||||
}
|
||||
.checkboxAboveTree div {
|
||||
clear: left;
|
||||
}
|
||||
.checkboxAboveTree input, #ShowChanged input, #ShowDrafts input {
|
||||
float: left;
|
||||
margin: 0 3px 0 0;
|
||||
}
|
||||
|
||||
#versions_actions {
|
||||
float: left;
|
||||
width: 100%;
|
||||
border-bottom:1px solid #CCC;
|
||||
}
|
||||
#versions_actions .versionChoice {
|
||||
float: left;
|
||||
display: block;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.versionChoice label {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-top: 3px;
|
||||
_margin-top: 4px;
|
||||
}
|
||||
|
||||
#versions_actions input, #Remember input {
|
||||
float: left;
|
||||
display: block;
|
||||
margin: 0 3px 0 0;
|
||||
}
|
||||
|
||||
#ReportSelector_holder {
|
||||
background: #EEE;
|
||||
margin: 0 !important;
|
||||
padding: 3px 3px 7px;
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
#versions_actions {
|
||||
background: #EEE;
|
||||
overflow: hidden;
|
||||
margin: 0 !important;
|
||||
padding: 4px 7px;
|
||||
}
|
||||
#Form_VersionsForm td.checkbox {
|
||||
|
||||
}
|
||||
|
||||
#Form_SideReportsForm select,
|
||||
#Form_SideReportsForm .middlecolumn {
|
||||
width: 80%;
|
||||
}
|
||||
/**
|
||||
* i18n
|
||||
*/
|
||||
#LangSelector_holder {
|
||||
float: none;
|
||||
background-color: #EEEEEE;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
padding: 3px 0 3px 7px;
|
||||
}
|
||||
#LangSelector_holder .Actions {
|
||||
display: none;
|
||||
}
|
||||
#LangSelector_holder label.left {
|
||||
margin-left: 0;
|
||||
width: auto;
|
||||
}
|
@ -1,582 +0,0 @@
|
||||
/**
|
||||
* General
|
||||
*/
|
||||
#right p/*,
|
||||
#right .optionset*/ {
|
||||
margin: 7px 0;
|
||||
}
|
||||
#right .optionset li {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Forms
|
||||
*/
|
||||
.right form {
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* legend tag shows up annoying spacing in IE6/7 */
|
||||
.right form legend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.right form .field {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
.right form .text,
|
||||
.right form .field span.readonly,
|
||||
.right form .field span.readonly i,
|
||||
.right form div.TableListField table i {
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form .field span.readonly {
|
||||
margin: 0;
|
||||
width: auto;
|
||||
}
|
||||
.right form #URL .fieldgroup * {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.right form .fieldgroupField {
|
||||
display: inline;
|
||||
}
|
||||
.right form #URL .fieldgroup {
|
||||
display:block;
|
||||
height: 16px;
|
||||
background-color:#F7F7F7;
|
||||
border:1px dotted #CCCCCC;
|
||||
padding:3px;
|
||||
}
|
||||
.right form #URL .originallang_holder {
|
||||
display: inline;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
.right form #URL .fieldgroup input {
|
||||
border: 1px solid #A7A7A7;
|
||||
padding: 2px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.right form #URL .fieldgroup span.readonly {
|
||||
display: inline;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.right form .parentTypeSelector {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.right form .parentTypeSelector label.left {
|
||||
float: none !important;
|
||||
margin-left: 0 !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.right form .dropdown,
|
||||
.right form .countrydropdown {
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form .dropdown select,
|
||||
.right form .countrydropdown select {
|
||||
font-size: 12px;
|
||||
height: 19px;
|
||||
}
|
||||
.right form .dropdown select option,
|
||||
.right form .countrydropdown select option {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.right form .field .middleColumn {
|
||||
display: block;
|
||||
background: #e9e9e9;
|
||||
padding: 3px;
|
||||
width: 97%;
|
||||
}
|
||||
.right form .field .middleColumn .middleColumn {
|
||||
padding: 0;
|
||||
}
|
||||
.right form .field.image .middleColumn,
|
||||
.right form .field.simpleimagefield_disabled .middleColumn {
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
.right form .htmleditorfield span.readonly *,
|
||||
#right form .htmleditorfield span.readonly * {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.right form .checkbox input,
|
||||
.right form .optionset input {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.right form .field label {
|
||||
font-size: 11px;
|
||||
color: #666;
|
||||
}
|
||||
.right form .field label.left {
|
||||
float: none;
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
margin-bottom: 3px;
|
||||
/*font-size: 11px;*/
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.time .timeIcon,
|
||||
.datetime .timeIcon {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.right form .date input.month,
|
||||
.right form .date input.day,
|
||||
.right form .date input.year {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form .datetime .clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.right form .datetime .date,
|
||||
.right form .datetime .time {
|
||||
float: left;
|
||||
clear: none;
|
||||
width: auto;
|
||||
}
|
||||
.right form .datetime .middleColumn .middleColumn {
|
||||
width: auto;
|
||||
}
|
||||
.right form .datetime .date input,
|
||||
.right form .datetime .time input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form textarea,
|
||||
.right form input.text,
|
||||
.right form textarea.htmleditor {
|
||||
border: 1px solid #a7a7a7;
|
||||
padding: 3px;
|
||||
width: 99%;
|
||||
}
|
||||
.right form textarea {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.right form input.checkbox,
|
||||
.right form .optionset input,
|
||||
.right form .htmleditor select {
|
||||
width: auto;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.right form #Root_Access input {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right form ul.optionset {
|
||||
padding: 0;
|
||||
}
|
||||
.right form .optionset li {
|
||||
list-style: none;
|
||||
}
|
||||
.right form .optionset li.cancel {
|
||||
float: left;
|
||||
}
|
||||
.right form .optionset li.submit {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.right form h1 {
|
||||
font-size: 20px;
|
||||
}
|
||||
.right form h2 {
|
||||
font-size: 18px;
|
||||
clear: both;
|
||||
}
|
||||
.right form h3 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.right form h4 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.right form h5 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.right form .fieldgroup input,
|
||||
.right form .fieldgroup select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form fieldset {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.right form .Actions {
|
||||
text-align: right;
|
||||
padding: 0.5em;
|
||||
background: white;
|
||||
border-top: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.right form .Actions input {
|
||||
padding: .5em;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.right form.loading {
|
||||
margin-left: -1000em;
|
||||
margin-right: 1000em;
|
||||
}
|
||||
|
||||
#SiteTreeFilterDate {
|
||||
width: 68px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tinymce
|
||||
*/
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
padding-top: 2px;
|
||||
width: 95px; /* Added width to stop sizes jumping and text wrapping */
|
||||
font-size: 11px;
|
||||
}
|
||||
.right form .mceEditor select.mceNativeListBox option {
|
||||
padding: 0 2px 0 2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.right form .mceEditor .mceFirst {
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.right form .mceEditor .mceToolbar table {
|
||||
background: transparent;
|
||||
}
|
||||
.right form .mceEditor .mceButton {
|
||||
padding: 1px;
|
||||
}
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
}
|
||||
.right form .mceEditor .mceFirst {
|
||||
background: #fbfbfb url(../images/textures/mce_editor.gif) repeat-x bottom;
|
||||
}
|
||||
.right form .mceEditor .mceToolbar table {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* Non-tabbed scrolling area that can be used in place of tabs in LeftAndMAin
|
||||
*/
|
||||
.right #ScrollPanel {
|
||||
background: #fff;
|
||||
clear: left;
|
||||
overflow: auto;
|
||||
border: 1px solid #aaa;
|
||||
position: relative;
|
||||
top: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/**
|
||||
* RHS Action Parameters boxes
|
||||
*/
|
||||
#right form.actionparams {
|
||||
border: 1px solid #777;
|
||||
background: #ccc;
|
||||
position: absolute;
|
||||
bottom: 32px;
|
||||
right: 11px;
|
||||
width: 300px;
|
||||
z-index: 200;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#right form.actionparams div.field {
|
||||
margin-left: 6em;
|
||||
}
|
||||
|
||||
#right form.actionparams label.left {
|
||||
width: 6em;
|
||||
margin-left: -6em;
|
||||
}
|
||||
#right form.actionparams input, #right form.actionparams select, #right form.actionparams textarea {
|
||||
width: 100%;
|
||||
}
|
||||
#right form.actionparams input.checkbox, #right form.actionparams .optionset input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#right form.actionparams p.label {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
#right form.actionparams .actions {
|
||||
margin: 10px 0 0 0;
|
||||
text-align: right;
|
||||
}
|
||||
#right form.actionparams .actions input {
|
||||
width: auto;
|
||||
}
|
||||
#right form.actionparams .sendingText {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
padding: 10% 0 0 0;
|
||||
height: 60%;
|
||||
background: #ccc;
|
||||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#right form.actionparams div.TreeDropdownField {
|
||||
width: 220px;
|
||||
padding-bottom: 150px;
|
||||
|
||||
}
|
||||
#right form.actionparams div.TreeDropdownField .items {
|
||||
width: 195px;
|
||||
}
|
||||
#right form.actionparams div.TreeDropdownField div.tree_holder {
|
||||
width: 214px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Autocomplete
|
||||
*/
|
||||
.autocomplete {
|
||||
margin-left: 1px;
|
||||
background: white;
|
||||
overflow: visible;
|
||||
}
|
||||
.autocomplete ul {
|
||||
border: 1px solid #aaa;
|
||||
background: #FFFFBB;
|
||||
}
|
||||
.autocomplete li {
|
||||
list-style-type: none;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.autocomplete li.selected {
|
||||
background: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
.autocomplete .data {
|
||||
display: none;
|
||||
}
|
||||
.autocomplete .informal {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Status Messages
|
||||
*/
|
||||
.notice-wrap {
|
||||
position: absolute;
|
||||
z-index: 500;
|
||||
bottom: 4px;
|
||||
left: 10px;
|
||||
z-index: 9999;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
* html .notice-wrap {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.notice-item {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: auto;
|
||||
background: #f4f3eb;
|
||||
border: 1px solid #a9a67d;
|
||||
padding: 2px 20px 2px 20px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
line-height: 1.5;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
|
||||
.notice-item-close {
|
||||
position: absolute;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
right: 6px;
|
||||
top: 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.notice-wrap .good {
|
||||
padding-left: 40px;
|
||||
color: #060;
|
||||
background: #E2F9E3 url(../images/alert-good.gif) 7px 50% no-repeat;
|
||||
border: 1px solid #8dd38d;
|
||||
}
|
||||
.notice-wrap .bad {
|
||||
padding-left: 40px;
|
||||
color: #c80700;
|
||||
background: #ffe9e9 url(../images/alert-bad.gif) 7px 50% no-repeat;
|
||||
border: 1px solid #ff8e8e;
|
||||
}
|
||||
|
||||
/**
|
||||
* TableField Subclasses
|
||||
*/
|
||||
|
||||
/* Filter box (for search/filter box above a table on Asset/MemberTableField) */
|
||||
.right div.filterBox {
|
||||
width: inherit;
|
||||
margin: 5px 0;
|
||||
padding: 5px;
|
||||
background: #EEE;
|
||||
border: 1px solid #BBB;
|
||||
}
|
||||
.right div.filterBox .middleColumn {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.right form div.filterBox label {
|
||||
display: block;
|
||||
width: 5em;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
line-height: 2.3;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.right div.filterBox div.field {
|
||||
margin-left: 0 !important;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.right div.filterBox input,
|
||||
.right div.filterBox select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* i18n
|
||||
*/
|
||||
.right form div.originallang_holder {
|
||||
border: 1px dashed #aaa;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 0 !important;
|
||||
padding: 8px 0 6px 5px;
|
||||
}
|
||||
|
||||
.originallang,
|
||||
#Form_EditForm_URLSegment_original {
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.right form .CompositeField .originallang label.left,
|
||||
.right form div.originallang_holder label.left {
|
||||
margin-left: 0 !important;
|
||||
width: auto !important;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.right form div.CompositeField .originallang .middleColumn {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.right form div.languageDropdown {
|
||||
clear: right;
|
||||
float: left;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.right form .createTranslationButton .middleColumn {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#contentPanel h2 img {
|
||||
float: right;
|
||||
margin-right: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.right form .field.confirmedpassword.nolabel .middleColumn {
|
||||
background-color: #fff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.right form .field.confirmedpassword.nolabel .middleColumn .middleColumn {
|
||||
background-color: #e9e9e9;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.autocompleteoptions {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tabs
|
||||
*/
|
||||
.right form .ss-tabset {
|
||||
/* Need this to stop tabs from disappearing sometimes */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.right form .ss-tabset .tab {
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
* "Insert Image" forms etc.
|
||||
*/
|
||||
#Form_EditorToolbarImageForm .field,
|
||||
#Form_EditorToolbarFlashForm .field,
|
||||
#Form_EditorToolbarLinkForm .field {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Upload Image (Image Toolbar)
|
||||
*/
|
||||
#Form_EditorToolbarImageForm .file,
|
||||
#Form_EditorToolbarImageForm #UploadFormResponse {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.showUploadField {
|
||||
font-size: 11px;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
.showUploadField a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#UploadFormResponse {
|
||||
padding: 6px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
#UploadFormResponse.loading
|
||||
.loading#UploadFormResponse {
|
||||
background: url(../../images/network-save.gif) no-repeat left center;
|
||||
padding-left: 20px;
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
/**
|
||||
* Default Editor Styles for the CMS
|
||||
*/
|
||||
|
||||
.typography .mceItemFlash {
|
||||
border: 1px dotted #f00;
|
||||
}
|
||||
|
||||
body.mceContentBody {
|
||||
min-height: 200px;
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
body.mceContentBody a.ss-broken {
|
||||
background-color: #FF7B71;
|
||||
border: 1px red solid;
|
||||
color: #fff;
|
||||
padding: 1px;
|
||||
text-decoration: underline;
|
||||
}
|
@ -1,703 +0,0 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.ss-loading-screen, .ss-loading-screen .loading-logo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
background: -moz-radial-gradient(50% 50% 180deg, circle cover, #FFFFFF, #EFEFEF, #C7C7C7 100%);
|
||||
background: -webkit-gradient(radial, 50% 50%, 350, 50% 50%, 0, from(#E3E3E3), to(white));
|
||||
z-index: 100000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ss-loading-screen .loading-logo {
|
||||
background-url: url(../images/logo.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-color: transparent;
|
||||
background-position: 50% 50%;
|
||||
}
|
||||
|
||||
.ss-loading-screen p {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 80px;
|
||||
}
|
||||
|
||||
.ss-loading-screen p span.notice {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
padding: 10px 20px;
|
||||
color: #dc7f00;
|
||||
border: none;
|
||||
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
-o-border-radius: 5px;
|
||||
|
||||
-moz-box-shadow: 1px 1px 15px rgba(0,0,0, 0.1);
|
||||
-webkit-box-shadow: 1px 1px 15px rgba(0,0,0, 0.1);
|
||||
-o-box-shadow: 1px 1px 15px rgba(0,0,0, 0.1);
|
||||
box-shadow: 1px 1px 15px rgba(0,0,0, 0.1);
|
||||
}
|
||||
|
||||
.ss-loading-screen .loading-animation {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 49%;
|
||||
top: 75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Default Layout Theme
|
||||
*
|
||||
* Created for jquery.layout
|
||||
*
|
||||
* Copyright (c) 2008
|
||||
* Fabrizio Balliano (http://www.fabrizioballiano.net)
|
||||
* Kevin Dalman (http://allpro.net)
|
||||
*
|
||||
* Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
|
||||
* and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
|
||||
*
|
||||
* Last Updated: 2009-03-04
|
||||
* NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
|
||||
*/
|
||||
|
||||
/*
|
||||
* PANES
|
||||
*/
|
||||
.ui-layout-pane { /* all 'panes' */
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
/* Overflow is handled by tabsets inside the panel */
|
||||
.ui-layout-center,
|
||||
.ui-layout-east {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.ui-layout-west {
|
||||
width: 225px;
|
||||
}
|
||||
|
||||
.ui-layout-north {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.ui-layout-south {
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
.ui-layout-east {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
/*
|
||||
* RESIZER-BARS
|
||||
*/
|
||||
.ui-layout-resizer { /* all 'resizer-bars' */
|
||||
background: #DDD;
|
||||
border: 1px solid #BBB;
|
||||
border-width: 0;
|
||||
opacity: 1; /* on-hover, show the resizer-bar normally */
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
.ui-layout-resizer-open:hover , /* hover-color to 'resize' */
|
||||
.ui-layout-resizer-dragging { /* resizer beging 'dragging' */
|
||||
background: #EEE;
|
||||
}
|
||||
.ui-layout-resizer-dragging { /* CLONED resizer being dragged */
|
||||
border-left: 1px solid #BBB;
|
||||
border-right: 1px solid #BBB;
|
||||
}
|
||||
.ui-layout-resizer-drag { /* REAL resizer while resize in progress */
|
||||
}
|
||||
|
||||
.ui-layout-resizer-closed:hover { /* hover-color to 'slide open' */
|
||||
background: #EEE;
|
||||
}
|
||||
.ui-layout-resizer-sliding { /* resizer when pane was 'slid open' */
|
||||
opacity: 0.1; /* show only a slight shadow */
|
||||
filter: alpha(opacity=10);
|
||||
}
|
||||
.ui-layout-resizer-sliding:hover { /* sliding resizer - hover */
|
||||
opacity: 1; /* on-hover, show the resizer-bar normally */
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
/* sliding resizer - add 'outside-border' to resizer on-hover */
|
||||
.ui-layout-resizer-north-sliding:hover { border-bottom-width: 1px; }
|
||||
.ui-layout-resizer-south-sliding:hover { border-top-width: 1px; }
|
||||
.ui-layout-resizer-west-sliding:hover { border-right-width: 1px; }
|
||||
.ui-layout-resizer-east-sliding:hover { border-left-width: 1px; }
|
||||
|
||||
|
||||
/*
|
||||
* TOGGLER-BUTTONS
|
||||
*/
|
||||
.ui-layout-toggler {
|
||||
color: #666;
|
||||
/*border: 1px solid #BBB;*/ /* match pane-border */
|
||||
background-color: #999;
|
||||
}
|
||||
.ui-layout-toggler:hover {
|
||||
background-color: #FC6;
|
||||
}
|
||||
.ui-layout-toggler-north ,
|
||||
.ui-layout-toggler-south {
|
||||
border-width: 0 1px;
|
||||
}
|
||||
.ui-layout-toggler-west ,
|
||||
.ui-layout-toggler-east {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
/* hide the toggler-button when the pane is 'slid open' */
|
||||
.ui-layout-resizer-sliding ui-layout-toggler {
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
* style the text we put INSIDE the east/west togglers
|
||||
*/
|
||||
.ui-layout-toggler .content {
|
||||
font: 30px bold Verdana, Arial, Helvetica, sans-serif;
|
||||
padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */
|
||||
}
|
||||
|
||||
/**
|
||||
* Actions/Buttons
|
||||
*/
|
||||
|
||||
#TreeActions button.disabled {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.ajaxActions input.disabled,
|
||||
input.disabled {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
input.action.loading, input.action.loading:hover {
|
||||
padding-left: 22px !important;
|
||||
background: url(../../images/network-save.gif) 3px 2px no-repeat;
|
||||
}
|
||||
|
||||
input.delete:hover,
|
||||
button.delete:hover,
|
||||
.actionparams input.delete:hover {
|
||||
background: #ce0000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
input.loading {
|
||||
padding-left: 16px;
|
||||
background: #fff url(../../images/network-save.gif) no-repeat center left;
|
||||
}
|
||||
|
||||
input.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Overrides - TODO Find a better place to put them */
|
||||
form#Form_EditForm fieldset, form#Form_AddForm fieldset {
|
||||
height: 100%;
|
||||
border: none;
|
||||
}
|
||||
form#Form_EditForm #ScrollPanel fieldset, form#Form_AddForm #ScrollPanel fieldset {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body.stillLoading select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/** 3-PANEL LAYOUT **/
|
||||
.ss-cms-top-menu {
|
||||
overflow: hidden;
|
||||
font-size: 14px;
|
||||
height: 33px;
|
||||
background: #474855 url(../images/mainmenu/top-bg.gif) top left repeat-x;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hidden left-hand panel
|
||||
*/
|
||||
#left.hidden form, #left.hidden .title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#left.hidden {
|
||||
width: 18px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#left div.title, #right div.title {
|
||||
border-top: 1px solid #77BBEE;
|
||||
height: 22px !important;
|
||||
background: #0075C9 url(../images/textures/obar.gif) repeat-x 0 0;
|
||||
}
|
||||
|
||||
#left div.title div, #right div.title div {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
padding: 2px 0 0 4px;
|
||||
background-position: 2px 2px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
border-top: 1px solid #77BBEE;
|
||||
}
|
||||
|
||||
#left h2,
|
||||
#contentPanel h2 {
|
||||
background-image:url(../images/textures/obar-18.gif);
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
/** TOP PANEL **/
|
||||
.ss-cms-top-menu #MainMenu {
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
.ss-cms-top-menu #MainMenu li {
|
||||
margin: 0 5px;
|
||||
float: left;
|
||||
height: 35px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ss-cms-top-menu #MainMenu a {
|
||||
display: block;
|
||||
height: 33px;
|
||||
float: left;
|
||||
padding: 0 10px;
|
||||
font-size: 14px;
|
||||
letter-spacing: -0.1px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
line-height: 32px;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ss-cms-top-menu #MainMenu a:hover {
|
||||
text-decoration: none;
|
||||
background: #6a7580 url(../images/mainmenu/hover.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
.ss-cms-top-menu #MainMenu .current {
|
||||
background: #ccdef3 url(../images/mainmenu/current.gif) repeat-x left top;
|
||||
border-bottom : none;
|
||||
}
|
||||
.ss-cms-top-menu #MainMenu .current a:hover {
|
||||
background: #cddef3 url(../images/mainmenu/currentHover.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
.ss-cms-top-menu #MainMenu .current a:link,
|
||||
.ss-cms-top-menu #MainMenu .current a:visited {
|
||||
color : #2f383f;
|
||||
}
|
||||
|
||||
.ss-cms-top-menu #Logo {
|
||||
float: right;
|
||||
}
|
||||
.ss-cms-top-menu #Logo a {
|
||||
margin: 0;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
text-decoration: none;
|
||||
height: 26px;
|
||||
line-height: 22px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 8px;
|
||||
padding-right: 34px;
|
||||
background: url(../images/mainmenu/logo.gif) right top no-repeat;
|
||||
color: #fff;
|
||||
}
|
||||
html > body .ss-cms-top-menu #Logo {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.ss-cms-bottom-bar {
|
||||
width: 100%;
|
||||
background: #4d4e5a url(../images/textures/footerBg.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
.ss-cms-bottom-bar .holder {
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
color: #fff;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.ss-cms-bottom-bar #logInStatus {
|
||||
float: right;
|
||||
}
|
||||
.ss-cms-bottom-bar a {
|
||||
color: #fff;
|
||||
background: none;
|
||||
}
|
||||
.ss-cms-bottom-bar a:hover {
|
||||
text-decoration: none;
|
||||
color: #ccc;
|
||||
}
|
||||
.ss-cms-bottom-bar #logInStatus #LogoutLink {
|
||||
background: url(../images/logout.gif) no-repeat right top;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.ss-cms-bottom-bar #switchView {
|
||||
float: left;
|
||||
}
|
||||
.ss-cms-bottom-bar #switchView a, .ss-cms-bottom-bar #switchView span {
|
||||
background: none;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
display: inline-block;
|
||||
border-left: 1px solid #AAA;
|
||||
}
|
||||
.ss-cms-bottom-bar #switchView span {
|
||||
border-left: none;
|
||||
}
|
||||
.ss-cms-bottom-bar .bottomTabs a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ss-cms-bottom-bar .bottomTabs div.blank {
|
||||
display: block;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
padding-right: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 13px;
|
||||
font-size: 11px;
|
||||
padding-left: 2px;
|
||||
color: #fff;
|
||||
}
|
||||
.ss-cms-bottom-bar .bottomTabs .current {
|
||||
color: #ccc;
|
||||
}
|
||||
.ss-cms-bottom-bar .bottomTabs a:hover {
|
||||
color: #ccc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/** LEFT PANEL **/
|
||||
#sitetree_and_tools {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#sitetree_holder #TreeTools {
|
||||
background: #EEE;
|
||||
}
|
||||
#SearchControls {
|
||||
margin-top:2px;
|
||||
}
|
||||
#SearchControls label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#left #TreeActions,
|
||||
#left .checkboxAboveTree {
|
||||
background: #EEE;
|
||||
padding: 5px;
|
||||
float: left;
|
||||
width: 95%;
|
||||
}
|
||||
#left .checkboxAboveTree {
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
#TreeTools label {
|
||||
display: block;
|
||||
padding-top: 2px;
|
||||
_padding-top: 4px;
|
||||
}
|
||||
|
||||
#TreeTools .ui-tabs .ui-tabs-nav li a {
|
||||
padding-left: .5em;
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
||||
#TreeTools #batchactionsforms {
|
||||
padding: 0 5px 7px 5px;
|
||||
}
|
||||
#TreeTools select {
|
||||
margin-left: 2px;
|
||||
}
|
||||
#TreeTools div p, #ShowChanged {
|
||||
margin: 0 0 5px 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#TreeTools div.middleColumn {
|
||||
margin: 0;
|
||||
}
|
||||
#TreeTools #action_publish_selected,
|
||||
#TreeTools #action_publish_selected {
|
||||
padding: 2px 1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#checkboxActionIndicator {
|
||||
float: right;
|
||||
width: auto;
|
||||
margin-top: 7px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.spacer,
|
||||
li.spacer {
|
||||
float: none;
|
||||
clear: both;
|
||||
background-color: transparent;
|
||||
border-style: none;
|
||||
margin: -1px 0 0 0;
|
||||
height: 1px;
|
||||
font-size: 1px;
|
||||
width: auto;
|
||||
}
|
||||
/** RIGHT PANEL **/
|
||||
.mceToolbarExternal {
|
||||
background-color: #eee;
|
||||
display: block;
|
||||
}
|
||||
.mceToolbarExternal a {
|
||||
text-decoration: none;
|
||||
border: 0 !important;
|
||||
}
|
||||
.mceToolbarExternal a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#right form#Form_EditorToolbarLinkForm,
|
||||
#right form#Form_EditorToolbarImageForm,
|
||||
#right form#Form_EditorToolbarFlashForm {
|
||||
background: #eee;
|
||||
border-bottom: 1px solid #ccc;
|
||||
display: none;
|
||||
margin: 1px 0 0 0;
|
||||
padding: 5px;
|
||||
/*
|
||||
* HACK IE (all versions): container needs to be higher stacking order
|
||||
* than any DOM-elemnt under it.
|
||||
* @see http://www.aplus.co.yu/lab/z-pos/
|
||||
*/
|
||||
/*overflow: hidden;*/
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
|
||||
#right form#Form_EditorToolbarLinkForm ul.optionset {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
#right form#Form_EditorToolbarLinkForm ul.optionset li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.thumbnailstrip {
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.thumbnailstrip li {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* Misc Styling */
|
||||
iframe {
|
||||
border: none;
|
||||
}
|
||||
/* Content Panel Design
|
||||
* This is our new right hand pane for inserting images and links etc
|
||||
*/
|
||||
#contentPanel {
|
||||
font-size: 12px;
|
||||
-moz-border-radius-topleft: 4px;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
border: 1px solid #AAA;
|
||||
}
|
||||
#contentPanel .content {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#contentPanel div,
|
||||
#contentPanel p#TargetBlank {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#contentPanel .thumbnailstrip {
|
||||
border: none;
|
||||
width: 190px;
|
||||
height: 120px;
|
||||
overflow-y: auto;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
#contentPanel .ui-dialog {
|
||||
width: auto;
|
||||
}
|
||||
#contentPanel .thumbnailstrip h2 {
|
||||
font-size: 1.1em;
|
||||
margin: 0;
|
||||
background: none;
|
||||
color: #555;
|
||||
height: auto;
|
||||
}
|
||||
#contentPanel select {
|
||||
width: 186px;
|
||||
padding: 1px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
#contentPanel option {
|
||||
font-size: 12px;
|
||||
}
|
||||
#contentPanel .middleColumn {
|
||||
background:#E9E9E9 none repeat scroll 0%;
|
||||
display:block;
|
||||
padding:3px;
|
||||
}
|
||||
#contentPanel input.text {
|
||||
border:1px solid #A7A7A7;
|
||||
padding:3px;
|
||||
width: 179px;
|
||||
}
|
||||
#contentPanel #Dimensions div.middleColumn {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#contentPanel form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Image height and width inputs. We need to position them in the right places */
|
||||
#contentPanel input#Form_EditorToolbarImageForm_Width,
|
||||
#contentPanel input#Form_EditorToolbarFlashForm_Width {
|
||||
width: 30px;
|
||||
}
|
||||
#contentPanel input#Form_EditorToolbarImageForm_Height,
|
||||
#contentPanel input#Form_EditorToolbarFlashForm_Height {
|
||||
width: 30px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm #FolderImages,
|
||||
#Form_EditorToolbarFlashForm #Flash {
|
||||
margin: 5px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset label.left,
|
||||
#Form_EditorToolbarFlashForm fieldset label.left,
|
||||
#Form_EditorToolbarLinkForm fieldset label.left {
|
||||
float:left;
|
||||
margin-left:0px;
|
||||
color: #666;
|
||||
line-height: 1.2;
|
||||
font-size: 11px;
|
||||
width: 190px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset div.middleColumn,
|
||||
#Form_EditorToolbarFlashForm fieldset div.middleColumn,
|
||||
#Form_EditorToolbarLinkForm fieldset div.middleColumn {
|
||||
float: left;
|
||||
}
|
||||
#Form_EditorToolbarLinkForm fieldset li div.middleColumn,
|
||||
#Form_EditorToolbarFlashForm fieldset li div.middleColumn,
|
||||
#Form_EditorToolbarImageForm fieldset li div.middleColumn {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm fieldset div.fieldgroupField,
|
||||
#Form_EditorToolbarFlashForm fieldset div.fieldgroupField,
|
||||
#Form_EditorToolbarLinkForm fieldset div.fieldgroupField {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarLinkForm .buttonRefresh {
|
||||
display:block;
|
||||
border:1px solid #F0F0EE;
|
||||
width:20px; height:20px;
|
||||
float: left;
|
||||
}
|
||||
#Form_EditorToolbarLinkForm a.buttonRefreshHover {
|
||||
border: 1px solid #0A246A;
|
||||
background-color:#B2BBD0;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarLinkForm a.
|
||||
.defaultSkin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||
|
||||
#Form_EditorToolbarLinkForm a.buttonRefresh span {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: transparent url(../images/arrow_refresh.gif) no-repeat;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarLinkForm select.hasRefreshButton {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm_Width,
|
||||
#Form_EditorToolbarImageForm_Height,
|
||||
#Form_EditorToolbarFlashForm_Width,
|
||||
#Form_EditorToolbarFlashForm_Height {
|
||||
outline: 3px solid #E9E9E9;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm #FolderImages img,
|
||||
#Form_EditorToolbarFlashForm #Flash img {
|
||||
border: 2px solid #e4e3e3;
|
||||
}
|
||||
#contentPanel div.Actions {
|
||||
margin: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
#contentPanel #FolderImages a.selectedImage img,
|
||||
#contentPanel #Flash a.selectedFlash img {
|
||||
border: 2px solid #222;
|
||||
}
|
||||
|
||||
/* going to use this */
|
||||
#BlankImage {
|
||||
text-indent: -9000px;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Messages (see sapphire/css/Form.css)
|
||||
*/
|
||||
.message {
|
||||
margin: 1em 0;
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
border: 1px black solid;
|
||||
background-color: #B9FFB9;
|
||||
border-color: #00FF00;
|
||||
}
|
||||
.message.notice {
|
||||
background-color: #FCFFDF;
|
||||
border-color: #FF9300;
|
||||
}
|
||||
|
||||
.message.warning {
|
||||
background-color: #FFD2A6;
|
||||
border-color: #FF9300;
|
||||
}
|
||||
.message.bad {
|
||||
background-color: #FF8080;
|
||||
border-color: #FF0000;
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
/**
|
||||
* SilverStripe specific styles that map to elements from the jQuery UI theme.
|
||||
*
|
||||
* This is not a fully functional tab module, but the file naming convention reflects
|
||||
* the jQuery theme format
|
||||
*
|
||||
* @todo move generic tab styles into this file
|
||||
* @todo add to silverstripe specific branch of /sapphire/thirdparty/jquery-ui-themes
|
||||
*/
|
||||
|
||||
/* Caution! Ensure accessibility in print and other media types... */
|
||||
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
|
||||
.ui-tabs-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide useless elements in print layouts... */
|
||||
@media print {
|
||||
.ui-tabs-nav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* stuff for search forms
|
||||
*/
|
||||
.loading {
|
||||
cursor:hourglass;
|
||||
}
|
||||
|
@ -1,34 +0,0 @@
|
||||
* {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
p, ul, td, th {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
line-height: 2;
|
||||
color: #333;
|
||||
}
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: inherit;
|
||||
color: #0074C6;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
a img {
|
||||
border-style: none;
|
||||
}
|
@ -1,134 +0,0 @@
|
||||
/**
|
||||
* Clean up border overkill
|
||||
*/
|
||||
|
||||
.ui-widget-header {
|
||||
background: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
#Root.ui-widget-content {
|
||||
border: 1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui-accordion .ui-accordion-content-active {
|
||||
border: 1px solid #AAA;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.CMSMain .ui-tabs .ui-corner-all {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
/* tabs 'reset' */
|
||||
.CMSMain .ui-tabs,
|
||||
.CMSMain .ui-tabs .ui-tabs-panel {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#Root {
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.CMSMain .ui-tabs .ui-tabs-nav {
|
||||
padding: 0.5em 0.5em 0 0.5em;
|
||||
}
|
||||
|
||||
.CMSMain .ui-tabs .tab {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.CMSMain .ui-tabs .tab .ss-tabset {
|
||||
margin: -0.5em -1em -1em -1em;
|
||||
}
|
||||
|
||||
|
||||
.CMSMain .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
|
||||
border-top:2px solid orange;
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
|
||||
.ui-layout-pane-center,
|
||||
.ui-layout-west {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#treepanes .ui-widget input {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#treepanes .ui-tabs-panel {
|
||||
padding: 0.5em;
|
||||
border-bottom: #AAA 1px solid;
|
||||
}
|
||||
|
||||
#treepanes .ui-tabs-panel.ui-corner-bottom {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
#treepanes .ui-accordion-header.ui-corner-top,
|
||||
#treepanes .ui-accordion-header.ui-corner-bottom {
|
||||
-moz-border-radius-topleft: 0;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
#treepanes .ui-corner-bottom {
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
#treepanes .ui-accordion-header a {
|
||||
font-size: 120%;
|
||||
}
|
||||
#treepanes.ui-accordion .ui-accordion-header .ui-icon {
|
||||
right: 0.5em !important;
|
||||
left: none !important;
|
||||
}
|
||||
|
||||
#treepanes #TreeFooter {
|
||||
border-bottom: 1px solid #ccc;
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
#treepanes .tree-panel {
|
||||
padding: 0.5em;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
.ui-tabs a {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.right form {
|
||||
margin: 1px 0 0 0;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
h2#Form_EditForm_WelcomeHeader,
|
||||
p#WelcomeMessage {
|
||||
margin: 1em 0 0 25px;
|
||||
}
|
||||
|
||||
.ui-layout-resizer {
|
||||
background: #ccdef3;
|
||||
}
|
||||
.ui-layout-resizer-open:hover,
|
||||
.ui-layout-resizer-dragging {
|
||||
background: #ccdef3 none repeat scroll 0 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user