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 @@ @@ -23,7 +23,9 @@
.clearfix:after {
clear: both;
}
ul{ list-style:none;}
ul {
list-style: circle;
}

.figure{ margin:0px;}

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

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

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

@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
@ -163,45 +170,43 @@ p { @@ -163,45 +170,43 @@ p {
-moz-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;
}


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


.page table {
border: 1px;
}



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

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


Loading…
Cancel
Save