Skip to content

Commit

Permalink
Update theme with latest version of context box
Browse files Browse the repository at this point in the history
  • Loading branch information
Aasif T committed Dec 24, 2018
1 parent a09319d commit 45196ae
Show file tree
Hide file tree
Showing 9 changed files with 1,053 additions and 198 deletions.
2 changes: 1 addition & 1 deletion Theme.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ component{
// Layout Variables
this.name = "Animus Theme";
this.description = "Content Box Theme - Animus Theme";
this.version = "1.1.0";
this.version = "2.0";
this.author = "Lucid OutSourcing Solutions";
this.authorURL = "http://www.lucidsolutions.in";
// Screenshot URL, can be absolute or locally in your layout package.
Expand Down
22 changes: 6 additions & 16 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Responsive - Animus Content Box Theme",
"version":"1.0",
"version":"2.0",
"author":"Lucid Outsourcing Solutions",
"location":"https://github.com/LucidSolutions/cbanimus/archive/master.zip",
"homepage":"http://www.ortussolutions.com/products/contentbox",
Expand All @@ -22,21 +22,11 @@
"URL":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[

],
"dependencies":{

},
"devDependencies":{

},
"installPaths":{

},
"scripts":{

},
"contributors":[],
"dependencies":{},
"devDependencies":{},
"installPaths":{},
"scripts":{},
"ignore":[
"**/.*",
"test",
Expand Down
52 changes: 50 additions & 2 deletions includes/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body a{
-ms-transition:0.5s all;
}
.header {
padding: 2em 0;
padding: 15px 0;
border-bottom: 1px solid #6f879a;
}
.logo a{
Expand Down Expand Up @@ -103,7 +103,7 @@ ul a:focus {
}
.header-right {
float: right;
margin: 2.1em 0;
margin: 15px 0;
}
.header-right ul {
padding: 0;
Expand Down Expand Up @@ -1838,4 +1838,52 @@ ul.links li, ul.links_middle li, ul.links_bottom li {

#blog-sidenav{
margin-top: 10px;
}
/* Custom CSS */
.margin_top{
top:225px;
}
@media screen and(max-width: 768px){
.margin_top{
top:0px;
}
}
.navbar .navbar-toggle .icon-bar{
background-color: #ddd;
}
.navbar ul li {
margin: 0 .5em;
outline: none;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
font-size: 16px;
}
.navbar ul li a{
position: relative;
outline: none;
color: #8ca9b9;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: 1em;
margin: 0.15em 1.3em;
}

.customPaging{
text-align:right !important;
padding-right: 20px;
}
.customPaging ul{
margin: 0px !important;
}

@media (max-width: 767px){
.customPaging{
text-align:center !important;
margin-top:20px;
}
}
Loading

0 comments on commit 45196ae

Please sign in to comment.