File: cellphone.css

package info (click to toggle)
jsonnet 0.20.0%2Bds-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,776 kB
  • sloc: cpp: 23,318; python: 1,788; javascript: 1,003; ansic: 885; sh: 745; makefile: 194; java: 140
file content (58 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (3)
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
/* Cellphone width. */

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

div.panel {
  float: top;
}
div.header2 {
  max-width: 720px;
}
#header-title {
  margin-right: 16px;
}

.header-element {
  margin-left: 12px;
  margin-right: 12px;
}

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

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

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

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

img#venn {
  height: 220px;
}

.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;
}