Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
home/lmsyaran/public_html/media/com_rsticketspro/css/dashboard.css000064400000005771151160202470021536
0ustar00/* dashboard about box */
#dashboard-left {
float: left;
width: 63%;
padding-right: 1%;
overflow: hidden;
}
#dashboard-right {
float: left;
width: 36%;
}
.dashboard-container {
width: 100%;
overflow: hidden;
}
.dashboard-container:before,
.dashboard-container:after {
display: table;
content: "";
}
.dashboard-container:after {
clear: both;
}
.dashboard-button {
width: 18%;
float: left;
margin: 1%;
height: 75px;
}
.dashboard-title {
display: block;
}
.dashboard-info {
font-size: 12px;
color: #333;
display:block;
padding:10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246,
246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)),
color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /*
Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246,
246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246,
246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ffffff', endColorstr='#ededed',
GradientType=0 ); /* IE6-9 */
border:#d8d8d8 1px solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 0 4px rgba(000, 000, 000, 0.1) inset;
-webkit-box-shadow:0 0 4px rgba(000, 000, 000, 0.1) inset;
box-shadow: 0 0 3px rgba(000, 000, 000, 0.1) inset;
text-align: center;
}
.dashboard-info img {
margin: 0 auto;
}
.dashboard-table {
width: 100%;
border-top: solid 1px #ddd;
margin-top: 5px;
}
.dashboard-info td {
padding: 2px;
}
.correct-code {
background: green;
color: white;
}
.incorrect-code {
background: red;
color: white;
}
.missing-code {
background: orange;
}
.missing-code a {
color: white !important;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
#dashboard-left {
float: none;
width: 100%;
}
#dashboard-right {
float: none;
width: 100%;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#dashboard-left {
float: none;
width: 100%;
}
#dashboard-right {
float: none;
width: 100%;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.dashboard-button {
float: none;
width: 90%;
margin: 1%;
}
#dashboard-left {
float: none;
width: 100%;
}
#dashboard-right {
float: none;
width: 100%;
}
}