Browse Source

better listing and table outputs

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 6 years ago
parent
commit
c9a1ec92ce
  1. 41
      themes/pel/static/css/style.css

41
themes/pel/static/css/style.css

@ -23,7 +23,9 @@
.clearfix:after { .clearfix:after {
clear: both; clear: both;
} }
ul{ list-style:none;} ul {
list-style: circle;
}


.figure{ margin:0px;} .figure{ margin:0px;}


@ -31,6 +33,11 @@ img{ max-width:100%;}


a, a:hover, a:active{ outline:0px !important} a, a:hover, a:active{ outline:0px !important}


table, th, td {
border: 1px solid black;
padding: 10px 10px 10px 10px;
}

@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.1.0'); src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
@ -163,45 +170,43 @@ p {
-moz-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
} }
.nav ul li a:hover{ .nav ul li a:hover {
color:#49b5e7; color:#49b5e7;
} }



.top_cont_outer {
.top_cont_outer{
background:#f9f9f9; background:#f9f9f9;
position:relative; position:relative;
} }
.top_cont_inner{ .top_cont_inner {
background:url(../img/white_pad.png) no-repeat right bottom; background:url(../img/white_pad.png) no-repeat right bottom;
} }
.top_content{ .top_content {
position:relative; position:relative;
padding-top: 50px; padding-top: 50px;
} }
.white_pad{ .white_pad {
position:relative; position:relative;
right:0px; right:0px;
bottom:0px; bottom:0px;
} }
.white_pad img{ .white_pad img {
position: absolute; position: absolute;
right:0px; right:0px;
bottom:0px; bottom:0px;
} }
.top_left_cont{ .top_left_cont {
padding:110px 0; padding:110px 0;
}
} .top_left_cont h3 {
.top_left_cont h3{
font-size:16px; font-size:16px;
color:#f56eab; color:#f56eab;
margin:0 0 20px 0; margin:0 0 20px 0;
text-align:left; text-align:left;
font-family:'Lato'; font-family:'Lato';
font-weight: 700; font-weight: 700;
} }
.top_left_cont h2 { .top_left_cont h2 {
font-size: 40px; font-size: 40px;
@ -211,9 +216,9 @@ p {
font-family:'Dosis'; font-family:'Dosis';
text-align:left; text-align:left;
font-weight:700; font-weight:700;
} }
.top_left_cont p{ .top_left_cont p {
font-size:16px; font-size:16px;
color:#888888; color:#888888;
margin:0 0 30px 0; margin:0 0 30px 0;
@ -251,7 +256,9 @@ a.learn_more2:hover{
font-size: 32px; font-size: 32px;
} }



.page table {
border: 1px;
}






@ -535,7 +542,7 @@ img {
transition-property: transform, opacity; transition-property: transform, opacity;
} }


.main-section.paddind{ .main-section.padding {
padding-bottom:60px; padding-bottom:60px;
} }



Loading…
Cancel
Save