summaryrefslogtreecommitdiff
path: root/public/assets-2.0.0
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-07-15 10:26:05 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-07-15 10:26:05 +0100
commit46d5b7d5a1a081273f4130c1cbc0db45ad3cbe88 (patch)
tree3626ab481967fd0f8904f4eccaa116aff3bd40c1 /public/assets-2.0.0
parentb295534922aa0d15bf8b3821f74784a5ff810d62 (diff)
downloadwebtrees-46d5b7d5a1a081273f4130c1cbc0db45ad3cbe88.tar.gz
webtrees-46d5b7d5a1a081273f4130c1cbc0db45ad3cbe88.tar.bz2
webtrees-46d5b7d5a1a081273f4130c1cbc0db45ad3cbe88.zip
Administration theme
Diffstat (limited to 'public/assets-2.0.0')
-rw-r--r--public/assets-2.0.0/css/administration.css76
-rw-r--r--public/assets-2.0.0/css/paper_fibers.pngbin0 -> 74094 bytes
-rw-r--r--public/assets-2.0.0/css/paper_fibers_@2X.pngbin0 -> 43232 bytes
3 files changed, 76 insertions, 0 deletions
diff --git a/public/assets-2.0.0/css/administration.css b/public/assets-2.0.0/css/administration.css
new file mode 100644
index 0000000000..ac31eb2c8c
--- /dev/null
+++ b/public/assets-2.0.0/css/administration.css
@@ -0,0 +1,76 @@
+/**
+ * webtrees: online genealogy
+ * Copyright (C) 2018 webtrees development team
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* The administration theme is mostly vanilla bootstrap. */
+
+.wt-global {
+ background: url(paper_fibers.png); /* http://www.subtlepatterns.com */
+}
+@media (min-device-pixel-ratio: 2) {
+ .wt-global {
+ background: url(paper_fibers_@2X.png);
+ }
+}
+
+/* Raw GEDCOM data */
+.gedcom-data {
+ white-space: pre-wrap;
+}
+
+.gedcom-data ins {
+ text-decoration: none;
+ background-color: #eea;
+}
+
+/* Combine bootstrap styling with phpinfo() styling */
+.php-info table {
+ width: 100%;
+}
+.php-info .center {
+ text-align: center;
+}
+.php-info .center table {
+ margin: 1em auto;
+ text-align: left;
+}
+.php-info .center th {
+ text-align: center;
+}
+.php-info td,
+.php-info th {
+ border: 1px solid #666;
+ vertical-align: baseline;
+ padding: 4px 5px;
+}
+.php-info .e {
+ background-color: #ccf;
+ width: 300px;
+}
+.php-info .h {
+ background-color: #99c;
+}
+.php-info .v {
+ background-color: #ddd;
+ max-width: 300px;
+ overflow-x: auto;
+ word-break: break-all;
+}
+.php-info .v i {
+ color: #999;
+}
+.php-info img {
+ float: right;
+ border: 0;
+}
diff --git a/public/assets-2.0.0/css/paper_fibers.png b/public/assets-2.0.0/css/paper_fibers.png
new file mode 100644
index 0000000000..2d93493f86
--- /dev/null
+++ b/public/assets-2.0.0/css/paper_fibers.png
Binary files differ
diff --git a/public/assets-2.0.0/css/paper_fibers_@2X.png b/public/assets-2.0.0/css/paper_fibers_@2X.png
new file mode 100644
index 0000000000..6a9fc6a6e4
--- /dev/null
+++ b/public/assets-2.0.0/css/paper_fibers_@2X.png
Binary files differ