X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c041fba1a1f9708f2981a2e1c4eea6b01ff26607..6be1832ce0de17ba83c8e9f2fecd0c045b7c863c:/doc/style.css?ds=inline diff --git a/doc/style.css b/doc/style.css index 2f9897e82..0fc29f9e1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -58,7 +58,7 @@ div.tags { #editcontent { width: 100%; -} +} /* Stuff for the RecentChanges table. */ tr.changeheader { @@ -72,7 +72,7 @@ tr.changeinfo { th.changeheader { padding: 1px .3em; } -td.changeinfo { +td.changeinfo { padding: 1px .3em; } td.changetime { @@ -180,7 +180,7 @@ td.changelog { width: 25% } -/* outlines */ +/* outlines */ li.L1 { list-style: upper-roman; } @@ -220,9 +220,19 @@ div.poll { } input#openid_url { - background: url(http://openid.net/login-bg.gif) no-repeat; + background: url(wikiicons/openidlogin-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; color: #000; padding-left: 18px; } + +/* Things to hide in printouts. */ +@media print { + .actions { display: none; } + .tags { display: none; } + .feedbutton { display: none; } + #searchform { display: none; } + #blogform { display: none; } + #backlinks { display: none; } +}