From 7a897a2e202b4e8c7a9d63f4b0720d93a5a781eb Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 17 Dec 2014 01:11:51 +0200 Subject: [PATCH] Change fonts and remove ugly table styling --- css/themes/cerulean.css | 4 ++-- css/themes/cosmo.css | 33 ++------------------------------- css/themes/cyborg.css | 22 ++-------------------- css/themes/slate.css | 4 ++-- 4 files changed, 8 insertions(+), 55 deletions(-) diff --git a/css/themes/cerulean.css b/css/themes/cerulean.css index eec1010..4ec74b3 100644 --- a/css/themes/cerulean.css +++ b/css/themes/cerulean.css @@ -280,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: serif; font-size: 14px; line-height: 1.42857143; color: #555555; @@ -375,7 +375,7 @@ h6, .h4, .h5, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: sans-serif; font-weight: 500; line-height: 1.1; color: #317eac; diff --git a/css/themes/cosmo.css b/css/themes/cosmo.css index 5caa472..226f1b7 100644 --- a/css/themes/cosmo.css +++ b/css/themes/cosmo.css @@ -1,4 +1,3 @@ -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); /*! * bootswatch v3.3.1+2 * Homepage: http://bootswatch.com @@ -281,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family: serif; font-size: 15px; line-height: 1.42857143; color: #333333; @@ -376,7 +375,7 @@ h6, .h4, .h5, .h6 { - font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; + font-family: sans-serif; font-weight: 300; line-height: 1.1; color: inherit; @@ -3541,34 +3540,6 @@ body { .text-info:hover { color: #9954bb; } -table a:not(.btn), -.table a:not(.btn) { - text-decoration: underline; -} -table .dropdown-menu a, -.table .dropdown-menu a { - text-decoration: none; -} -table .success, -.table .success, -table .warning, -.table .warning, -table .danger, -.table .danger, -table .info, -.table .info { - color: #fff; -} -table .success a, -.table .success a, -table .warning a, -.table .warning a, -table .danger a, -.table .danger a, -table .info a, -.table .info a { - color: #fff; -} .has-warning .help-block, .has-warning .control-label, .has-warning .form-control-feedback { diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index 5f8248f..c76a941 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -1,4 +1,3 @@ -@import url("//fonts.googleapis.com/css?family=Roboto:400,700"); /*! * bootswatch v3.3.1+2 * Homepage: http://bootswatch.com @@ -281,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: serif; font-size: 14px; line-height: 1.42857143; color: #888888; @@ -376,7 +375,7 @@ h6, .h4, .h5, .h6 { - font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: sans-serif; font-weight: 500; line-height: 1.1; color: #ffffff; @@ -3534,23 +3533,6 @@ button.close { .text-info:hover { color: #9933cc; } -table, -.table { - color: #fff; -} -table a:not(.btn), -.table a:not(.btn) { - color: #fff; - text-decoration: underline; -} -table .dropdown-menu a, -.table .dropdown-menu a { - text-decoration: none; -} -table .text-muted, -.table .text-muted { - color: #888888; -} .table-responsive > .table { background-color: #181818; } diff --git a/css/themes/slate.css b/css/themes/slate.css index 9928c1c..4b2ea37 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.css @@ -280,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: serif; font-size: 14px; line-height: 1.42857143; color: #c8c8c8; @@ -375,7 +375,7 @@ h6, .h4, .h5, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: sans-serif; font-weight: 500; line-height: 1.1; color: inherit; -- 2.39.2