فهرست منبع

Merge pull request #2930 from enkore/mtpleasant

adjust logo colour to a more pleasant green
enkore 7 سال پیش
والد
کامیت
132b618cbe
5فایلهای تغییر یافته به همراه13 افزوده شده و 24 حذف شده
  1. 11 0
      docs/_static/Makefile
  2. BIN
      docs/_static/logo.pdf
  3. BIN
      docs/_static/logo.png
  4. 2 3
      docs/_static/logo.svg
  5. 0 21
      docs/borg_theme/css/borg.css

+ 11 - 0
docs/_static/Makefile

@@ -0,0 +1,11 @@
+
+all: logo.pdf logo.png
+
+logo.pdf: logo.svg
+	inkscape logo.svg --export-pdf=logo.pdf
+
+logo.png: logo.svg
+	inkscape logo.svg --export-png=logo.png --export-dpi=72,72
+
+clean:
+	rm -f logo.pdf logo.png

BIN
docs/_static/logo.pdf


BIN
docs/_static/logo.png


+ 2 - 3
docs/_static/logo.svg

@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
 <!-- Created using Karbon, part of Calligra: http://www.calligra.org/karbon -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="240pt" height="100pt">
-<defs/>
-  <path id="p0" transform="translate(0, 7.12669e-6)" fill="#000200" d="M0 66.6667L0 0L160 0L320 0L320 66.6667L320 133.333L160 133.333L0 133.333Z"/>
+  <rect width="320" height="133.333" fill="#000200"/>
   <path id="p1" transform="translate(20.9086, 32.2192)" fill="#00dd00" d="M43.75 13.8021L26.6667 13.8021L26.6667 0L53.3854 0L67.2396 13.8021L67.2396 27.8646L60.3125 34.7917L67.2396 41.7187L67.2396 55.3125L53.3854 69.1146L26.6667 69.1146L26.6667 55.3125L43.75 55.3125L43.75 40.5729L26.6667 40.5729L26.6667 28.5417L43.75 28.5417ZM0 0L23.0208 0L23.0208 69.1146L0 69.1146Z"/>
   <path id="p2" transform="translate(97.6794, 46.0213)" fill="#00dd00" d="M62.1354 41.5104L48.3333 55.3125L32.9167 55.3125L32.9167 42.3958L38.6458 42.3958L38.6458 13.8021L32.9167 13.8021L32.9167 0L48.3333 0L62.1354 13.8021ZM23.2813 42.3958L29.2708 42.3958L29.2708 55.3125L13.8021 55.3125L0 41.5104L0 13.8021L13.8021 0L29.2708 0L29.2708 13.8021L23.2813 13.8021Z"/>
   <path id="p3" transform="translate(170.231, 46.0213)" fill="#00dd00" d="M36.5104 13.8021L26.7187 13.8021L26.7187 7.76042L34.4271 0L48.3854 0L59.5833 12.9167L59.5833 27.2396L36.5104 27.2396ZM0 55.3125L0 7.10543e-15L23.0208 7.10543e-15L23.0208 55.3125Z"/>

+ 0 - 21
docs/borg_theme/css/borg.css

@@ -1,26 +1,5 @@
 @import url("theme.css");
 
-/*  The Return of the Borg.
- *
- *  Have a bit green and grey and darkness (and if only in the upper left corner).
- */
-
-.wy-side-nav-search {
-    background-color: #000000 !important;
-}
-
-.wy-side-nav-search input[type="text"] {
-        border-color: #000000;
-}
-
-.wy-side-nav-search > a {
-    color: rgba(255, 255, 255, 0.5);
-}
-
-.wy-side-nav-search > div.version {
-    color: rgba(255, 255, 255, 0.5);
-}
-
 dt code {
     font-weight: normal;
 }