X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/be55f6fd7cf1a251c3977f857a44ee2769e39d8b..a8c5c8c0ba4deba4f396f6d491970256907569b3:/basewiki/style.css?ds=inline diff --git a/basewiki/style.css b/basewiki/style.css index 2947851f4..032665e70 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -83,6 +83,13 @@ td.changelog { font-style: italic; } +.pagecloud { + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; +} + /* Used for adding a blog page. */ #blogform { padding: 10px 10px; @@ -198,3 +205,11 @@ li.L7 { li.L8 { list-style: upper-alpha; } + +input#openid_url { + background: url(http://openid.net/login-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 18px; +}