summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
authortoshio <toshio@mm3test.fedoraproject.org>2012-03-12 23:27:56 +0000
committertoshio <toshio@mm3test.fedoraproject.org>2012-03-12 23:27:56 +0000
commit1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594 (patch)
tree53779390ff498842d2b919da62182fe582d4d0ca /static/css/style.css
downloadhyperkitty-1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594.tar.gz
hyperkitty-1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594.tar.xz
hyperkitty-1c4f1cb5a0332a1fcc4d2fa8cf908f029cf23594.zip
Import the initial version of the hyperkitty archiver
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css324
1 files changed, 324 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
new file mode 100644
index 0000000..00e46d8
--- /dev/null
+++ b/static/css/style.css
@@ -0,0 +1,324 @@
+
+@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
+
+/* Generic classes */
+body {
+ margin: 0;
+ padding: 0;
+ font-family: 'Droid Sans', sans-serif;
+ color: rgb(77, 77, 77);
+}
+
+a {
+ color: rgb(55, 113, 200);
+ text-decoration: none;
+}
+
+.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);
+ padding: 0;
+}
+
+.header ul {
+ padding: 0;
+ margin: 0;
+}
+
+.header hr{
+ color: rgb(204, 204, 204);
+ background-color: rgb(204, 204, 204);
+ border: 0 none;
+ margin-top: 0px;
+}
+
+#white {
+ color: rgb(255, 255, 255);
+ background-color: rgb(255, 255, 255);
+ margin-bottom: 0px;
+}
+
+#headline {
+ padding-left: 20px;
+ position: relative;
+}
+
+#top_right {
+ position: absolute;
+ right: 20px;
+ bottom: 0;
+ color: rgb(102, 102, 102);
+}
+
+#top_right li {
+ margin-left:10px;
+}
+
+#list_name {
+ font-size: 200%;
+ font-weight: bold;
+}
+
+#list_name a {
+ color: rgb(77, 77, 77);
+}
+
+#page_date {
+ font-size: 150%;
+}
+
+#list_email {
+ font-size:80%;
+ padding: 0 0 0 20px;
+ margin: 0;
+}
+
+#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;
+}
+
+#newthread {
+ padding-left: 20px;
+}
+
+/* The content section of the page */
+.content {
+ width: 1024px;
+ margin: auto;
+}
+
+/* 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_email {
+}
+
+.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: 768px;
+ 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;
+}[