]> git.mxchange.org Git - friendica.git/commitdiff
Add files via upload
authorhoergen <hoergen@hoergen.org>
Sat, 30 Jun 2018 11:39:11 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Jun 2018 11:39:11 +0000 (13:39 +0200)
frio: new scheme Plusminus aims to minimize empty design spaces

view/theme/frio/scheme/plusminus.css [new file with mode: 0644]
view/theme/frio/scheme/plusminus.jpg [new file with mode: 0644]
view/theme/frio/scheme/plusminus.php [new file with mode: 0644]

diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css
new file mode 100644 (file)
index 0000000..4c753dd
--- /dev/null
@@ -0,0 +1,99 @@
+/*
+    Licence    : AGPL
+
+    Created on : 29.06.2018, 15:03:06
+    Author     : hoergen
+    Color picker   : https://www.w3schools.com/colors/colors_names.asp
+    CSS UTF8 icons : https://www.utf8icons.com 
+
+*/
+
+body {
+    background: url(scheme/plusminus.jpg);
+    background-repeat: no-repeat;
+    background-size: cover;
+    background-attachment: fixed;
+    height: auto;
+}
+
+aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-content, .p-name, .topbar, post, shiny, tread-wrapper, #topbar-second  {
+    color: #000;
+    background-color: #f5f5f5;
+}
+
+.form-control {        
+    font-family: ".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
+}
+
+#topbar-first #nav-notifications-menu li.notify-unseen {
+
+    border-left: 3px solid #f3fcfd;
+    background-color: antiquewhite;
+}
+
+.birthday-notice {
+    background-color:#cc0000;
+    color: white;
+}
+
+#birthday-title {
+    background-color:#ff0000;
+    color: white;
+    text-indent: 6px;
+}
+
+.birthday-list:before {
+    content: "\1F382 ";
+}
+
+.birthday-list{
+    margin: 1px;
+    color: black;
+    background-color: yellow;
+    text-indent: 10px;
+    border-radius: 5px;
+}
+
+#event-notice{
+    color: white;
+    background-color: #004c5b;
+    text-indent: 2px;
+}
+
+#event-title{
+    color: whitesmoke;
+    background-color: #006c83;
+    text-indent: 6px;
+}
+
+.event-list:before {
+    content: "\1F5D3 ";
+}
+
+.event-list {
+    margin: 1px;
+    color: black;
+    background-color: #00c7f0;
+    text-indent: 10px;
+    border-radius: 5px;
+}
+
+.panel .panel-body {
+    padding-top: 1px;
+    padding-bottom: 1px;
+    padding-left:5px;
+    padding-right:5px;
+    border: 1px;
+}
+
+.wall-item-network {
+    font-size: 12px;
+}
+
+.wall-item-content .clearfix .post .comment-container .well .well-sm .wall-item-body .e-content .p-name .media .comment .wall-item-bottom .wall-item-links .wall-item-tags .wall-item-actions .wall-item-responses #hr {
+    box-sizing: border-box;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    border:0px;
+    padding:0px;
+}
diff --git a/view/theme/frio/scheme/plusminus.jpg b/view/theme/frio/scheme/plusminus.jpg
new file mode 100644 (file)
index 0000000..7d333a2
Binary files /dev/null and b/view/theme/frio/scheme/plusminus.jpg differ
diff --git a/view/theme/frio/scheme/plusminus.php b/view/theme/frio/scheme/plusminus.php
new file mode 100644 (file)
index 0000000..a8ce7af
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+/*
+ * Name: Plusminus
+ * Author: hoergen
+ * 
+ * List here all variables which will get overwritten through this scheme
+ * Overwrites: nav_bg, nav_icon_color, link_color, background_color, contentbg_transp
+ */
+
+        $nav_bg = "#000b95";
+        $nav_icon_color = "#eee";
+        $link_color = "#000b95";
+        //$background_color = "#ededed";
+        //$login_bg_color = "#ededed";
+        $contentbg_transp = 100;
+
+