Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
23e71aa
Green was a little too bright.
Jan 28, 2018
a399a58
theme-cicada
noname12123 Feb 12, 2018
fac4ca3
theme-cicada
noname12123 Feb 12, 2018
98aa54e
theme-cicada
noname12123 Feb 12, 2018
1ae161d
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins
noname12123 Feb 12, 2018
3644acb
theme-cicada
noname12123 Feb 12, 2018
ffa698f
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins
noname12123 Feb 12, 2018
917eb4c
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins
noname12123 Feb 12, 2018
190da65
theme-cicada
noname12123 Feb 12, 2018
c482fb2
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins
noname12123 Feb 12, 2018
0c68b1f
Theme Cicada
noname12123 Feb 24, 2018
7efde5e
Theme Cicada
noname12123 Feb 25, 2018
260a598
Theme Cicada
noname12123 Feb 25, 2018
c682b66
Theme-Cicada
noname12123 Feb 25, 2018
1e3ce91
Theme Cicada
noname12123 Feb 25, 2018
e358218
Theme-Cicada
noname12123 Mar 4, 2018
44846d9
Theme-Cicada
noname12123 Mar 4, 2018
39b3fd7
Theme-Cicada
noname12123 Mar 8, 2018
53ce0af
Theme-Cicada
noname12123 Mar 8, 2018
4d374ef
Merge branch 'master' of
noname12123 Mar 8, 2018
95c5f09
Theme-Cicada
noname12123 Mar 8, 2018
e7f83d9
Theme-Cicada
noname12123 Mar 8, 2018
925785a
Merge branch 'master' of
noname12123 Mar 9, 2018
5ada891
Theme-Cicada
noname12123 Mar 9, 2018
d0ab1a0
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins…
noname12123 Mar 10, 2018
edfd3c0
Theme-Cicada
noname12123 Mar 10, 2018
c13be39
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins…
noname12123 Mar 10, 2018
6aa547c
Merge branch 'master' into master
Mar 10, 2018
48f7742
restore theme-rebellion
fabianfrz Mar 10, 2018
8921bb1
restore: rebellion theme
fabianfrz Mar 10, 2018
52b4947
Theme-Cicada
noname12123 Mar 11, 2018
1ec5f45
Merge branch 'master' of https://github.com/opnsenseuser12123/plugins…
noname12123 Mar 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions misc/theme-cicada/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PLUGIN_NAME= Theme-Cicada
PLUGIN_VERSION= 0.1
PLUGIN_REVISION= 1
PLUGIN_COMMENT= grey-orange theme
PLUGIN_MAINTAINER= remic-webdesign@chello.at
PLUGIN_DEVEL= yes

.include "../../Mk/plugins.mk"
4 changes: 4 additions & 0 deletions misc/theme-cicada/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Cicada Theme
Orange Grey Dark

Email: remic-webdesign@chello.at
21 changes: 21 additions & 0 deletions misc/theme-cicada/src/opnsense/www/themes/cicada/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013-2014 bootstrap-select

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@function twbs-font-path($path) {
@return font-url($path, true);
}

@function twbs-image-path($path) {
@return image-url($path, true);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Mincer asset helper functions
//
// This must be imported into a .css.ejs.scss file.
// Then, <% %>-interpolations will be parsed as strings by Sass, and evaluated by EJS after Sass compilation.


@function twbs-font-path($path) {
// do something like following
// from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
// from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
// or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
@return "<%- asset_path('#{$path}'.replace(/[#?].*$/, '')) + '#{$path}'.replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>";
}

@function twbs-image-path($file) {
@return "<%- asset_path('#{$file}') %>";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@function twbs-font-path($path) {
@return font-path($path);
}

@function twbs-image-path($path) {
@return image-path($path);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
.modal-backdrop {
z-index: -1;
}

.bootstrap-dialog {

.modal-header {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.bootstrap-dialog-title {
color: #fff;
display: inline-block;
}
.bootstrap-dialog-button-icon {
margin-right: 3px;
}
.bootstrap-dialog-close-button {
float: right;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
&:hover {
cursor: pointer;
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
}

/* dialog types */
&.type-default {
.modal-header {
background-color: #fff;
}
.bootstrap-dialog-title {
color: #333;
}
}

&.type-info {
.modal-header {
background-color: #B0CDDB;
}
}

&.type-primary {
.modal-header {
background-color: #EA7105;
}
}

&.type-success {
.modal-header {
background-color: #9BD275;
}
}

&.type-warning {
.modal-header {
background-color: #f0ad4e;
}
}

&.type-danger {
.modal-header {
background-color: #d9534f;
}
}

&.size-large {
.bootstrap-dialog-title {
font-size: 24px;
}
.bootstrap-dialog-close-button {
font-size: 30px;
}
.bootstrap-dialog-message {
font-size: 18px;
}
}

/**
* Icon animation
* Copied from font-awesome: http://fontawesome.io/
**/
.icon-spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/** End of icon animation **/
}
Loading