summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-overview.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
commita3a4ce32f0596ff0bf48c7cc04292389e0d9627d (patch)
treefde894d4ecb2c2fa337efad35a114a5bbd4b1ec8 /hyperkitty/static/css/hyperkitty-overview.css
parent7660b947f88493bc241f8af3e1e855f75e1d9cd7 (diff)
downloadhyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.gz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.xz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.zip
Move static files into the hyperkitty prefix
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-overview.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-overview.css100
1 files changed, 0 insertions, 100 deletions
diff --git a/hyperkitty/static/css/hyperkitty-overview.css b/hyperkitty/static/css/hyperkitty-overview.css
deleted file mode 100644
index 1fef97c..0000000
--- a/hyperkitty/static/css/hyperkitty-overview.css
+++ /dev/null
@@ -1,100 +0,0 @@
-/* Summary page */
-
-#recent-activities h2 {
- font-size: 22px;
- line-height: 32px;
- margin-bottom: 0.5em;
- text-align: center;
-}
-
-#recent-activities h3 {
- font-size: 20px;
- line-height: 28px;
- margin-bottom: 0.5em;
- text-align: center;
-}
-
-#graph h2 {
- text-align: center;
-}
-#graph rect {
- cursor: pointer;
-}
-
-#fig {
- position: relative;
- margin: auto;
- width: 540px;
- height: 330px;
-}
-
-#fig .axis path, #fig .axis line {
- fill: none;
- stroke: #000;
- shape-rendering: geometricPrecision;
-}
-
-#fig .area {
- fill: steelBlue;
-}
-
-
-#recent-activities p.thread-new {
- text-align: center;
-}
-
-
-#recent-activities .widget {
- padding: 1em;
- padding-bottom: 0;
- border: 1px solid #ddd;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- margin: 1em 0;
-}
-
-.category {
- font-variant: small-caps;
- font-weight: bold;
- color: white;
- -webkit-border-radius: 5px 5px 5px 5px;
- -moz-border-radius: 5px 5px 5px 5px;
- border-radius: 5px 5px 5px 5px;
- vertical-align: top;
- margin-bottom: 10px;
- padding-top: 0px;
- padding-left: 10px;
-}
-
-.category_entry {
- list-style-type: circle;
- margin-top: 0px;
- padding-bottom: 10px;
- padding-left: 25px;
-}
-
-.category_entry li {
- padding-bottom: 10px;
-}
-
-.maker {
- color: rgb(102, 102, 102);
- padding-right: 10px;
- padding-bottom: 20px;
-}
-
-.maker-id, .maker-name {
- font-weight: bold;
- font-size: 115%;
- vertical-align: top;
- padding-right: 20px;
-}
-
-.maker .gravatar {
- padding-right: 20px;
-}
-
-.score{
- font-weight: bold;
-}