qmsk_www/static/style.css
author Tero Marttila <terom@paivola.fi>
Sun, 14 Sep 2014 13:11:22 +0300
changeset 225 a9bd09144985
parent 223 6a091bbffffd
permissions -rw-r--r--
styles.css: fix inline code styles
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
/*
225
a9bd09144985 styles.css: fix inline code styles
Tero Marttila <terom@paivola.fi>
parents: 223
diff changeset
     2
 * Debootstrap
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
 */
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
     4
a:hover {
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
     5
    color: inherit;
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6
}
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     7
219
b83d32d54b48 style.css: revert <code>
Tero Marttila <terom@paivola.fi>
parents: 208
diff changeset
     8
code {
b83d32d54b48 style.css: revert <code>
Tero Marttila <terom@paivola.fi>
parents: 208
diff changeset
     9
    color: inherit;
b83d32d54b48 style.css: revert <code>
Tero Marttila <terom@paivola.fi>
parents: 208
diff changeset
    10
    background-color: inherit;
b83d32d54b48 style.css: revert <code>
Tero Marttila <terom@paivola.fi>
parents: 208
diff changeset
    11
}
b83d32d54b48 style.css: revert <code>
Tero Marttila <terom@paivola.fi>
parents: 208
diff changeset
    12
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    13
/*
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    14
 * Top header
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    15
 */
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    16
div#header {
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    17
    padding: 30px;
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    18
    
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    19
    border-bottom: 1px dashed #a5a5a5;
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    20
}
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    21
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    22
div#header h1 {
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    23
    font-size: 48pt;
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    24
    font-weight: bold;
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    25
}
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    26
153
01f5ef2890c4 funky PageTree stuff
Tero Marttila <terom@fixme.fi>
parents: 151
diff changeset
    27
div#header a:hover {
01f5ef2890c4 funky PageTree stuff
Tero Marttila <terom@fixme.fi>
parents: 151
diff changeset
    28
    text-decoration: none;
01f5ef2890c4 funky PageTree stuff
Tero Marttila <terom@fixme.fi>
parents: 151
diff changeset
    29
}
01f5ef2890c4 funky PageTree stuff
Tero Marttila <terom@fixme.fi>
parents: 151
diff changeset
    30
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    31
/*
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    32
 * Main navigation menu
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    33
 */
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    34
#nav {
208
1407c79961ef site style: nav margin, to replace footer margin
Tero Marttila <terom@paivola.fi>
parents: 204
diff changeset
    35
    margin: 20px 0px;
160
f1e92703a903 fix nav-float bug with nested lists
Tero Marttila <terom@fixme.fi>
parents: 154
diff changeset
    36
}
f1e92703a903 fix nav-float bug with nested lists
Tero Marttila <terom@fixme.fi>
parents: 154
diff changeset
    37
154
4a77c68e62f7 basic multi-level menu
Tero Marttila <terom@fixme.fi>
parents: 153
diff changeset
    38
#nav ul {
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    39
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    40
}
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    41
154
4a77c68e62f7 basic multi-level menu
Tero Marttila <terom@fixme.fi>
parents: 153
diff changeset
    42
#nav ul ul {
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    43
154
4a77c68e62f7 basic multi-level menu
Tero Marttila <terom@fixme.fi>
parents: 153
diff changeset
    44
}
4a77c68e62f7 basic multi-level menu
Tero Marttila <terom@fixme.fi>
parents: 153
diff changeset
    45
4a77c68e62f7 basic multi-level menu
Tero Marttila <terom@fixme.fi>
parents: 153
diff changeset
    46
#nav li a {
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    47
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    48
}
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    49
154
4a77c68e62f7 basic multi-level menu
Tero Marttila <terom@fixme.fi>
parents: 153
diff changeset
    50
#nav li a:hover {
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    51
    background-color: #d0d0d0;
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    52
    text-decoration: none;
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    53
}
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    54
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    55
#nav li.page-tree-active {
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    56
    background-color: #808080;
2
ec68a0f75c58 python functionality...
Tero Marttila <terom@fixme.fi>
parents: 1
diff changeset
    57
}
ec68a0f75c58 python functionality...
Tero Marttila <terom@fixme.fi>
parents: 1
diff changeset
    58
1
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    59
/*
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    60
 * Content
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    61
 */
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    62
div#content {
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    63
0a98cbe5e2eb basic look
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    64
}
162
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    65
169
26bf8b8bc3cc breadcrumb, but it's hidden
Tero Marttila <terom@fixme.fi>
parents: 167
diff changeset
    66
div#breadcrumb {
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    67
    display: none;
169
26bf8b8bc3cc breadcrumb, but it's hidden
Tero Marttila <terom@fixme.fi>
parents: 167
diff changeset
    68
    font-size: x-small;
26bf8b8bc3cc breadcrumb, but it's hidden
Tero Marttila <terom@fixme.fi>
parents: 167
diff changeset
    69
}
26bf8b8bc3cc breadcrumb, but it's hidden
Tero Marttila <terom@fixme.fi>
parents: 167
diff changeset
    70
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    71
/*
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    72
 * Footer
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    73
 */
162
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    74
div#footer {
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    75
    padding: 20px 0px;
162
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    76
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    77
    border-top: 1px dashed #a5a5a5;
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    78
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    79
    font-size: x-small;
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    80
    font-style: italic;
64bdf9742baf I know I'm very naive to think I've solved my CSS layout problems now...
Tero Marttila <terom@fixme.fi>
parents: 160
diff changeset
    81
}
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    82
167
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    83
div#footer-left {
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    84
    float: left;
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    85
}
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    86
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
    87
.page-footer-modified {
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    88
    float: right;
167
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    89
    text-align: right;
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    90
}
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    91
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    92
div#footer-center {
f2504700e273 remove foo.html page, and rice up the footer a bit
Tero Marttila <terom@fixme.fi>
parents: 165
diff changeset
    93
    text-align: center;
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    94
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    95
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    96
/*
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    97
 * General styles
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    98
 */
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
    99
a {
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   100
    color: black;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   101
    text-decoration: none;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   102
    font-weight: bold;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   103
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   104
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   105
a:hover {
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   106
    text-decoration: underline;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   107
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   108
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   109
h1 {
221
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   110
    font-size: xx-large;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   111
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   112
    text-align: center;
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   113
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   114
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   115
h2 {
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   116
    font-size: large;
221
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   117
    
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   118
    margin-left: 0px;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   119
    padding: 5px;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   120
    width: 100%;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   121
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   122
    background-color: #e5e5e5;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   123
    
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   124
    border: 1px dashed #c5c5c5;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   125
}
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   126
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   127
h3 {
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   128
    font-size: medium;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   129
    font-style: italic;
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   130
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   131
204
99f9e50030ae site layout: update style.css for use with bootstrap
Tero Marttila <terom@paivola.fi>
parents: 193
diff changeset
   132
#content p {
165
edfe75095688 layout, content tweaks
Tero Marttila <terom@fixme.fi>
parents: 163
diff changeset
   133
    margin-left: 0.5em;
edfe75095688 layout, content tweaks
Tero Marttila <terom@fixme.fi>
parents: 163
diff changeset
   134
}
edfe75095688 layout, content tweaks
Tero Marttila <terom@fixme.fi>
parents: 163
diff changeset
   135
163
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   136
#content li {
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   137
    padding: 2px;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   138
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   139
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   140
#content a {
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   141
    padding-right: 13px;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   142
    
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   143
    background: transparent url(/static/link.png) no-repeat center right;
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   144
}
5cefbd93926a some unicode fixes, layout tweaks, a link icon
Tero Marttila <terom@fixme.fi>
parents: 162
diff changeset
   145
221
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   146
dt {
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   147
    font-size: large;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   148
}
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   149
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   150
dd {
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   151
    margin: 1em auto 1em 5em;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   152
}
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   153
225
a9bd09144985 styles.css: fix inline code styles
Tero Marttila <terom@paivola.fi>
parents: 223
diff changeset
   154
/* Inline code */
a9bd09144985 styles.css: fix inline code styles
Tero Marttila <terom@paivola.fi>
parents: 223
diff changeset
   155
a9bd09144985 styles.css: fix inline code styles
Tero Marttila <terom@paivola.fi>
parents: 223
diff changeset
   156
/* Code block */
a9bd09144985 styles.css: fix inline code styles
Tero Marttila <terom@paivola.fi>
parents: 223
diff changeset
   157
pre {
221
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   158
    display: block;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   159
    margin: 8px;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   160
    padding: 8px;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   161
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   162
    border: 1px dotted #b5b5b5;
1a1e74f2a4ed write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
Tero Marttila <terom@fixme.fi>
parents: 169
diff changeset
   163
}