File: cellphone-small.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 (56 lines) | stat: -rw-r--r-- 628 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
/* Cellphone width. */

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

div.panel {
  width: 512px;
}
div.header2 {
  max-width: 640px;
  padding: 12px 6px;
}
#header-title {
  font-size: 28px;
  margin-right: 12px;
}

.header-element {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 17.5px;
}

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

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

table.venn {
  padding-top: 16px;
}

img#venn {
  height: 164px;
}

.tab-window-input {
  margin: 16px 0 0 0;
}

.tab-window-output {
  margin: 0 0 16px 0;
}

.bigarrow {
  transform: rotate(90deg);
}

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