Skip to content

Commit

Permalink
Initial Project
Browse files Browse the repository at this point in the history
  • Loading branch information
prakai committed Apr 18, 2017
1 parent 7cb4e0e commit 5e0c810
Show file tree
Hide file tree
Showing 7 changed files with 731 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# wcms-paper-p
Paper Portrait theme for WonderCMS (https://www.wondercms.com). This theme is a default Bootstrap theme like.

# Demo
https://wondercms-demo.000webhostapp.com/

# Download and Setup
1. Download the ZIP file.
2. Create folder named "paper-p" in WonderCMS themes folder.
3. Unzip all folders and files from zip file in to created folder.
4. The theme will be visible in theme list of WonderCMS settings.

# Features
1. Color themes: Red, Green, and Blue.
2. Selected theme will be saved to cookie.
3. Suports WonderCMS-2.x.x

# Update
* 1.0.0 - 2017-04-18
- Initial version.

138 changes: 138 additions & 0 deletions css/style-blue.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
html {
min-height: 100%;
position: relative;
}

body {
background: url(../noise.png) repeat top left;
font-family: "Lucida Sans Unicode", Verdana;
color:#555;
margin-bottom: 40px;
}

a {
color: #559;
}
a:hover {
cursor: pointer;
color: #11c;
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.colorBackground {
background-color: #1ab !important;
}

.lightFont {
color:#aaa;
font-size:18px;
}

.btn-info {
border-color: #1ab;
background-color: #2bc;
}

.navbar-default .navbar-toggle {
border-color: #888;
}

.navbar .container {
width: 98%;
padding: 0.6px 20px 0.6px 20px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.navbar .container .navbar-brand {
color: #fff;
}
.navbar li {
font-size: 13px;
text-transform: uppercase;
}
.navbar, .navbar-collapse {
border: 0;
background: none;
}
.navbar li a {
color: #ddd !important;
}
.navbar li a:hover, .active a {
color: #fff !important;
background: none !important;
border-bottom: 1px solid #fff;
}

.color-selector {
padding: 0px 12px;
list-style-type: none;
}
.color-selector li {
float: left;
}
.color-selector li a {
display: block;
text-align: center;
padding: 17px 4px 16px;
text-decoration: none;
}
.color-selector li a:hover, .active a {
border-bottom: 0px;
}

footer {
bottom: 0;
width: 100%;
font-size: 13px;
position: absolute;
text-align: center;
}
footer a {
color: #ddd !important;
}
footer a:hover {
color: #fff !important;
}

/* Drop shadow without images
* http://www.prowebdesign.ro/round-brush-like-responsive-drop-shadows-with-css3-and-no-images/ */

.css3-shadow {
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 80, 0.3);
box-shadow: 0 1px 4px rgba(0, 0, 80, 0.3);
}

/*
* Drop shadow effect with box-shadow
*/
.css3-shadow:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 40px rgba(0,0,0,80.8);
box-shadow: 0 0 40px rgba(0,0,0,80.8);
bottom: 0px;
width: 80%;
height: 50%;
-moz-border-radius: 100%;
border-radius: 100%;
left: 10%;
right: 10%;
}

.box {
background: #fff;
margin: 10px auto 30px;
padding: 20px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/* / Drop shadow without images */

span.editable, .note-editor {
border-radius: 3px !important;
border: 1px dotted #c7c1ed !important;
}
138 changes: 138 additions & 0 deletions css/style-green.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
html {
min-height: 100%;
position: relative;
}

body {
background: url(../noise.png) repeat top left;
font-family: "Lucida Sans Unicode", Verdana;
color:#555;
margin-bottom: 40px;
}

a {
color: #595;
}
a:hover {
cursor: pointer;
color: #1c1;
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.colorBackground {
background-color: #1b6 !important;
}

.lightFont {
color:#aaa;
font-size:18px;
}

.btn-info {
border-color: #1b6;
background-color: #2c7;
}

.navbar-default .navbar-toggle {
border-color: #888;
}

.navbar .container {
width: 98%;
padding: 0.6px 20px 0.6px 20px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.navbar .container .navbar-brand {
color: #fff;

}
.navbar li {
font-size: 13px;
text-transform: uppercase;
}
.navbar, .navbar-collapse {
border: 0;
background: none;
}
.navbar li a {
color: #ddd !important;
}
.navbar li a:hover, .active a {
color: #fff !important;
background: none !important;
border-bottom: 1px solid #fff;
}

.color-selector {
padding: 0px 12px;
list-style-type: none;
}
.color-selector li {
float: left;
}
.color-selector li a {
display: block;
text-align: center;
padding: 17px 4px 16px;
text-decoration: none;
}
.color-selector li a:hover, .active a {
border-bottom: 0px;
}

footer {
bottom: 0;
width: 100%;
font-size: 13px;
position: absolute;
text-align: center;
}
footer a {
color: #ddd !important;
}
footer a:hover {
color: #fff !important;
}

/* Drop shadow without images
* http://www.prowebdesign.ro/round-brush-like-responsive-drop-shadows-with-css3-and-no-images/ */

.css3-shadow {
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 80, 0, 0.3);
box-shadow: 0 1px 4px rgba(0, 80, 0, 0.3);
}
/*
* Drop shadow effect with box-shadow
*/
.css3-shadow:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 40px rgba(0,80,0,0.8);
box-shadow: 0 0 40px rgba(0,80,0,0.8);
bottom: 0px;
width: 80%;
height: 50%;
-moz-border-radius: 100%;
border-radius: 100%;
left: 10%;
right: 10%;
}

.box {
background: #fff;
margin: 10px auto 30px;
padding: 20px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/* / Drop shadow without images */

span.editable, .note-editor {
border-radius: 3px !important;
border: 1px dotted #c7c1ed !important;
}
Loading

0 comments on commit 5e0c810

Please sign in to comment.