2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/css/custom.css
Alex dadad5ed63 !!! NEW ADMIN PANEL layout + required js and css libraries
modified functions/functions.xhtml.php file prepared for upcoming admin pages changes
2015-02-12 00:00:05 +03:00

64 lines
1020 B
CSS

body {
/*
font-size: 1.5em;
line-height: 1.3em;*/
/* color: #515a63; or #666 */
/*padding-top: 0px;*/
background:#EEEFF2;
padding:0.8em;
}
/*.panel {
background-color: transparent; }
.panel-default {
border-color: transparent; }
.panel-heading {
padding-bottom: 15px; }
*/
a:focus, a:active, a:hover {
outline: 0 none !important;
}
.lime {
color:#C0CA55!important;
font-weight: bold !important;
}
/* Back to top */
.totop {
background: none;
bottom: 50px;
position: fixed;
right: 10px;
z-index: 104400;
}
.totop a, .totop a:visited {
color: gray;
display: block;
#height: 50px;
#line-height: 50px;
text-align: center;
min-width: 30px;
}
.totop a:hover {
color: #337ab7;
text-decoration: blink;
}
/*
.table-hover>tbody>tr:hover{
background-color:#ddd !important;
}
*/
.highlight {
background-color: #cccccc;
}
.btn-lime{
background-color:#C0CA55;
border-color: gray;
}
.btn-lime:hover,.btn-lime:focus{
background-color:#CED95B;
border-color: blue;
}