summaryrefslogtreecommitdiff
path: root/doc/fix-css.sed
blob: 780fd9c38df571b757a8abcd54bc6fb0e2670541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/<style type="text\/css">/a\
p.help,div.toolbar {\
  display: none !important;\
}\
html {\
  overflow-y: hidden !important\
}\
div.first-slide {\
  background-image: url(image/hs-wismar.png);\
  background-repeat:no-repeat;\
  background-position: 90% 80%;\
  /*-o-background-size: 100% 100%;\
  -webkit-background-size: 100% 100%;*/\
}\
h1,h2,h3,h4,h5,#author {\
  color:#0099CC !important;\
}