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
8403dfc9
Commit
8403dfc9
authored
Mar 24, 2012
by
Tails developers
Browse files
CSS: Add DocBook-like tags for instructions.
parent
c524c365
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/local.css
View file @
8403dfc9
...
...
@@ -982,3 +982,42 @@ div.icon div.text {
padding-top
:
1em
;
margin-left
:
1em
;
}
/* Documentation styling */
span
.application
{
font-style
:
italic
;
}
span
.button
{
font-weight
:
bold
;
}
span
.code
{
font-family
:
"Courier"
;
font-size
:
1.143em
;
/* 14×1.143=16px */
}
span
.command
{
font-family
:
"Courier"
;
font-size
:
1.143em
;
/* 14×1.143=16px */
border
:
1px
solid
#E0E0DF
;
padding-left
:
0.2em
;
padding-right
:
0.2em
;
}
span
.guilabel
{
font-weight
:
bold
;
}
span
.guimenu
{
font-weight
:
bold
;
}
span
.guisubmenu
{
font-weight
:
bold
;
}
span
.guimenuitem
{
font-weight
:
bold
;
}
span
.key
{
font-weight
:
bold
;
}
span
.menuchoice
{
font-weight
:
bold
;
}
span
.replaceable
{
font-style
:
italic
;
}
div
.caution
,
div
.note
{
background-color
:
#FFFFF0
;
border
:
1px
solid
#E0E0DF
;
padding
:
0.5em
6px
;
background-position
:
6px
0.5em
;
background-repeat
:
no-repeat
;
min-height
:
48px
;
padding-left
:
66px
;
margin
:
0
0
1.5em
;
}
div
.caution
{
background-image
:
url(lib/admon-caution.png)
;
}
div
.note
{
background-image
:
url(lib/admon-note.png)
;
}
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