diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 17 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 27 | ||||
-rw-r--r-- | view/theme/greenzero/border.jpg | bin | 0 -> 342 bytes | |||
-rw-r--r-- | view/theme/greenzero/head.jpg | bin | 0 -> 1078 bytes | |||
-rw-r--r-- | view/theme/greenzero/shiny.png | bin | 0 -> 362 bytes | |||
-rw-r--r-- | view/theme/greenzero/style.css | 29 |
6 files changed, 66 insertions, 7 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index e34b622c6..6e643d4fe 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -985,6 +985,10 @@ input#dfrn-url { width: 450px; margin-left: 10px; margin-bottom: 20px; + padding: 20px; + max-height: 400px; + overflow: auto; + } .wall-item-title { @@ -1030,7 +1034,7 @@ input#dfrn-url { margin-left: 110px; margin-top: 10px; } - +#profile-jot-plugin-wrapper, #profile-jot-submit-wrapper { margin-top: 15px; } @@ -1074,7 +1078,9 @@ input#dfrn-url { #profile-jot-perms-end { clear: both; } - +#profile-jot-plugin-end { + clear:both; +} #profile-jot-end { clear: both; margin-bottom: 30px; @@ -1996,3 +2002,10 @@ a.mail-list-link { margin-bottom: 15px; } +.tool-wrapper { + float: left; + margin-left: 5px; +} +.tool-link { + cursor: pointer; +} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b00f24cc2..1f713f28d 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -809,6 +809,8 @@ input#dfrn-url { } .wall-item-wrapper { float: left; + margin-right: 5px; + width: 150px; } .wall-item-lock { height: 20px; @@ -851,9 +853,12 @@ input#dfrn-url { } .wall-item-content { float: left; - width: 450px; + /*width: 450px;*/ margin-left: 10px; margin-bottom: 20px; + padding: 20px; + max-height: 400px; + overflow: auto; } .wall-item-title { @@ -902,6 +907,7 @@ input#dfrn-url { margin: 10px 0px 10px 110px; } +#profile-jot-plugin-wrapper, #profile-jot-submit-wrapper { margin-top: 15px; } @@ -947,6 +953,9 @@ input#dfrn-url { height: 30px; } +#profile-jot-plugin-end{ + clear: both; +} #profile-jot-end { /*clear: both;*/ margin-bottom: 30px; @@ -1453,8 +1462,9 @@ input#dfrn-url { margin-top: 10px; } a.mail-list-link { - display: block; - padding: 4px 5px; + display: block; + font-size: 1.3em; + padding: 4px 0; } /* @@ -1492,8 +1502,8 @@ a.mail-list-link { } .mail-conv-subject { - font-size: 1.1em; - margin-top: 10px; + font-size: 1.4em; + margin: 10px 0; } .mail-conv-outside-wrapper-end { @@ -1880,3 +1890,10 @@ a.mail-list-link { } +.tool-wrapper { + float: left; + margin-left: 5px; +} +.tool-link { + cursor: pointer; +} diff --git a/view/theme/greenzero/border.jpg b/view/theme/greenzero/border.jpg Binary files differnew file mode 100644 index 000000000..034a1cb63 --- /dev/null +++ b/view/theme/greenzero/border.jpg diff --git a/view/theme/greenzero/head.jpg b/view/theme/greenzero/head.jpg Binary files differnew file mode 100644 index 000000000..c69776214 --- /dev/null +++ b/view/theme/greenzero/head.jpg diff --git a/view/theme/greenzero/shiny.png b/view/theme/greenzero/shiny.png Binary files differnew file mode 100644 index 000000000..994c0d05d --- /dev/null +++ b/view/theme/greenzero/shiny.png diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css new file mode 100644 index 000000000..5a8401160 --- /dev/null +++ b/view/theme/greenzero/style.css @@ -0,0 +1,29 @@ +@import url('../duepuntozero/style.css'); + +/* green variation by Tobias Diekershoff <tobias.diekershoff@gmx.net> */ + +a, a:visited { color: #549f4f; text-decoration: none; } +a:hover {text-decoration: underline; } + + +body { background-image: url(head.jpg); } +aside( background-image: url(border.jpg); } +section { 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-commlink, .nav-login-link { + background-color: #aed3b2; + +} + +.fakelink, .fakelink:visited { + color: #549f4f; +} + +.wall-item-name-link { + color: #549f4f; +} + + |