aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/css
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-05 20:57:39 +0100
committerJakob Unterwurzacher2016-01-05 20:57:39 +0100
commit1d499303638b7dd23d4a03854d68260563dec7bc (patch)
tree6cd140e4e720ec1c21121000b0f28f1964cb2706 /xreadthedocs/css
parentae4c5812df1f06e6ff0e1e82c54cca1c4f444c7e (diff)
New two-color logo
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r--xreadthedocs/css/theme_extra.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css
index 046cf33..24a4280 100644
--- a/xreadthedocs/css/theme_extra.css
+++ b/xreadthedocs/css/theme_extra.css
@@ -179,3 +179,23 @@ div.builtwith a {
bottom: -6px;
margin-right: 8px;
}
+
+div.logo {
+ text-align: center;
+ padding: 10px;
+}
+
+div.logo img {
+ width: 236px;
+}
+
+nav.wy-nav-top img {
+ height: auto;
+ width: auto;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+nav.wy-nav-top i {
+ font-size: 60px;
+}