Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
3d37e3b2
Commit
3d37e3b2
authored
Mar 24, 2012
by
Tails developers
Browse files
CSS: Add table of content.
parent
94e0c6b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/local.css
View file @
3d37e3b2
...
...
@@ -5,7 +5,25 @@ default, when the user does not resize the text.
See: http://www.alistapart.com/articles/howtosizetextincss/
*/
/* base */
/*
Table of Content:
- Base
- Basic Typography
- Forms
- Layout
- Sidebar
- Get in Touch with Us
- Bullets
- Download Buttons
- Toggleable
- Action Menu
- Language Toolbar
- Icons
- Documentation Styling
*/
/* Base */
body
{
font-family
:
"DejaVu Sans"
,
"Verdana"
,
sans-serif
;
...
...
@@ -97,7 +115,7 @@ tbody th, tbody td, tfoot th, tfoot td {
border-top
:
solid
1px
#AAAAAA
;
}
/*
f
orm */
/*
F
orm
s
*/
input
[
type
=
"text"
],
input
[
type
=
"password"
],
input
[
type
=
"select"
],
input
[
type
=
"search"
],
#editcontent
{
...
...
@@ -119,7 +137,7 @@ ol, ul {
margin-left
:
1.5em
;
}
/*
l
ayout */
/*
L
ayout */
.page
{
margin
:
0
auto
;
...
...
@@ -624,7 +642,7 @@ input#searchbox:focus {
font-style
:
italic
;
}
/* Get in
t
ouch with
u
s */
/* Get in
T
ouch with
U
s */
div
.three-blocks
{
display
:
inline-block
;
...
...
@@ -638,7 +656,8 @@ div.three-blocks p, div.three-blocks ul {
text-align
:
left
;
}
/* bullets */
/* Bullets */
.bullet-number-one
,
.bullet-number-two
,
.bullet-number-three
,
.bullet-number-four
,
.bullet-number-five
,
.bullet-number-six
,
.bullet-number-seven
,
.bullet-number-eight
,
.bullet-number-nine
{
...
...
@@ -660,7 +679,7 @@ div.three-blocks p, div.three-blocks ul {
.bullet-number-nine
{
background
:
url('lib/bullet/9.png')
no-repeat
top
left
;
}
.bullet-number-zero
{
background
:
url('lib/bullet/0.png')
no-repeat
top
left
;
}
/*
d
ownload
b
uttons */
/*
D
ownload
B
uttons */
#pagebody
a
.download-file
,
#pagebody
a
.download-signature
,
...
...
@@ -691,7 +710,7 @@ div.three-blocks p, div.three-blocks ul {
background
:
#0a0
url('lib/download-key.png')
no-repeat
scroll
right
center
;
}
/*
t
oggleable */
/*
T
oggleable */
#pagebody
div
.toggleable
{
position
:
relative
;
...
...
@@ -719,7 +738,7 @@ span.revert {
display
:
none
;
}
/*
a
ction
hidden m
enu */
/*
A
ction
M
enu */
.pageheader
.actions
{
position
:
absolute
;
...
...
@@ -861,7 +880,7 @@ background:#EEEEEE;
/*
l
anguage
t
oolbar */
/*
L
anguage
T
oolbar */
.pageheader
#otherlanguages
{
position
:
absolute
;
...
...
@@ -983,7 +1002,7 @@ div.icon div.text {
margin-left
:
1em
;
}
/* Documentation
s
tyling */
/* Documentation
S
tyling */
span
.application
{
font-style
:
italic
;
}
span
.button
{
font-weight
:
bold
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment