fix labels and text editors for Quest creation
This commit is contained in:
commit
476c18b6a9
4278 changed files with 1196345 additions and 0 deletions
|
|
@ -0,0 +1,367 @@
|
|||
.extendPlatform {
|
||||
min-width: 580px;
|
||||
|
||||
.introduction { max-width:980px; }
|
||||
.byPlugins { width:50%;float:left; }
|
||||
.byThemes { width:50%;float:left; }
|
||||
.teaserImage { width: 128px; height: 128px; margin: 64px; }
|
||||
.header { font-size: 1.6em; }
|
||||
.callToAction { font-size: 1.1em;line-height: 2em; }
|
||||
}
|
||||
|
||||
#plugins {
|
||||
|
||||
.desc .missingRequirementsNotice {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.plugin-desc-missingrequirements {
|
||||
font-weight:bold;
|
||||
font-style: italic;
|
||||
a {
|
||||
text-decoration: underline !important;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.settingsLink {
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.admin .pluginsFilter {
|
||||
color: #666;
|
||||
.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #255792;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a .counter {
|
||||
color: #999999;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.status {
|
||||
display: inline-block;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.getNewPlugins {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
#installPluginByUpload {
|
||||
.description {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.startUpload {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.pluginslist {
|
||||
margin-top: 20px;
|
||||
max-width: 980px;
|
||||
clear: right;
|
||||
|
||||
.plugin {
|
||||
width: 280px;
|
||||
float: left;
|
||||
border: 1px solid #dadada;
|
||||
padding: 15px;
|
||||
background-color: #F6F5F3;
|
||||
margin-right: 14px;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
|
||||
.missingRequirementsNotice,
|
||||
.updateAvailableNotice {
|
||||
font-size: 14px;
|
||||
padding: 10px;
|
||||
color: #9b7a44;
|
||||
display: inline-block;
|
||||
background-color: #ffffe0;
|
||||
border-radius: 3px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
a {
|
||||
color: #9b7a44;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #EFEEEC;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
padding-right: 50px;
|
||||
font-size: 90%;
|
||||
|
||||
&.even {
|
||||
padding-right: 0px;
|
||||
width: 140px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
&.odd {
|
||||
padding-right: 0px;
|
||||
width: 130px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.install {
|
||||
float: right;
|
||||
}
|
||||
.update {
|
||||
.install
|
||||
}
|
||||
.more {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: #255792;
|
||||
}
|
||||
.content {
|
||||
margin-bottom: 46px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.featuredIcon {
|
||||
margin-right: 3px;
|
||||
margin-bottom: 3px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
margin-top: -22px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.metadataSeparator {
|
||||
background-color: lightgray;
|
||||
color: #333;
|
||||
border: 0px;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
}
|
||||
.metadata {
|
||||
margin-top: 10px;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&.themes .plugin {
|
||||
.header {
|
||||
display: inline;
|
||||
}
|
||||
.content {
|
||||
margin-bottom: 57px;
|
||||
}
|
||||
.preview {
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
}
|
||||
.footer {
|
||||
height: 55px;
|
||||
position: absolute;
|
||||
bottom: 7px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pluginslistNonSuperUserHint {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.pluginslistActionBar {
|
||||
min-width: 650px;
|
||||
max-width: 980px;
|
||||
|
||||
form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.sort {
|
||||
.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.infoBox {
|
||||
margin: 0px 0px 20px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.pluginDetails {
|
||||
font-size: 13px;
|
||||
text-align: left;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
line-height: 20px;
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
margin: 20px 0px 10px 0px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.ui-tabs-panel ul, .ui-tabs-panel ol {
|
||||
list-style: initial;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.content .missingRequirementsNotice,
|
||||
.content .updateAvailableNotice {
|
||||
font-size: 14px;
|
||||
padding: 10px;
|
||||
color: #9b7a44;
|
||||
display: inline-block;
|
||||
background-color: #ffffe0;
|
||||
border-radius: 3px;
|
||||
|
||||
a {
|
||||
color: #9b7a44;
|
||||
font-weight: bold;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
p, .ui-tabs-panel ul, .ui-tabs-panel li {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-align: left;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.header .intro {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.content p {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.ui-tabs {
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
padding: 0em;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
margin-right: 25px;
|
||||
border-radius: 0px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
padding: 1.4em 3em 0em 0em;
|
||||
}
|
||||
|
||||
.content a {
|
||||
color: #255792;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.metadata dl {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.metadata a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.ui-state-default {
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.ui-state-active {
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.ui-state-active.ui-state-default {
|
||||
border: 1px solid #cccccc !important;
|
||||
}
|
||||
|
||||
.ui-state-default:hover {
|
||||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.install {
|
||||
padding: 11px 19px;
|
||||
font-size: 17.5px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
color: #ffffff;
|
||||
background-color: #5bb75b;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.install:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
}
|
||||
dd {
|
||||
margin-left: 10px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.featuredIcon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
table.dataTable tr.active-plugin > td {
|
||||
background-color:#fff !important;
|
||||
}
|
||||
|
||||
table.dataTable tr.active-plugin:hover > td {
|
||||
background-color:#fff !important;
|
||||
}
|
||||
|
||||
table.dataTable tr.inactive-plugin > td {
|
||||
background-color:#ddd !important;
|
||||
}
|
||||
|
||||
table.dataTable tr.inactive-plugin:hover > td {
|
||||
background-color:#ddd !important;
|
||||
}
|
||||
|
||||
.plugin-desc-text {
|
||||
margin-top:0em;
|
||||
margin-bottom:1.5em;
|
||||
}
|
||||
|
||||
.plugin-author {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.plugin-license {
|
||||
float:right;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.plugin-homepage {
|
||||
font-size:.8em;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
table.entityTable tr td .plugin-homepage a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
table.entityTable tr td .plugin-homepage a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
table.entityTable tr td a.uninstall {
|
||||
color:red;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.plugin-version {
|
||||
font-size:80%;
|
||||
font-style:italic;
|
||||
color:#777;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue