summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
blob: 4b09e9321ced549e5033f4fbb48a4880b1bdf9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/* Skeleton Overide */
.clearfix {
    clear: both;
}
select {
    display: inline;
    margin-bottom: 15px;
    min-width: 220px;
    width: auto;
}
.CodeMirror {
    height: 99%;
}
/* Main Styles */
body, html {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    position: relative;
    width: 100%;
}
#topbar {
    min-height: 50px;
    background: #4E3419;
    color: #ffffff;
    font-family: monospace;
}
#topbar #home-logo {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 30px;
}
#topbar #title {
    position: absolute;
    left: 55px;
    top: 15px;
    font-size: 1.3em;
}
#navlinks ul {
    float: right;
    color: #ffffff;
    margin-right: 15px;
}
#navlinks ul li {
    margin: 15px 15px 15px 15px;
    float: left;
}
#navlinks ul li a{
    margin:0;
    text-decoration: none;
    color: #ffffff;
}
#navlinks #scilab-logo {
    width: 90px;
    margin: 5px 0 0 0;
}
#selectors {
    margin: 10px 0 0 15px;
}
#selectors label {
    display: inline-block;
    min-width: 75px;
}
#content {
    position: absolute;
    top: 200px;
    bottom: 20px;
    width: 100%;
    min-height: 400px;
    bottom: 50px;
    background: #eeeeee;
}
#input {
    position: absolute;
    top: 5px;
    bottom: 60px;
    left: 15px;
    width: 48%;
    height: auto;
}
#output {
    position: absolute;
    top: 5px;
    bottom: 60px;
    right: 15px;
    width: 48%;
    height: auto;
}
#controls {
    position: absolute;
    right: 0px;
}
#controls a {
    text-decoration: none;
}
#controls img {
    width: 12px;
    margin: 0 0 0 5px;
}
#input textarea, #output textarea{
    position: absolute;
    width: 100%;
    height: 99%;
    font-size: 100%; 
    font-family: inherit;
}
#execute {
    position: absolute;
    left: 15px;
    bottom: -15px;
}
#bug {
    position: absolute;
    right: 15px;
    bottom: -15px;
}
#credits {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background: #4E3419;
    color: #ffffff;
    font-family: monospace;
    text-align: center;
}
#credits small {
    font-size: .6em;
    display: block;
}
#lightbox-me-wrapper {
    padding: 35px;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
}