add icons for Character groups

This commit is contained in:
coderkun 2014-04-29 14:18:04 +02:00
commit 2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions

View file

@ -0,0 +1,176 @@
.admin img {
vertical-align: middle;;
}
.admin a {
color: black;
}
#content.admin {
margin: 0 0 0 260px;
padding: 0 0 40px;
display: table;
font: 13px Arial, Helvetica, sans-serif;
}
.admin #header_message {
margin-top: 10px;
}
table.admin {
font-size: 0.9em;
font-family: Arial, Helvetica, verdana sans-serif;
background-color: #fff;
border-collapse: collapse;
}
table.admin thead th {
border-right: 1px solid #fff;
color: #fff;
text-align: center;
padding: 5px;
text-transform: uppercase;
height: 25px;
background-color: #a3c159;
font-weight: bold;
}
table.admin tbody tr {
background-color: #fff;
border-bottom: 1px solid #f0f0f0;
}
table.admin tbody td {
color: #414141;
text-align: left;
vertical-align: top;
}
table.admin tbody th {
text-align: left;
padding: 2px;
}
table.admin tbody td, table.admin tbody th {
color: #536C2A;
text-decoration: none;
font-weight: normal;
padding: 10px;
}
table.admin tbody td:hover, table.admin tbody th:hover {
color: #009193;
text-decoration: none;
}
.warning {
border: 1px dotted gray;
padding: 15px;
font-size: .8em;
}
.warning ul {
margin-left: 50px;
}
.access_error {
font-size: .7em;
padding: 15px;
}
.admin h2 {
border-bottom: 1px solid #DADADA;
margin: 15px -15px 20px 0;
padding: 0 0 5px 0;
font-size: 24px;
width:100%;
}
.admin p, .admin section {
margin-top: 10px;
line-height: 140%;
padding-bottom: 20px;
}
.adminTable {
width: 100%;
clear: both;
margin: 0;
}
.adminTable a {
text-decoration: none;
color: #2B5C97;
}
.adminTable abbr {
white-space: nowrap;
}
.adminTable td {
font-size: 13px;
vertical-align: top;
padding: 7px 15px 9px 10px;
vertical-align: top;
}
.adminTable td.action-links {
text-align: right;
}
.adminTable .check-column {
text-align: right;
width: 1.5em;
padding: 0;
}
.adminTable .num {
text-align: center;
}
.adminTable .name {
font-weight: bold;
}
.adminTable .ui-inline-help {
margin-top: 0;
width: 100%;
}
/* other styles */
.form-description {
color: #666666;
font-style: italic;
margin-left: 10px;
}
#logoSettings, #smtpSettings {
margin-left: 50px;
}
/* to override .admin a */
.admin .sites_autocomplete a {
color: #255792;
}
/* trusted host styles */
#trustedHostSettings .adminTable {
width: 300px;
}
#trustedHostSettings .adminTable td {
vertical-align: middle;
padding-bottom: 0;
}
#trustedHostSettings .adminTable tr td:last-child {
padding: 0 0 0 0;
}
#trustedHostSettings input {
width: 238px;
}
#trustedHostSettings .add-trusted-host-container {
padding: 12px 24px;
}

View file

@ -0,0 +1,79 @@
#javascript-output-section textarea, #image-link-output-section textarea {
width: 100%;
display: block;
color: #111;
font-family: "Courier New", Courier, monospace;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#javascript-output-section textarea {
height: 256px;
}
#image-link-output-section textarea {
height: 128px;
}
label {
margin-right: .35em;
display: inline-block;
}
#optional-js-tracking-options>tbody>tr>td, #image-tracking-section>tbody>tr>td {
width: 488px;
max-width: 488px;
}
.custom-variable-name, .custom-variable-value {
width: 100px;
}
h3 {
margin-top: 0;
}
.small-form-description {
color: #666;
font-size: 1em;
font-style: italic;
margin-left: 4em;
}
.tracking-option-section {
margin-bottom: 1.5em;
}
#javascript-output-section, #image-link-output-section {
padding-top: 1em;
}
#optional-js-tracking-options th, #image-tracking-section th {
text-align: left;
}
#js-visitor-cv-extra, #js-page-cv-extra, #js-campaign-query-param-extra {
margin-left: 1em;
}
#js-visitor-cv-extra td, #js-page-cv-extra td, #js-campaign-query-param-extra td {
vertical-align: middle;
}
.revenue {
width: 32px;
}
.goal-picker {
height: 1.2em;
}
.goal-picker select {
width: 128px;
}
#js-campaign-query-param-extra input {
width: 72px;
}

View file

@ -0,0 +1,78 @@
#container {
clear: left;
}
.Menu--admin {
padding: 0;
float: left;
width: 240px;
}
.Menu--admin > .Menu-tabList {
background-image: linear-gradient(top, #FECB00 0%, #FE9800 25%, #FE6702 50%, #CA0000 75%, #670002 100%);
background-image: -o-linear-gradient(top, #FECB00 0%, #FE9800 25%, #FE6702 50%, #CA0000 75%, #670002 100%);
background-image: -moz-linear-gradient(top, #FECB00 0%, #FE9800 25%, #FE6702 50%, #CA0000 75%, #670002 100%);
background-image: -webkit-linear-gradient(top, #FECB00 0%, #FE9800 25%, #FE6702 50%, #CA0000 75%, #670002 100%);
background-image: -ms-linear-gradient(top, #FECB00 0%, #FE9800 25%, #FE6702 50%, #CA0000 75%, #670002 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FECB00), color-stop(0.25, #FE9800), color-stop(0.5, #FE6702), color-stop(0.75, #CA0000), color-stop(1, #670002));
-moz-background-size: 5px 100%;
background-size: 5px 100%;
background-position: 0 0, 100% 0;
background-repeat: no-repeat;
}
.Menu--admin > .Menu-tabList {
padding-left: 5px;
margin-bottom: 0;
margin-top: 0.1em;
border: 1px solid #ddd;
border-radius: 5px;
}
.Menu--admin > .Menu-tabList li {
list-style: none;
margin: 0;
}
.Menu--admin > .Menu-tabList > li {
padding-bottom: 5px;
}
.Menu--admin > .Menu-tabList > li > a,
.Menu--admin > .Menu-tabList > li > span {
text-decoration: none;
border-bottom: 1px dotted #778;
display: block;
padding: 5px 10px;
font-size: 18px;
color: #7E7363;
}
.Menu--admin > .Menu-tabList li li a {
text-decoration: none;
padding: 0.6em 0.9em;
font: 14px Arial, Helvetica, sans-serif;
display: block;
}
.Menu--admin > .Menu-tabList li li a:link,
.Menu--admin > .Menu-tabList li li a:visited {
color: #000;
}
.Menu--admin > .Menu-tabList li li a:hover,
.Menu--admin > .Menu-tabList li li a.active {
color: #e87500;
background: #f1f1f1;
border-color: #000;
}
.Menu--admin > .Menu-tabList li li a:hover {
text-decoration: underline;
}
.Menu--admin > .Menu-tabList li li a.current {
background: #defdbb;
}

View file

@ -0,0 +1,40 @@
#pluginSettings {
width: 820px;
border-spacing: 0px 15px;
.columnTitle {
width:400px
}
.columnField {
width:220px
}
.columnHelp {
width:200px
}
.title {
font-weight: bold
}
.settingIntroduction {
padding-bottom: 0px;
}
.form-description {
font-style: normal;
margin-top: 3px;
display: block;
}
.superUserSettings {
margin-top: 1em;
}
}
#pluginsSettings {
.submitSeparator {
background-color: #DADADA;
height: 1px;
border: 0px;
}
}