diff options
author | Friendika <info@friendika.com> | 2011-04-18 15:51:03 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-18 15:51:03 -0700 |
commit | b84f49df10ec83f0c078c9d55cd8ebd7a4742757 (patch) | |
tree | a9f89924ce3977324a9303212a3cc06adc2c44d2 /view | |
parent | 42613902edef3cbbc74c317b8de5e4e3b9f9e209 (diff) | |
parent | 1d8bd89fece18e861760eeed40ded146e01a0abb (diff) | |
download | volse-hubzilla-b84f49df10ec83f0c078c9d55cd8ebd7a4742757.tar.gz volse-hubzilla-b84f49df10ec83f0c078c9d55cd8ebd7a4742757.tar.bz2 volse-hubzilla-b84f49df10ec83f0c078c9d55cd8ebd7a4742757.zip |
Merge branch 'translateitems' of https://github.com/fabrixxm/friendika into fabrixxm-translateitems
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/darkzero/border.jpg | bin | 0 -> 521 bytes | |||
-rw-r--r-- | view/theme/darkzero/head.jpg | bin | 0 -> 1269 bytes | |||
-rw-r--r-- | view/theme/darkzero/sectionend.jpg | bin | 0 -> 355 bytes | |||
-rw-r--r-- | view/theme/darkzero/shiny.png | bin | 0 -> 362 bytes | |||
-rw-r--r-- | view/theme/darkzero/style.css | 64 |
5 files changed, 64 insertions, 0 deletions
diff --git a/view/theme/darkzero/border.jpg b/view/theme/darkzero/border.jpg Binary files differnew file mode 100644 index 000000000..4967412bf --- /dev/null +++ b/view/theme/darkzero/border.jpg diff --git a/view/theme/darkzero/head.jpg b/view/theme/darkzero/head.jpg Binary files differnew file mode 100644 index 000000000..67e852140 --- /dev/null +++ b/view/theme/darkzero/head.jpg diff --git a/view/theme/darkzero/sectionend.jpg b/view/theme/darkzero/sectionend.jpg Binary files differnew file mode 100644 index 000000000..9d5d5c8f3 --- /dev/null +++ b/view/theme/darkzero/sectionend.jpg diff --git a/view/theme/darkzero/shiny.png b/view/theme/darkzero/shiny.png Binary files differnew file mode 100644 index 000000000..994c0d05d --- /dev/null +++ b/view/theme/darkzero/shiny.png diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css new file mode 100644 index 000000000..c92529f26 --- /dev/null +++ b/view/theme/darkzero/style.css @@ -0,0 +1,64 @@ +@import url('../duepuntozero/style.css'); + +/* dark variation Fabio Comuni <fabrix.xm@gmail.com> */ + +a:link, a:visited { color: #99CCFF; text-decoration: none; } +a:hover {text-decoration: underline; } + +input, select, textarea { + background-color: #222222; + color: #FFFFFF; + border: 1px solid #444444; +} +.openid { background-color: #222222;} + +body { background-color: #222222; color: #cccccc; background-image: url(head.jpg); } +aside{ background-image: url(border.jpg); padding-bottom: 0px; } +section { background-color: #333333; background-image: url(border.jpg); } + + +#profile-tabs-wrapper { background-image: url(head.jpg); } +div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } + +nav #banner #logo-text a { color: #ffffff; } + +.wall-item-content-wrapper { border: 1px solid #444444; } +.wall-item-tools { background-color: #444444; background-image: none;} +.comment-edit-wrapper{ background-color: #333333; } +.wall-item-content-wrapper.comment { background-color: #444444; border: 0px;} +.photo-top-album-name{ background-color: #333333; } +.photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #FFFFFF; } + +.nav-selected.nav-link { color: #ffffff!important; border-bottom: 0px} +.nav-commlink, .nav-login-link {background-color: #b7bab3;} +.nav-commlink:link, .nav-commlink:visited, +.nav-login-link:link, .nav-login-link:visited{ + color: #ffffff; +} + +.fakelink, .fakelink:visited { + color: #99CCFF; +} + +.wall-item-name-link { + color: #99CCFF; +} + +.wall-item-photo-menu li a { + color: #CCCCCC; background-color: #333333; +} + +.wall-item-photo-menu li a:hover { + background-color: #CCCCCC; color: #333333; +} +#page-footer { min-height: 1em;} +footer { + margin: 0px 10%; + display: block; + background-image: url('sectionend.jpg'); + background-position: top left; + background-repeat: repeat-x; + height: 25px; +} + + |