From 44fce04fc2fc1bde43d79abd0ef41c9b5025585c Mon Sep 17 00:00:00 2001 From: Paolo Corti Date: Tue, 10 Apr 2012 16:47:46 +0200 Subject: [PATCH] Removed original linfiniti-sphinx-theme (will use a fork later) --- .gitmodules | 6 --- linfiniti-sphinx-theme | 1 - .../static/bootstrap/css/bootstrap.min.css | 46 +++++++++++++++++++ 3 files changed, 46 insertions(+), 7 deletions(-) delete mode 160000 linfiniti-sphinx-theme diff --git a/.gitmodules b/.gitmodules index b14b693..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "externals/QGIS-Governance"] - path = externals/QGIS-Governance - url = git@github.com:capooti/QGIS-Governance.git -[submodule "linfiniti-sphinx-theme"] - path = linfiniti-sphinx-theme - url = git@github.com:timlinux/linfiniti-sphinx-theme.git diff --git a/linfiniti-sphinx-theme b/linfiniti-sphinx-theme deleted file mode 160000 index 2d18c2b..0000000 --- a/linfiniti-sphinx-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2d18c2b401aa2b3c4a128f9fe85471ed0d0571ce diff --git a/qgis-theme/static/bootstrap/css/bootstrap.min.css b/qgis-theme/static/bootstrap/css/bootstrap.min.css index fa2a590..aebeb01 100644 --- a/qgis-theme/static/bootstrap/css/bootstrap.min.css +++ b/qgis-theme/static/bootstrap/css/bootstrap.min.css @@ -618,3 +618,49 @@ table.docutils thead:first-child tr:first-child th:first-child,table.docutils tb table.docutils thead:first-child tr:first-child th:last-child,table.docutils tbody:first-child tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;} table.docutils thead:last-child tr:last-child th:first-child,table.docutils tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;} table.docutils thead:last-child tr:last-child th:last-child,table.docutils tbody:last-child tr:last-child td:last-child{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0;} +/* Classes for UI elements */ +span.cmd-txt { + font-family: Courier; +} +span.button-name { + border: 1px solid #000000; + border-radius: 5px; + padding: 1px 5px 1px 5px; + background: -moz-linear-gradient(100% 100% 90deg, white, DarkGray); + background: -webkit-gradient(linear, right top, right bottom, from(DarkGray), to(white)); +} +span.tool-name { + border: 1px solid #000000; + padding: 1px 5px 1px 5px; + background-color: LemonChiffon; +} +span.dialog-name { + border: 1px solid #000000; + padding: 1px 5px 1px 5px; + background-color: DarkGray; + font-weight: bold; +} +span.tab-name { + border: 1px solid #000000; + padding: 1px 5px 1px 5px; + background: -moz-linear-gradient(100% 100% 90deg, white, DarkGray); + background: -webkit-gradient(linear, right top, right bottom, from(DarkGray), to(white)); +} +span.radio-name { + background-image: url(../img/radiobutton.png); + background-position: left center; + background-repeat: no-repeat; + background-color: LightGray; + border: 0px solid #000000; + padding: 1px 5px 1px 5px; + padding-left: 25px; +} +span.check-name { + background-image: url(../img/checkbox.png); + background-position: left center; + background-repeat: no-repeat; + background-color: LightGray; + border: 0px solid #000000; + padding: 1px 5px 1px 5px; + padding-left: 25px; +}