205 lines
5.3 KiB
CSS
205 lines
5.3 KiB
CSS
header a {color: white; font-size:1.1em}
|
||
main {min-height: 70vh}
|
||
.form-group {padding-bottom: 10px !important;}
|
||
.w2p_hidden {display:none;visibility:visible}
|
||
.right {float:right; text-align:right}
|
||
.left {float:left; text-align:left}
|
||
.center {width:100%; text-align:center; vertical-align:middle}
|
||
td.w2p_fw {padding-bottom:1px}
|
||
td.w2p_fl,td.w2p_fw,td.w2p_fc {vertical-align:top}
|
||
td.w2p_fl {text-align:left}
|
||
td.w2p_fl, td.w2p_fw {padding-right:7px}
|
||
td.w2p_fl,td.w2p_fc {padding-top:4px}
|
||
div.w2p_export_menu {white-space: wrap; margin:5px 0}
|
||
div.w2p_export_menu a, div.w2p_wiki_tags a, div.w2p_cloud a {margin-left:5px; padding:2px 5px; background-color:#f1f1f1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; font-size:0.7em; color: black}
|
||
|
||
/* tr#submit_record__row {border-top:1px solid #E5E5E5} */
|
||
#submit_record__row td {padding-top:.5em}
|
||
|
||
/* Fix */
|
||
#auth_user_remember__row label {display:inline}
|
||
#web2py_user_form td {vertical-align:top}
|
||
|
||
/*********** web2py specific ***********/
|
||
div.w2p_flash {
|
||
font-weight:bold;
|
||
display:none;
|
||
padding:20px 20px 20px 50px;
|
||
width:100%;
|
||
opacity:0.95;
|
||
vertical-align:middle;
|
||
cursor:pointer;
|
||
color:#000;
|
||
background-color:#ffdc00;
|
||
z-index:2000;
|
||
}
|
||
|
||
div.w2p_flash:before{content:"×";float:right; margin-right:100px; color:black;}
|
||
.ie-lte7 div.flash #closeflash
|
||
{color:expression(this.parentNode.currentStyle['color']);float:none;position:absolute;right:4px;}
|
||
|
||
div.w2p_flash:hover { opacity:0.80; }
|
||
|
||
div.error_wrapper {display:block}
|
||
div.error {
|
||
color:red;
|
||
padding:5px;
|
||
display:inline-block;
|
||
}
|
||
|
||
.topbar {
|
||
padding:10px 0;
|
||
width:100%;
|
||
color:#959595;
|
||
vertical-align:middle;
|
||
padding:auto;
|
||
background-image:-khtml-gradient(linear,left top,left bottom,from(#333333),to(#222222));
|
||
background-image:-moz-linear-gradient(top,#333333,#222222);
|
||
background-image:-ms-linear-gradient(top,#333333,#222222);
|
||
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#333333),color-stop(100%,#222222));
|
||
background-image:-webkit-linear-gradient(top,#333333,#222222);
|
||
background-image:-o-linear-gradient(top,#333333,#222222);
|
||
background-image:linear-gradient(top,#333333,#222222);
|
||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);
|
||
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
|
||
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
|
||
box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
|
||
}
|
||
|
||
.topbar a {
|
||
color:#e1e1e1;
|
||
}
|
||
|
||
#navbar {float:right; padding:5px; /* same as superfish */}
|
||
|
||
.statusbar {
|
||
background-color:#F5F5F5;
|
||
margin-top:1em;
|
||
margin-bottom:1em;
|
||
padding:.5em 1em;
|
||
border:1px solid #ddd;
|
||
border-radius:5px;
|
||
-moz-border-radius:5px;
|
||
-webkit-border-radius:5px;
|
||
}
|
||
|
||
.breadcrumbs {float:left}
|
||
|
||
.copyright {float:left}
|
||
#poweredBy {float:right}
|
||
|
||
/* #MEDIA QUERIES SECTION */
|
||
|
||
/*
|
||
*Grid
|
||
*
|
||
* The default style for SQLFORM.grid even using jquery-iu or another ui framework
|
||
* will look better with the declarations below
|
||
* if needed to remove base.css consider keeping these following lines in some css file.
|
||
*/
|
||
/* .web2py_table {border:1px solid #ccc} */
|
||
.web2py_paginator {}
|
||
.web2py_grid table {width:100%}
|
||
.web2py_grid td {color: black;}
|
||
|
||
.web2py_console form {
|
||
width: 100%;
|
||
display: inline;
|
||
vertical-align: middle;
|
||
margin: 0 0 0 5px;
|
||
}
|
||
|
||
.web2py_console form select {
|
||
margin:0;
|
||
}
|
||
|
||
.web2py_search_actions {
|
||
float:left;
|
||
text-align:left;
|
||
}
|
||
|
||
.web2py_grid .row_buttons {
|
||
min-height:25px;
|
||
vertical-align:middle;
|
||
}
|
||
.web2py_grid .row_buttons a {
|
||
margin:3px;
|
||
}
|
||
|
||
.web2py_search_actions {
|
||
width:100%;
|
||
}
|
||
|
||
.web2py_grid .row_buttons a,
|
||
.web2py_paginator ul li a,
|
||
.web2py_search_actions a,
|
||
.web2py_console input[type=submit],
|
||
.web2py_console input[type=button],
|
||
.web2py_console button {
|
||
line-height:20px;
|
||
margin-right:2px; display:inline-block;
|
||
padding:3px 5px 3px 5px;
|
||
}
|
||
|
||
.web2py_counter {
|
||
margin-top:5px;
|
||
margin-right:2px;
|
||
width:35%;
|
||
float:right;
|
||
text-align:right;
|
||
}
|
||
|
||
/*Fix firefox problem*/
|
||
.web2py_table {clear:both; display:block}
|
||
|
||
.web2py_paginator {
|
||
padding:5px;
|
||
text-align:right;
|
||
background-color:#f2f2f2;
|
||
|
||
}
|
||
.web2py_paginator ul {
|
||
list-style-type:none;
|
||
margin:0px;
|
||
padding:0px;
|
||
}
|
||
|
||
.web2py_paginator ul li {
|
||
display:inline;
|
||
}
|
||
|
||
.web2py_paginator .current {
|
||
font-weight:bold;
|
||
}
|
||
|
||
.web2py_breadcrumbs ul {
|
||
list-style:none;
|
||
margin-bottom:18px;
|
||
}
|
||
|
||
li.w2p_grid_breadcrumb_elem {
|
||
display:inline-block;
|
||
}
|
||
|
||
.web2py_console form { vertical-align: middle; }
|
||
.web2py_console input, .web2py_console select,
|
||
.web2py_console a { margin: 2px; }
|
||
|
||
|
||
#wiki_page_body {
|
||
width: 600px;
|
||
height: auto;
|
||
min-height: 400px;
|
||
}
|
||
|
||
/* fix some IE problems */
|
||
|
||
.ie-lte7 .topbar .container {z-index:2}
|
||
.ie-lte8 div.w2p_flash{ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0 ); }
|
||
.ie-lte8 div.w2p_flash:hover {filter:alpha(opacity=25);}
|
||
.ie9 #w2p_query_panel {padding-bottom:2px}
|
||
|
||
.web2py_console .form-control {width: 20%; display: inline;}
|
||
.web2py_console #w2p_keywords {width: 50%;}
|
||
.web2py_search_actions a, .web2py_console input[type=submit], .web2py_console input[type=button], .web2py_console button { padding: 6px 12px; }
|