diff options
Diffstat (limited to 'assets/css/theme.css')
-rw-r--r-- | assets/css/theme.css | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css deleted file mode 100644 index e428bb0..0000000 --- a/assets/css/theme.css +++ /dev/null @@ -1,95 +0,0 @@ -body { - padding-top: 60px; - padding-bottom: 60px; -} - - -em { - display: block; -} - -.copyright { - color: #ffffff; -} - -.footer { - text-align: center; -} - -.footer a { - color: #ee4444; -} - -.sidebar h1 { - color: #ee4444; - font-size: 1.3em; -} - -.sidebar a { - color: #428bca; -} - -.sidebar li { - margin-top: .7em; - line-height: 1em; -} - -.sidebar a:hover { - color: #3071a9; -} - -.container-left { - margin: 0; -} - -.well tbody tr:nth-child(odd) { - background-color: #DDDDDD; -} - -.well tbody tr:nth-child(even) { - background-color: #CCCCCC; -} - -.well h1 { - color: #ee4444; - font-size: 1.3em; -} - -.well td { - border: 1px solid #101010; -} - -.well th { - border-collapse: separate; - border-spacing: 4px; - padding-right: 10px; -} - -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - line-height: 1.42; -} - -.author { - color: #ee4444; -} - -.author a { - color: #ee4444; -} - -.post-content h2 { - color: #3F83BF; - font-size: 1.3em; -} - -.post-content p { - font-size: 18px; -} - -.contact-medium { - color: #ee4444; -} - |