-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVISTECJobScriptGenerator.css
More file actions
110 lines (92 loc) · 2.49 KB
/
VISTECJobScriptGenerator.css
File metadata and controls
110 lines (92 loc) · 2.49 KB
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
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/*#vistec_sg_input_container {
background-color: #e2e2e2;
border: 1px solid #e2e2f0;
}*/
#vistec_sg_input_container tr {
border: 2px solid #B50938;
width: 50%;
}
#vistec_sg_jobnotes {
margin-top: 10px;
margin-bottom: 30px;
background-color: #FFD100;
display: block;
font-family: 'trebuchet MS','Nimbus Sans','Helvetica','Arial',sans-serif;
font-size: 0.9em;
}
#vistec_sg_jobscript {
background-color: #D4ECFF;
margin-bottom: 30px;
}
#vistec_sg_jobscript2 {
background-color: #E6E6F6;
margin-bottom: 30px;
}
#vistec_sg_input_container td,th {
background-color: #F8E1EA;
padding: 2px;
width: 50%;
}
#vistec_sg_input_container {
border:0px solid #B50938;
margin:0 0 2em;
font-family: 'Source Sans Pro','trebuchet MS','Nimbus Sans','Helvetica','Arial',sans-serif;
font-size: 1em;
}
#vistec_sg_input_container th {
border: 1px solid #B50938;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.33) inset;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.33) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.33) inset;
background-image: -webkit-linear-gradient(top, #aaa 0%,#888 100%);
background-image: -moz-linear-gradient(top, #aaa 0%, #888 100%);
background-image: -ms-linear-gradient(top, #aaa 0%,#888 100%);
background-image: -o-linear-gradient(top, #aaa 0%,#888 100%);
background-image: linear-gradient(top, #aaa 0%,#888 100%);
background: #B50938;
font-family: 'Source Sans Pro','Linux Libertine','Times New Roman',serif;
font-size: 1.4em;
color: #ffffff;
font-weight: 700;
}
#vistec_sg_input_container td {
width: 70%;
border: 1px solid #F8E1EA;
}
#vistec_sg_input_container th+td {
width: 100%;
background:#fff;
}
#vistec_sg_input_container input {
display:inline-block;
}
#vistec_sg_input_partitions span {
display:inline-block;
}
/* Nodes avail, etc. boxes */
#vistec_sg_input_partitions span > span > span {
display:block;
border: 0px;
/*background-color: #e0e;*/
}
.vistec_sg_input_partition_container {
display: inline;
padding: 0px;
width: 80%;
}
.vistec_sg_input_partition_name {
display: inline;
font-family: 'Source Sans Pro','trebuchet MS','Nimbus Sans','Helvetica','Arial',sans-serif;
font-size: 1em;
}
#vistec_sg_script_header {
font-family: 'Source Sans Pro','Linux Libertine','Times New Roman',serif;
font-size: 1.3em;
color: #004E81;
}
#vistec_sg_script_header2 {
font-family: 'Source Sans Pro','Linux Libertine','Times New Roman',serif;
font-size: 1.3em;
color: #582E91;
}