wordpress-theme-openmamba/styles/webbuild.css

548 lines
9.2 KiB
CSS
Raw Normal View History

div#container {
max-width: initial;
}
2014-11-13 21:33:23 +01:00
.boldbutton {
font-weight: bold !important;
2014-11-13 21:33:23 +01:00
}
.redbutton {
color: red !important;
2014-11-13 21:33:23 +01:00
}
.redbutton[disabled] {
color: lightgray !important;
2014-11-13 21:33:23 +01:00
}
.redboldbutton {
color: red !important;
font-weight: bold !important;
2014-11-13 21:33:23 +01:00
}
.redboldbutton[disabled] {
color: lightgray !important;
2014-11-13 21:33:23 +01:00
}
.screencontainer {
text-align:center;
position:fixed;
z-index:15 !important;
height:100%;
width:100%;
left:0;
top:0;
}
.opaquebackground {
text-align:center;
z-index:15 !important;
position: fixed;
2014-11-13 21:33:23 +01:00
height:100%;
width:100%;
left:0;
top:0;
background-color:black;
filter: alpha(opacity=75);
-khtml-opacity:0.75;
-webkit-opacity:0.75;
-moz-opacity:0.75;
opacity:0.75;
}
.questionbox {
display:inline-block;
text-align:center;
position:relative;
font-size:12pt;
2014-11-13 21:33:23 +01:00
padding:5px;
align:center;
margin-top:200px;
margin-right:auto;
margin-left:auto;
width:auto;
background-color:white;
border:2px solid #2b6600;
z-index:20;
}
.windowcontainer {
text-align:center;
position:fixed;
z-index:10 !important;
height:100%;
width:100%;
left:0;
top:0;
}
.windowopaquebackground {
text-align:center;
position:fixed;
z-index:10 !important;
height:100%;
width:100%;
left:0;
top:0;
background-color:black;
filter: alpha(opacity=75);
-khtml-opacity:0.75;
-webkit-opacity:0.75;
-moz-opacity:0.75;
opacity:0.75;
}
.windowbox {
display:inline-block;
position:relative;
font-size:12pt;
2014-11-13 21:33:23 +01:00
padding:5px;
margin:100px;
margin-right:auto;
margin-left:auto;
width:auto;
background-color:white;
border:2px solid #2b6600;
z-index:15;
}
.multiselect {
font-size:10pt;
2014-11-13 21:33:23 +01:00
border:0px;
padding:0px;
height:130px;
border:1px solid #2b6600;
overflow:auto;
white-space:nowrap;
}
.multiselect label {
display:block;
white-space:nowrap;
font-weight:400;
padding:0;
}
2015-08-23 16:44:18 +02:00
.webbuildtopright {
float:right;
}
2014-11-13 21:33:23 +01:00
.searchbox {
2015-08-23 16:44:18 +02:00
float:left;
width:100%;
2014-11-13 21:33:23 +01:00
align:center;
font-size:10pt;
2014-11-13 21:33:23 +01:00
border:1px solid #2b6600;
padding:4px;
background-color: #c4ddc0;
2014-11-13 21:33:23 +01:00
}
2015-08-23 16:44:18 +02:00
.chatpanel {
float:left;
width:100%;
padding:0px;
2015-08-23 16:44:18 +02:00
}
2014-11-13 21:33:23 +01:00
.webbuild {
font-size: 10pt;
2014-11-13 21:33:23 +01:00
font-family: liberationsans, freesans, arial, verdana, sans-serif;
line-height: 1.3em;
color: #000000;
margin:0px;
}
.webbuild td { font-size: 10pt; border:0; }
2014-11-13 21:33:23 +01:00
}
.webbuild table { font-size: 11pt; font-family: liberationsans, freesans, arial, verdana, sans-serif; background-color: rgb(255, 255, 255); }
2014-11-13 21:33:23 +01:00
.webbuild img { border: 0; margin: 0px; vertical-align:middle; }
.webbuild h1 { font-size: 15pt; font-weight: bold; }
.webbuild h2 { font-size: 13pt; font-weight: bold; }
.webbuild h3 { font-size: 11pt; font-weight: bold; margin-top: 20px; margin-bottom: 2px; }
.webbuild h4 { margin:5; margin-right: 10; font-size: 11pt; font-weight: normal; }*/
2014-11-13 21:33:23 +01:00
.webbuild hr { margin:0; color:white; }
.webbuild div { margin-bottom:1px; padding-bottom:1px; }
2015-08-23 16:44:18 +02:00
.webbuildcontainer {
height:auto;
}
.webbuildwrapleft {
float:left;
margin-right:-210px;
}
.webbuildleft {
/*margin-right:210px !important;*/
2015-08-23 16:44:18 +02:00
padding:0;
margin:0;
}
.webbuildright {
float:right;
width:202px;
margin:0;
}
@media screen and (min-width: 901px) {
.webbuildwrapleft {
float:left;
width:79%;
/*margin-right:-210px;*/
}
2015-08-23 16:44:18 +02:00
.webbuildright {
width:20%;
2015-08-23 16:44:18 +02:00
}
.socialbox {
/* width:100%;*/
2015-08-23 16:44:18 +02:00
}
}
.operationpanelinfo {
margin-top:137px;
border:1px solid #2b6600;
background-color:#C4DDC0;
2015-08-23 16:44:18 +02:00
padding:1px;
}
.operationpanelsend {
margin-top:5px;
border:1px solid #2b6600;
background-color:#C4DDC0;
2015-08-23 16:44:18 +02:00
padding:1px;
}
.operationpanelautodist {
margin-top:5px;
border:1px solid #2b6600;
background-color:#FFFFDE;
padding:1px;
}
.operationpanelpatches {
margin-top:5px;
border:1px solid #2b6600;
background-color:#C4DDC0;
2015-08-23 16:44:18 +02:00
padding:1px;
}
.operationpanelupload {
margin-top:5px;
border:1px solid #2b6600;
background-color:#FFFFFF;
padding:1px;
}
.operationpanelpackageinfo {
margin-top:5px;
border:1px solid #2b6600;
background-color:#A7DEDE;
padding:1px;
}
.operationpanelgenericinfo {
margin-top:5px;
border:1px solid #2b6600;
background-color:#A7DEDE;
padding:1px;
}
.operationpanelhost {
margin-top:5px;
border:1px solid #2b6600;
background-color:#FFFFFF;
padding:1px;
}
.operationpaneloperations {
margin-top:5px;
border:1px solid #2b6600;
background-color:#FFFFDE;
padding:1px;
}
.operationpaneloperations > textarea {
padding:0;
}
.webbuildprocesses {
font-size:9pt;
2015-08-23 16:44:18 +02:00
padding:0px;
height:130px;
line-height: 130%;
margin-bottom: 2px;
border:1px solid #2b6600;
width:100%;
margin:0;
// display:table-cell;
background-color:#C4DDC0;
2015-08-23 16:44:18 +02:00
padding:1px;
}
.processes {
width:100%;
}
2014-11-13 21:33:23 +01:00
.editor {
2015-08-23 16:44:18 +02:00
float:left;
width:100%;
height:400px;
2014-11-13 21:33:23 +01:00
border:1px solid #cccccc;
padding:0px;
margin:0px;
2015-03-22 14:06:50 +01:00
font-family:monospace;
font-size:10pt;
2014-11-13 21:33:23 +01:00
}
.maintainer {
2015-08-23 16:44:18 +02:00
float:left;
width:100%;
height:400px;
2014-11-13 21:33:23 +01:00
overflow:auto;
font-size:9pt;
2014-11-13 21:33:23 +01:00
border:1px solid #2b6600;
2015-08-23 16:44:18 +02:00
padding:1px;
2014-11-13 21:33:23 +01:00
margin:0;
background-color:white;
2015-03-22 14:06:50 +01:00
float:left;
2014-11-13 21:33:23 +01:00
}
.maintainer a {
color:#426c29;
font-size:10pt;
}
2014-11-13 21:33:23 +01:00
.notes {
width:100%;
font-size:9pt;
2014-11-13 21:33:23 +01:00
border:1px solid #2b6600;
padding:1px;
2014-11-13 21:33:23 +01:00
margin:0;
margin-bottom:2px;
margin-top:2px;
2014-11-13 21:33:23 +01:00
background-color:#ffff00;
}
.downloadbox > div {
width:100% !important;
background-color:#c4ddc0 !important;
}
.downloadbox a {
color:#5e913e !important;
}
2014-11-13 21:33:23 +01:00
.output {
width:100% !important;
2014-11-13 21:33:23 +01:00
height:300px;
overflow:auto;
overflow-x:hidden;
word-wrap: break-word;
2015-03-22 14:06:50 +01:00
font-family:monospace;
font-size:9pt;
2015-03-22 14:06:50 +01:00
font-weight:400;
2014-11-13 21:33:23 +01:00
border:1px solid #2b6600;
padding:2px;
margin:0;
background-color:black;
color:white;
}
2015-08-14 11:16:04 +02:00
.output a,
.output a:link,
.output a:visited {
2014-11-13 21:33:23 +01:00
text-decoration: underline;
color:white;
}
2015-08-14 11:16:04 +02:00
.output p {
background-color:gray;
2014-11-13 21:33:23 +01:00
color:white;
}
2015-08-23 16:44:18 +02:00
@media screen and (max-width: 900px) {
.webbuildright,
.webbuildleft,
.operationpanelinfo,
.operationpanelsend,
.operationpanelautodist {
width:100%;
}
.socialbox {
float: none !important;
}
span#socialbox > span > div > div > img,
span#socialbox > span > div > div:first-child {
height:12px !important;
width:12px !important;
}
span#socialbox > span > div > div:nth-child(2),
span#socialbox > span > div > div:nth-child(3) {
margin-left: 12px !important;
}
.operationpanelinfo {
margin-top:5px !important;
}
.webbuildtopright,
.webbuildtopleft {
margin-top:5px;
width:100%;
}
select,
input {
margin:3px !important;
}
}
@media screen and (max-width: 370px) {
.webbuildright,
.webbuildleft {
width:100%;
}
}
2014-11-13 21:33:23 +01:00
.matrix {
width:100%;
height:97%;
2014-11-13 21:33:23 +01:00
word-wrap: break-word;
overflow:auto;
font-size:9pt;
padding:0px;
top:5px;
left:5px;
// background-color:#C4DDc0;
2014-11-13 21:33:23 +01:00
/* -moz-column-count: 2;
-moz-column-gap: 1.5em;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 1.5em;
-webkit-column-rule: none;
/ future proof
column-count: 2;
column-gap: 1.5em;
column-rule: none;*/
}
.CodeMirror {
border:1px solid #2b6600;
// font-size:12px; // causes problems
2014-11-13 21:33:23 +01:00
}
.jspVerticalBar {
width:4px;
}
.jspHorizontalBar {
height:4px;
}
.jspDrag {
background: #2b6600;
}
.scroll-pane {
2015-08-23 16:44:18 +02:00
/* socialbox */
background-color: #C4DDC0;
2014-11-13 21:33:23 +01:00
height:130px;
2015-08-23 16:44:18 +02:00
min-width:200px;
width:100%;
2014-11-13 21:33:23 +01:00
overflow:auto;
float:right;
}
.scroll-pane1 {
height:100px;
width:390px;
overflow:auto;
white-space:nowrap;
}
.scroll-pane2 {
height:200px;
width:390px;
overflow:auto;
}
.scroll-pane3 {
2015-08-23 16:44:18 +02:00
/* processes */
background-color: #C4DDC0;
2014-11-13 21:33:23 +01:00
height:130px;
2015-08-23 16:44:18 +02:00
width:auto;
2014-11-13 21:33:23 +01:00
overflow:auto;
}
.scroll-pane3-h {
height:272px;
width:400px;
overflow:auto;
white-space:nowrap;
}
.scroll-pane3-v {
height:272px;
width:400px;
overflow:auto;
}
/* socialbox */
.socialbox {
float:right;
font-size:10pt;
2015-08-23 16:44:18 +02:00
//border:0;
//margin:0;
//padding:0;
2014-11-13 21:33:23 +01:00
height:130px;
line-height: 100%;
border:1px solid #2b6600;
}
.socialbox div { margin-bottom:1px; }
2015-08-23 16:44:18 +02:00
.socialbox hr { margin:0; color:#FFF; }
.downloadbox table { font-size: 11pt; border:1px solid #2b6600; margin: 4px; padding:4; background-color: #C4DDC0; }
2016-02-27 13:55:01 +01:00
div.speccreate { display:inline-block; }
/* simple pull-down menu */
#primary_nav_wrap
{
margin-top:15px
}
#primary_nav_wrap ul
{
list-style:none;
position:relative;
float:left;
margin:0;
padding:0
}
#primary_nav_wrap ul a
{
display:block;
color:#333;
text-decoration:none;
font-weight:700;
font-size:14px;
line-height:32px;
padding:0 15px;
font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}
#primary_nav_wrap ul li
{
position:relative;
float:left;
margin:0;
padding:0
}
#primary_nav_wrap ul li.current-menu-item
{
background:#ddd
}
#primary_nav_wrap ul li:hover
{
background:#f6f6f6
}
#primary_nav_wrap ul ul
{
display:none;
position:absolute;
top:100%;
left:0;
background:#fff;
padding:0
}
#primary_nav_wrap ul ul li
{
float:none;
width:200px
}
#primary_nav_wrap ul ul a
{
line-height:120%;
padding:10px 15px
}
#primary_nav_wrap ul ul ul
{
top:0;
left:100%
}
#primary_nav_wrap ul li:hover > ul
{
display:block
}