diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 02:40:08 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 02:40:08 -0600 |
commit | ac6772f292a83217e10e38ba853c76b5666133e0 (patch) | |
tree | d0d4eb27d9482dc275d75f48a2ca029d825e52a6 /css/theme.css |
Commit inicial
Diffstat (limited to 'css/theme.css')
-rw-r--r-- | css/theme.css | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/css/theme.css b/css/theme.css new file mode 100644 index 0000000..c4e327b --- /dev/null +++ b/css/theme.css @@ -0,0 +1,51 @@ +body { + padding-top: 60px; + padding-bottom: 60px; +} + +.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 h1 { + color: #ee4444; + font-size: 1.3em; +} + +.author { + color: #ee4444; +} + +.author a { + color: #ee4444; +} |