Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Theme Name: How-To Talks;
- Author Nmae: Arslan;
- Auther URI: www.howtotalks.com;
- Version: 0.0;
- */
- body {
- font-size: 14px;
- line-height: 1.6;
- }
- a {
- color: #1da1f2;
- }
- a:hover {
- color: #1da1f2;
- }
- h1,
- .h1,
- h2,
- .h2,
- h3,
- .h3,
- h4,
- .h4,
- h5,
- .h5,
- h6,
- .h6 {
- font-size: 18px;
- }
- /*
- ============================================================
- Navigation
- ============================================================
- */
- .navbar {
- height: auto;
- border-bottom: 3px solid #1da1f2;
- border-radius: 0;
- }
- .navbar-default {
- background-color: #fff;
- }
- .navbar-header {
- height: 68px;
- }
- .navbar-header a {
- font-family: 'Dancing Script', Georgia, Times, serif;
- font-weight: bold;
- font-size: 40px;
- padding-left: 30px;
- }
- .navbar-header button {
- margin-top: 16px;
- margin-bottom: 16px;
- }
- .navbar-brand {
- height: auto;
- }
- .navbar-brand img {
- width: auto;
- height: 35px;
- }
- .nav > li {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- /*
- ============================================================
- Left-Column
- ============================================================
- */
- .col-left {
- padding: 10px 5px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- }
- .col-left li {
- line-height: 1.6;
- font-size: 14px;
- list-style: none;
- }
- .col-left li:hover {
- font-weight: bold;
- }
- /*
- ============================================================
- Article page
- ============================================================
- */
- .card {
- margin-bottom: 30px;
- padding: 10px;
- border: 1px solid #efefef;
- }
- .card:hover {
- box-shadow: 0 6px 12px rgba(0,0,0,.175);
- }
- .card img {
- width: 100%;
- height: 120px;
- margin-bottom: 20px;
- }
- .content-header {
- padding-bottom: 9px;
- margin: 0;
- }
- .content-header h1 {
- margin-top: 0px;
- }
- .content-header p {
- color: #888;
- font-size: 70%;
- }
- .content-header p a {
- color: #888;
- }
- .page-header h1 {
- font-size: 21px;
- }
- .page-header p {
- color: #888;
- font-size: 85%;
- }
- .page-header p a {
- color: #888;
- }
- .fa {
- padding: 5px;
- }
- img {
- width: 100%;
- height: auto;
- }
- .entry-img {
- margin-bottom: 20px;
- }
- .content-body {
- padding: 5px;
- }
- .meta {
- margin-right: 20px;
- }
- /*
- ============================================================
- Comments
- ============================================================
- */
- .comment-area {
- padding: 20px;
- margin-top: 70px;
- }
- .comments-title, .comment-reply-title {
- padding-bottom: 9px;
- margin: 40px 0 20px 0;
- border-bottom: 1px solid #eee;
- }
- ol,
- ol ul {
- list-style: none;
- }
- ol ul {
- border-left: 3px solid #ccc;
- }
- ol li {
- margin-bottom: 20px;
- }
- .comment-list ul {
- margin-bottom: 40px;
- }
- /*
- ============================================================
- Widget Area
- ============================================================
- */
- .widget-area ul{
- padding: 15px;
- }
- .widget-area ul li {
- list-style: none;
- padding: 1px;
- border-bottom: 0.5px dotted #1da1f2;
- }
- .widget-area ul li a:hover {
- text-decoration: none;
- color: orange;
- opacity: 0.8;
- }
- /*
- ============================================================
- Simple Page
- ============================================================
- */
- .page-height {
- min-height: 400px;
- }
- /*
- ============================================================
- Footer
- ============================================================
- */
- .site-footer {
- background-color: #374147;
- padding: 40px 0 20px;
- color: #fff;
- margin-top: 30px;
- }
- .site-footer a {
- color: #fff;
- opacity: 0.6;
- }
- .site-footer a:hover {
- color: #fff;
- opacity: 1;
- }
- .site-footer ul {
- list-style: none;
- }
- .site-footer ul li {
- float: left;
- padding-left: 20px;
- }
- .site-info {
- float: left;
- }
- .site-info a {
- padding: 0;
- }
- .site-info img {
- height:20px;
- }
- .site-info span {
- margin-right: 5px;
- }
Add Comment
Please, Sign In to add comment