Initial commit.
This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
This commit is contained in:
342
public/css/admin.css
Normal file
342
public/css/admin.css
Normal file
@@ -0,0 +1,342 @@
|
||||
.admin_box {
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
background: #fff;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.admin_box h2 {
|
||||
font: 700 24px "Open Sans", sans-serif;
|
||||
margin: 0 0 0.2em;
|
||||
}
|
||||
|
||||
.floatleft {
|
||||
float: left;
|
||||
}
|
||||
.floatright {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Admin bar styles
|
||||
---------------------*/
|
||||
body {
|
||||
padding-top: 30px;
|
||||
}
|
||||
#admin_bar {
|
||||
background: #333;
|
||||
color: #ccc;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
#admin_bar ul {
|
||||
list-style: none;
|
||||
margin: 0 auto;
|
||||
max-width: 1280px;
|
||||
min-width: 900px;
|
||||
padding: 2px;
|
||||
width: 95%;
|
||||
}
|
||||
#admin_bar ul > li {
|
||||
display: inline;
|
||||
border-right: 1px solid #aaa;
|
||||
}
|
||||
#admin_bar ul > li:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
#admin_bar li > a {
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
#admin_bar li a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Login box styles
|
||||
---------------------*/
|
||||
|
||||
#login {
|
||||
background: #fff;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 10px;
|
||||
box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
|
||||
margin: 0 auto;
|
||||
padding: 15px;
|
||||
width: 275px;
|
||||
}
|
||||
#login * {
|
||||
font-size: 15px;
|
||||
line-height: 35px;
|
||||
}
|
||||
#login h3 {
|
||||
font: 700 24px/36px "Open Sans", sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
#login dd {
|
||||
width: 96%;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
#login input {
|
||||
background: #eee;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
padding: 4px 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#login div {
|
||||
text-align: right;
|
||||
}
|
||||
#login button {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* (Tag) autosuggest
|
||||
----------------------*/
|
||||
#new_tag_container {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.autosuggest {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.autosuggest li {
|
||||
display: block !important;
|
||||
padding: 3px;
|
||||
}
|
||||
.autosuggest li:hover, .autosuggest li.selected {
|
||||
background: #CFECF7;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Edit user screen
|
||||
---------------------*/
|
||||
.edituser dt {
|
||||
clear: left;
|
||||
float: left;
|
||||
width: 150px;
|
||||
}
|
||||
.edituser dd {
|
||||
float: left;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.edituser form div:last-child {
|
||||
padding: 1em 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* Admin widgets
|
||||
------------------*/
|
||||
.widget {
|
||||
background: #fff;
|
||||
padding: 25px;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.widget h3 {
|
||||
margin: 0 0 1em;
|
||||
font: 400 18px "Raleway", sans-serif;
|
||||
}
|
||||
.widget p, .errormsg p {
|
||||
margin: 0;
|
||||
}
|
||||
.widget ul {
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
.widget li {
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
|
||||
/* Edit icon on tiled grids
|
||||
-----------------------------*/
|
||||
.tiled_grid div.landscape, .tiled_grid div.portrait, .tiled_grid div.panorama {
|
||||
position: relative;
|
||||
}
|
||||
.tiled_grid div > a.edit {
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
|
||||
display: none;
|
||||
left: 20px;
|
||||
line-height: 1.5;
|
||||
padding: 5px 10px;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
}
|
||||
.tiled_grid div:hover > a.edit {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* Crop editor
|
||||
----------------*/
|
||||
#crop_editor {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: #000;
|
||||
z-index: 100;
|
||||
color: #fff;
|
||||
}
|
||||
#crop_editor input {
|
||||
width: 50px;
|
||||
background: #555;
|
||||
color: #fff;
|
||||
}
|
||||
.crop_image_container {
|
||||
position: relative;
|
||||
}
|
||||
.crop_position {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.crop_position input, .crop_position .btn {
|
||||
margin: 0 5px;
|
||||
}
|
||||
.crop_image_container img {
|
||||
height: auto;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
max-height: 700px;
|
||||
}
|
||||
#crop_boundary {
|
||||
border: 1px solid rgba(255, 255, 255, 0.75);
|
||||
background: rgba(255, 255, 255, 0.75);
|
||||
position: absolute;
|
||||
z-index: 200;
|
||||
width: 500px;
|
||||
height: 300px;
|
||||
top: 400px;
|
||||
left: 300px;
|
||||
filter: invert(100%); /* temp */
|
||||
}
|
||||
|
||||
|
||||
/* The pagination styles below are based on Bootstrap 2.3.2
|
||||
-------------------------------------------------------------*/
|
||||
|
||||
.table_pagination, .table_form {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.table_pagination ul {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.table_pagination ul > li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.table_pagination ul > li > a,
|
||||
.table_pagination ul > li > span {
|
||||
float: left;
|
||||
padding: 4px 12px;
|
||||
line-height: 20px;
|
||||
text-decoration: none;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #dddddd;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.table_pagination ul > li > a:hover,
|
||||
.table_pagination ul > li > a:focus,
|
||||
.table_pagination ul > .active > a,
|
||||
.table_pagination ul > .active > span {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.table_pagination ul > .active > a,
|
||||
.table_pagination ul > .active > span {
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.table_pagination ul > .disabled > span,
|
||||
.table_pagination ul > .disabled > a,
|
||||
.table_pagination ul > .disabled > a:hover,
|
||||
.table_pagination ul > .disabled > a:focus {
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.table_pagination ul > li:first-child > a,
|
||||
.table_pagination ul > li:first-child > span {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
/* The table styles below were taken from Bootstrap 2.3.2
|
||||
-----------------------------------------------------------*/
|
||||
table {
|
||||
max-width: 100%;
|
||||
background-color: transparent;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
border-top: 1px solid #dddddd;
|
||||
line-height: 20px;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.table caption + thead tr:first-child th,
|
||||
.table caption + thead tr:first-child td,
|
||||
.table colgroup + thead tr:first-child th,
|
||||
.table colgroup + thead tr:first-child td,
|
||||
.table thead:first-child tr:first-child th,
|
||||
.table thead:first-child tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.table tbody + tbody {
|
||||
border-top: 2px solid #dddddd;
|
||||
}
|
||||
|
||||
.table .table {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr:nth-child(odd) > td,
|
||||
.table-striped tbody > tr:nth-child(odd) > th {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover > td,
|
||||
.table-hover tbody tr:hover > th {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
422
public/css/default.css
Normal file
422
public/css/default.css
Normal file
@@ -0,0 +1,422 @@
|
||||
/**
|
||||
* Styles for the fifth version of Aaronweb.net.
|
||||
* (C) Aaron van Geffen 2013, 2014
|
||||
* DO NOT COPY OR RE-USE WITHOUT EXPLICIT WRITTEN PERMISSION. THANK YOU.
|
||||
*/
|
||||
|
||||
@import url(//fonts.googleapis.com/css?family=Press+Start+2P);
|
||||
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
|
||||
|
||||
body {
|
||||
font: 13px/1.7 "Open Sans", "Helvetica", sans-serif;
|
||||
padding: 0 0 3em;
|
||||
margin: 0;
|
||||
background: #99BFCE 0 -50% fixed;
|
||||
background-image: radial-gradient(ellipse at top, #c3dee5 0%,#92b9ca 55%,#365e77 100%); /* W3C */
|
||||
}
|
||||
|
||||
#wrapper, header {
|
||||
width: 95%;
|
||||
min-width: 900px;
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
header {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #487C96;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
/* Logo
|
||||
---------*/
|
||||
h1#logo {
|
||||
color: #fff;
|
||||
float: left;
|
||||
font: 200 50px 'Press Start 2P', "Helvetica Neue", sans-serif;
|
||||
margin: 40px 0 50px 10px;
|
||||
padding: 0;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
h1#logo a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
h1#logo span.name {
|
||||
padding-right: 7px;
|
||||
}
|
||||
h1#logo span.area:before {
|
||||
content: '|';
|
||||
font-weight: 400;
|
||||
letter-spacing: 7px;
|
||||
}
|
||||
|
||||
/* Navigation
|
||||
---------------*/
|
||||
ul#nav {
|
||||
margin: 55px 10px 0 0;
|
||||
padding: 0;
|
||||
float: right;
|
||||
list-style: none;
|
||||
}
|
||||
ul#nav li {
|
||||
float: left;
|
||||
}
|
||||
ul#nav li a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
float: left;
|
||||
font: 200 20px 'Press Start 2P', "Helvetica Neue", sans-serif;
|
||||
margin: 0 0 0 32px;
|
||||
padding: 10px 0;
|
||||
text-decoration: none;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
ul#nav li a:hover {
|
||||
border-bottom: 3px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
|
||||
/* Pagination
|
||||
---------------*/
|
||||
.pagination {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
}
|
||||
.pagination ul {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.pagination ul > li {
|
||||
display: inline;
|
||||
}
|
||||
.pagination ul > li > a, .pagination ul > li > span {
|
||||
float: left;
|
||||
font: 300 18px/2.2 "Open Sans", "Helvetica", sans-serif;
|
||||
padding: 6px 22px;
|
||||
text-decoration: none;
|
||||
background-color: #fff;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.pagination ul > li > a:hover, .pagination ul > li > a:focus,
|
||||
.pagination ul > .active > a, .pagination ul > .active > span {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.pagination ul > .active > a, .pagination ul > .active > span {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.pagination ul > .disabled > span, .pagination ul > .disabled > a,
|
||||
.pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
|
||||
color: #999;
|
||||
cursor: default;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/* Tiled grid
|
||||
---------------*/
|
||||
.tiled_header, .page_title_box {
|
||||
background: #fff;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
color: #000;
|
||||
float: left;
|
||||
margin: 0 0 1.5% 0;
|
||||
font: 400 18px/2.2 "Open Sans", "Helvetica Neue", sans-serif;
|
||||
padding: 6px 22px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.page_title_box {
|
||||
padding: 6px 22px !important;
|
||||
clear: both;
|
||||
display: inline-block;
|
||||
float: none;
|
||||
font: inherit;
|
||||
}
|
||||
.page_title_box h2 {
|
||||
font: 400 18px/2.2 "Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
}
|
||||
.page_title_box p {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.tiled_grid {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.tiled_grid div.landscape, .tiled_grid div.portrait, .tiled_grid div.panorama,
|
||||
.tiled_grid div.duo, .tiled_grid div.single {
|
||||
background: #fff;
|
||||
border-bottom-style: none !important;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
float: left;
|
||||
line-height: 0;
|
||||
margin: 0 3.5% 3.5% 0;
|
||||
overflow: none;
|
||||
position: relative;
|
||||
padding-bottom: 5px;
|
||||
width: 31%;
|
||||
}
|
||||
.tiled_grid div img {
|
||||
border: none;
|
||||
width: 100%;
|
||||
}
|
||||
.tiled_grid div h4 {
|
||||
color: #000;
|
||||
margin: 0;
|
||||
font: 400 18px "Open Sans", "Helvetica Neue", sans-serif;
|
||||
padding: 20px 5px 15px;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tiled_grid div a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.tiled_grid div.landscape:hover, .tiled_grid div.portrait:hover, .tiled_grid div.panorama:hover,
|
||||
.tiled_grid div.duo:hover, .tiled_grid div.single:hover {
|
||||
padding-bottom: 0;
|
||||
border-bottom-width: 5px;
|
||||
border-bottom-style: solid !important;
|
||||
}
|
||||
|
||||
/* Panoramas */
|
||||
.tiled_grid div.panorama, .tiled_grid .tiled_row {
|
||||
clear: both;
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Tiling: one landscape, two tiles */
|
||||
.tiled_row .column_landscape {
|
||||
float: left;
|
||||
width: 65.5%;
|
||||
margin: 0 3.5% 3.5% 0;
|
||||
}
|
||||
.tiled_row .column_landscape div {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tiled_row .column_tiles_two {
|
||||
float: left;
|
||||
width: 31%;
|
||||
}
|
||||
.tiled_row .column_tiles_two div {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0 0 10% 0;
|
||||
}
|
||||
|
||||
/* Tiling: big portrait, four tiles */
|
||||
.tiled_row .column_portrait {
|
||||
float: left;
|
||||
width: 31%;
|
||||
margin: 0 3.5% 3.5% 0;
|
||||
}
|
||||
.tiled_row .column_portrait div {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tiled_row .column_tiles_four {
|
||||
float: left;
|
||||
width: 65.5%;
|
||||
}
|
||||
.tiled_row .column_tiles_four div {
|
||||
float: left;
|
||||
width: 47.45%;
|
||||
margin: 0 5% 5% 0;
|
||||
}
|
||||
|
||||
/* Tiling: two tiles */
|
||||
.tiled_row .duo {
|
||||
width: 48.25% !important;
|
||||
}
|
||||
|
||||
/* Tiling: one tile */
|
||||
.tiled_row .single {
|
||||
width: 48.25% !important;
|
||||
}
|
||||
|
||||
/* Tiling: remove horizontal margin at end of row. */
|
||||
.tiled_row > div:nth-child(3n),
|
||||
.tiled_row > .duo:nth-child(2) {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.tiled_row .column_tiles_four > div:nth-child(2n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Tiling: switch places for odd rows */
|
||||
.tiled_row:nth-child(odd) .column_landscape,
|
||||
.tiled_row:nth-child(odd) .column_portrait {
|
||||
float: right;
|
||||
margin: 0 0 3.5% 3.5%;
|
||||
}
|
||||
.tiled_row:nth-child(odd) .column_tiles_four {
|
||||
float: right;
|
||||
}
|
||||
.tiled_row:nth-child(odd) .column_tiles_two {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.boxed_content {
|
||||
background: #fff;
|
||||
padding: 25px;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.boxed_content h2 {
|
||||
font: 300 24px "Open Sans", "Helvetica Neue", sans-serif;
|
||||
margin: 0 0 0.2em;
|
||||
}
|
||||
|
||||
|
||||
/* Error pages
|
||||
----------------*/
|
||||
.errormsg p {
|
||||
font-size: 1.1em;
|
||||
margin: 1em 0 0;
|
||||
}
|
||||
.errorpage .widget {
|
||||
margin-top: 3%;
|
||||
}
|
||||
.errorpage .widget_recentposts {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Footer
|
||||
-----------*/
|
||||
footer {
|
||||
clear: both;
|
||||
color: #fff;
|
||||
font: 400 12px/1.7 "Open Sans", "Helvetica Neue", sans-serif;
|
||||
padding: 40px 0 0;
|
||||
text-align: center;
|
||||
overflow: auto;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
footer a {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
||||
/* Input
|
||||
----------*/
|
||||
|
||||
input, select, .btn {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
color: #000;
|
||||
font: 13px/1.7 "Open Sans", "Helvetica", sans-serif;
|
||||
padding: 3px;
|
||||
}
|
||||
input[type=submit], button, .btn {
|
||||
background: #C5E2EA;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #8BBFCE;
|
||||
display: inline-block;
|
||||
font: inherit;
|
||||
padding: 4px 5px;
|
||||
}
|
||||
input[type=submit]:hover, button:hover, .btn:hover {
|
||||
background-color: #bddce5;
|
||||
border-color: #88b7c6;
|
||||
}
|
||||
textarea {
|
||||
border: 1px solid #ccc;
|
||||
font: 12px/1.4 'Monaco', 'Inconsolata', 'DejaVu Sans Mono', monospace;
|
||||
padding: 0.75%;
|
||||
width: 98.5%;
|
||||
}
|
||||
.btn-red {
|
||||
background: #F3B076;
|
||||
border-color: #C98245;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
/* Responsive: smartphone in portrait
|
||||
---------------------------------------*/
|
||||
@media only screen and (max-width: 895px) {
|
||||
#wrapper, header {
|
||||
width: 100% !important;
|
||||
min-width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
h1#logo {
|
||||
font-size: 42px;
|
||||
float: none;
|
||||
margin: 1em 0 0.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul#nav {
|
||||
float: none;
|
||||
padding: 0;
|
||||
margin: 2em 0 2.5em;
|
||||
text-align: center;
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
ul#nav li, ul#nav li a {
|
||||
display: inline;
|
||||
float: none;
|
||||
}
|
||||
|
||||
ul#nav li a {
|
||||
float: none;
|
||||
font-size: 16px;
|
||||
margin-left: 6px;
|
||||
padding: 15px 4px;
|
||||
}
|
||||
|
||||
.grid li {
|
||||
margin: 0 0 5%;
|
||||
width: 47.5%;
|
||||
}
|
||||
.grid li:nth-child(2n) {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.grid li:nth-child(2n+1) {
|
||||
margin-right: 5% !important;
|
||||
}
|
||||
|
||||
.tiled_header {
|
||||
font-size: 14px;
|
||||
margin: 0 0 3.5% 0;
|
||||
}
|
||||
.tiled_grid div h4 {
|
||||
font-size: 14px;
|
||||
padding: 15px 5px 10px;
|
||||
}
|
||||
|
||||
.tiled_row > div, .tiled_row .single, .tiled_row .duo {
|
||||
float: none !important;
|
||||
width: 100% !important;
|
||||
margin: 0 0 5% !important;
|
||||
}
|
||||
|
||||
.tiled_row > div > div {
|
||||
float: none !important;
|
||||
width: 100% !important;
|
||||
margin: 0 0 5% !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user