File: mrcal.css

package info (click to toggle)
mrcal 2.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,548 kB
  • sloc: python: 40,828; ansic: 15,809; cpp: 1,754; perl: 303; makefile: 163; sh: 99; lisp: 84
file content (39 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (2)
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
/* This background color is hardcoded in the docs in a few places. Do a "git
   grep" if changing it */
body         {background-color: #e8dfd0;}

pre          {border: 1px solid black; box-shadow: 3px 3px 3px #606060;}
pre.example  {background-color: #303030; color: #e5e5e5; max-width 700px}
.org-svg     {width: 90%; min-width: 500px; max-width: 900px;}

pre.src {
    background-color: #303030;
    color: #e5e5e5;
    position: relative;
    overflow: auto;
}

/* Style for the nav bar at the top. Adapted from */
/* o-blog.css */
.supernav_title {
    font-size: 30px;
    font-weight: bolder;
}
.supernav_list {
    vertical-align: middle;
    top: 0;
    list-style: none outside none;
    white-space: normal;
    overflow: hidden;
}
.supernav_list li {
    display: inline-block;
}
.supernav_list li + li:before {
    content: " / ";
    padding: 0 10px;
}

img {
    max-width: 100%;
}