1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/css/custom.sass

125 lines
2.3 KiB
Sass
Raw Normal View History

2015-02-22 16:13:04 +00:00
---
---
abbr, acronym
border-bottom: 1px dotted #888
2017-05-14 19:31:33 +01:00
text-decoration: none
2015-02-22 16:13:04 +00:00
cursor: help
#main_content li
margin-bottom: 0.5em
#headerleft, #headerright
display: inline-block
#headerleft
padding-right: 100px
2015-06-28 23:41:41 +01:00
h2
margin: 0
2015-02-22 16:13:04 +00:00
#headerright
width: 400px
vertical-align: top
2015-06-28 23:41:41 +01:00
#downloads
2015-06-28 23:42:46 +01:00
margin: 20px 0 0 0
2015-06-28 23:41:41 +01:00
2015-02-22 16:13:04 +00:00
.footnote
font-size: 8pt
.footnotes
padding-top: 1em
font-size: 8pt
#related
overflow: visible
white-space: nowrap
2015-06-28 23:03:52 +01:00
min-height: 1em
2015-02-22 16:13:04 +00:00
#nextpost
float: left
#prevpost
float: right
2015-06-28 23:00:12 +01:00
#ads
padding: 2em 0
2015-06-29 12:38:08 +01:00
background-color: rgba(black, 0.1)
2015-06-28 23:00:12 +01:00
2015-02-22 16:13:04 +00:00
#comments
clear: both
2017-09-17 19:51:02 +01:00
td
white-space: nowrap
2015-02-22 16:22:34 +00:00
$noteclassic: #99d
$noteimportant: #ff0
$notewarning: #d99
$notetip: #9d9
2015-02-22 16:13:04 +00:00
.noteclassic, .noteimportant, .notewarning, .notetip
margin: 2em
margin-left: auto
margin-right: auto
width: 70% !important
min-height: 40px
clear: both
text-align: justify
vertical-align: middle
border-collapse: collapse
padding: 15px 20px 15px 80px
background-position: 20px 50%
background-repeat: no-repeat
-moz-border-radius: 20px
-khtml-border-radius: 20px
border-radius: 20px
.noteclassic
2015-02-22 16:22:34 +00:00
border: 2px solid $noteclassic
background-color: rgba($noteclassic, 0.1)
2015-02-22 16:13:04 +00:00
background-image: url(../images/note.png)
.noteimportant
2015-02-22 16:22:34 +00:00
border: 2px solid $noteimportant
background-color: rgba($noteimportant, 0.1)
2015-02-22 16:13:04 +00:00
background-image: url(../images/important.png)
.notewarning
2015-02-22 16:22:34 +00:00
border: 2px solid $notewarning
background-color: rgba($notewarning, 0.1)
2015-02-22 16:13:04 +00:00
background-image: url(../images/warning.png)
.notetip
2015-02-22 16:22:34 +00:00
border: 2px solid $notetip
background-color: rgba($notetip, 0.1)
2015-02-22 16:13:04 +00:00
background-image: url(../images/tip.png)
kbd
display: inline-block
2015-02-22 16:13:04 +00:00
color: #333
background-color: white
text-align: center
border-left: 1px solid #cfcfcf
border-top: 1px solid #cfcfcf
border-right: 2px solid #666
border-bottom: 2px solid #666
2016-10-31 00:30:12 +00:00
-moz-border-radius: 4px
-webkit-border-radius: 4px
border-radius: 4px
padding-left: 2px
padding-top: 2px
2015-02-22 16:13:04 +00:00
padding-right: 2px
padding-bottom: 2px
2015-02-22 16:13:04 +00:00
margin-left: 2px
margin-right: 2px
vertical-align: middle
line-height: 1em
2015-02-22 16:13:04 +00:00
font-family: sans-serif
2016-01-26 21:40:08 +00:00
#page_meta
color: #888
margin-top: -38px
img
vertical-align: text-bottom