summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/style.css')
-rw-r--r--hyperkitty/static/css/style.css382
1 files changed, 382 insertions, 0 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css
new file mode 100644
index 0000000..30535a2
--- /dev/null
+++ b/hyperkitty/static/css/style.css
@@ -0,0 +1,382 @@
+body {
+ position: relative;
+ padding-top: 90px;
+ background-color: white;
+}
+
+.Sb {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ background-color: white;
+ clear: both;
+ font-size: 13px;
+ line-height: 1.4;
+ margin: 20px 0 20px 68px;
+ outline: none;
+ position: relative;
+ width: 497px;
+ word-wrap: break-word;
+}
+
+.ZX {
+ color: #999;
+ height: 40px;
+ margin: 0 2px;
+ position: relative;
+ bottom: -3px;
+ background-color: #F8F8F8;
+ border: 1px solid #CCC;
+
+}
+
+.socialLogin {
+ list-style: none;
+ margin: 0px;
+}
+
+.socialLogin li {
+ float: left;
+ padding: 5px;
+}
+
+.right {
+ text-align: right;
+}
+
+.inline-block {
+ display: inline-block;
+}
+
+.inline li, .inline-block li {
+ display: inline-block;
+ list-style-type: none;
+}
+
+/* Add icons to some text */
+.participant {
+ background: url("../img/participant.png") no-repeat scroll left top;
+ padding-left: 20px;
+}
+
+.discussion {
+ background: url("../img/discussion.png") no-repeat scroll left top;
+ padding-left: 20px;
+}
+
+.saved {
+ background: url("../img/saved.png") no-repeat scroll left top;
+ padding-left: 20px;
+}
+
+.notsaved {
+ background: url("../img/notsaved.png") no-repeat scroll left top;
+ padding-left: 20px;
+}
+
+.gravatar {
+ vertical-align: top;
+ width:40px;
+ font-size: 70%;
+}
+
+.gravatar img {
+ width: 40px;
+}
+
+.neutral {
+ background: url("../img/neutral.png") no-repeat scroll left;
+ padding-left: 20px;
+ padding-right: 20px;
+ font-weight: bold;
+}
+
+.like {
+ background: url("../img/like.png") no-repeat scroll left;
+ padding-left: 20px;
+ padding-right: 20px;
+ font-weight: bold;
+}
+
+.likealot {
+ background: url("../img/likealot.png") no-repeat scroll left;
+ padding-left: 20px;
+ padding-right: 20px;
+ font-weight: bold;
+}
+
+.youlike {
+ background: url("../img/youlike.png") no-repeat scroll left;
+ padding-left: 15px;
+ padding-right: 5px;
+}
+
+.youdislike {
+ background: url("../img/youdislike.png") no-repeat scroll left;
+ padding-left: 15px;
+ padding-right: 5px;
+}
+
+.showdiscussion {
+ background-image: linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
+ background-image: -o-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
+ background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
+ background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
+ background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 11%, rgb(255,255,255) 100%);
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0.11, rgb(204,204,204)),
+ color-stop(1, rgb(255,255,255))
+ );
+ padding: 3px 7px 3px 7px;
+ -webkit-border-radius: 5px 5px 5px 5px;
+ -moz-border-radius: 5px 5px 5px 5px;
+ border-radius: 5px 5px 5px 5px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: rgb(179, 179, 179);
+}
+
+.showdiscussion a {
+ color: rgb(77, 77, 77);
+}
+
+
+/* Top of the page -- header */
+.header {
+ background-color: rgb(236, 236, 236);
+ min-height : 100px;
+}
+
+#white {
+ color: rgb(255, 255, 255);
+ background-color: rgb(255, 255, 255);
+ margin-bottom: 0px;
+}
+
+#headline {
+ min-height: 50px;
+}
+
+.list_nav {
+ float: left;
+ list-style: none;
+ margin: 0;
+ padding: 5px 0 0 0;
+}
+
+.list_nav li {
+ float: left;
+ margin-left: 20px;
+}
+
+.user_nav {
+ float: right;
+ list-style: none;
+ margin: 0;
+ padding: 5px 0 0 0;
+}
+
+.user_nav a {
+ float: none;
+ padding: 10px 10px 11px;
+ line-height: 19px;
+ color: #999;
+ text-decoration: none;
+ text-shadow: 0 -1px 0
+ rgba(0, 0, 0, 0.25);
+}
+
+.user_nav li {
+ float: left;
+ margin-left: 20px;
+}
+
+#thread_content {
+ width: 70%;
+}
+
+.email_date .date {
+ font-weight: bold;
+}
+
+#top_right {
+ position: absolute;
+ right: 20px;
+ bottom: 0;
+ color: rgb(102, 102, 102);
+}
+
+#top_right li {
+ margin-left:10px;
+}
+
+#list_name {
+ font-weight: bold;
+}
+
+#page_date {
+ font-size: 150%;
+}
+
+
+#searchbox {
+ text-align:right;
+ padding-right: 20px;
+}
+
+#searchbox input {
+ width: 250px
+}
+
+#searchbox input::-webkit-input-placeholder {
+ font-style: italic;
+}
+
+#searchbox input:-moz-placeholder {
+ font-style: italic;
+}
+
+#recent_activities{
+ width: 88%;
+ margin-top: 20px;
+ margin-right: 10px;
+ float: right;
+}
+
+#archives{
+ width: 9%;
+ margin-left: 10px;
+ margin-top: 20px;
+ float: left;
+/*
+ margin-right: 2px;
+*/
+}
+
+#archives ul {
+ padding: 0;
+ margin: 0;
+}
+
+#archives li {
+ list-style-type: none;
+}
+
+/* Thread list */
+
+.thread_title {
+ font-weight: bold;
+ font-size: 125%;
+}
+
+.thread_date {
+ font-style: italic;
+ font-size: 70%;
+ color: rgb(128, 0, 0);
+}
+
+.thread_content {
+ margin-top:10px;
+}
+
+.thread_info {
+ text-align:right;
+ padding-right: 50px;
+}
+
+.tags {
+ text-align:left;
+ margin: 0px 0px 0px 200px;
+ padding: 0px;
+}
+
+/* Part containing the body of the mail which can be shown/hidden */
+.expander {
+ width: 665px;
+ background-image: linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%);
+ background-image: -o-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%);
+ background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%);
+ background-image: -webkit-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%);
+ background-image: -ms-linear-gradient(bottom, rgb(236,236,236) 11%, rgb(255,255,255) 100%);
+
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ color-stop(0.11, rgb(236,236,236)),
+ color-stop(1, rgb(255,255,255))
+ );
+ border-style: solid;
+ border-width: 1px;
+ border-color: rgb(236,236,236);
+ -webkit-border-radius: 5px 5px 5px 5px;
+ -moz-border-radius: 5px 5px 5px 5px;
+ border-radius: 5px 5px 5px 5px;
+ padding-left: 20px;
+ margin-left: 21px;
+ display: inline-block;
+ vertical-align: top;
+ white-space: pre;
+}
+
+.expander a {
+ float: right;
+ padding: 20px 10px 0px 0px;
+}
+
+/* Thread types */
+.type {
+ font-variant: small-caps;
+ font-weight: bold;
+ color: white;
+ padding: 3px;
+ -webkit-border-radius: 5px 5px 5px 5px;
+ -moz-border-radius: 5px 5px 5px 5px;
+ border-radius: 5px 5px 5px 5px;
+ vertical-align: top;
+ width: 110px;
+ text-align:center;
+}
+
+.type a {
+ color: white;
+}
+
+.type_question {
+ background-color: rgb(179, 128, 255);
+}
+
+.type_agenda {
+ background-color: rgb(42, 127, 255);
+}
+
+.type_todo {
+ background-color: rgb(200, 171, 55);
+}
+
+.type_dead {
+ background-color: rgb(0, 0, 0);
+}
+
+.type_announcement {
+ background-color: rgb(170, 212, 0);
+}
+
+.type_policy {
+ background-color: rgb(200, 55, 171);
+}
+
+.type_test {
+ background-color: rgb(200, 171, 55);
+}
+
+.invisible {
+ visibility: hidden;
+}
+
+.removed {
+ display: none;
+}[