File: desktop.css

package info (click to toggle)
jsonnet 0.17.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,344 kB
  • sloc: cpp: 23,062; python: 1,705; ansic: 865; sh: 708; javascript: 576; makefile: 187; java: 140
file content (59 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (4)
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
/* Desktop width. */

div#header {
  margin-bottom: 40px;
}

div.panel {
  float: left;
}
div.header2 {
  max-width: 1280px;
}
#header-title {
  margin-right: 72px;
}

.header-element {
  margin-left: 24px;
  margin-right: 24px;
  font-size: 20px;
}

a#groupsmark, a#githubmark, a#gomark {
  margin: 8px 16px;
}

img#big-logo {
  height: 216px;
}

td.side-text {
  padding-left: 64px;
  padding-right: 64px;
}

img#venn {
  height: 200px;
  padding: 8px 16px;
}

.tab-window-input,
.tab-window-output {
  float:left;
  margin: 16px 0;
}

.bigarrow {
  float: left;
  margin: 80px 8px;
  position: relative;
}

img.user-logo {
    height: 72px;
}

h1 {
  margin: 0;
}