diff options
author | Leif Johansson <leifj@sunet.se> | 2012-10-04 15:39:08 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-10-04 15:39:08 +0200 |
commit | 2bdad0ae7a3a6e4ec5116becd39910388b679ed2 (patch) | |
tree | 5afdfba0a93c1af50d53bdc245d57cc4053e109a /static/css | |
parent | 873e7823970352d591deee5f67f47c5436ee0e84 (diff) |
restructure
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/gs.css | 25 | ||||
-rw-r--r-- | static/css/jquery.meetingtools.css | 7 | ||||
-rw-r--r-- | static/css/prettify.css | 30 | ||||
-rw-r--r-- | static/css/reset.css | 49 | ||||
-rw-r--r-- | static/css/style.css | 1 |
5 files changed, 112 insertions, 0 deletions
diff --git a/static/css/gs.css b/static/css/gs.css new file mode 100644 index 0000000..e968431 --- /dev/null +++ b/static/css/gs.css @@ -0,0 +1,25 @@ +// Getsatisfaction styles +div#gsfn_list_widget img { border: none; } +div#gsfn_list_widget { font-size: 12px; width: 100%; border: 3px solid #DDD; padding: 10px; } +div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; } +div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } +div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; } +div#gsfn_list_widget div#gsfn_content { } +div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; } +div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; } +div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; } +div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px } + +div#gsfn_search_widget img { border: none; } +div#gsfn_search_widget { font-size: 12px; width: 100%; border: 3px solid #DDD; padding: 10px;} +div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; } +div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } +div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; } +div#gsfn_search_widget form { margin-bottom: 8px; } +div#gsfn_search_widget form label { margin-bottom: 5px; display: block; } +div#gsfn_search_widget form #gsfn_search_query { width: 60%; } +div#gsfn_search_widget div.gsfn_content { } +div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; } +div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; } +div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; } +div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }
\ No newline at end of file diff --git a/static/css/jquery.meetingtools.css b/static/css/jquery.meetingtools.css new file mode 100644 index 0000000..ba243d4 --- /dev/null +++ b/static/css/jquery.meetingtools.css @@ -0,0 +1,7 @@ +.meeting-list li { list-style: none; display: block; } +.meeting { width: 420px; margin: 0px 0px; padding: 0px 0px; } +.meeting h4 { } +.meeting-description { } +.meeting-participants { font-size: 80%; } +.meeting-url { font-size: 80%; } +.meeting-info { } diff --git a/static/css/prettify.css b/static/css/prettify.css new file mode 100644 index 0000000..d437aff --- /dev/null +++ b/static/css/prettify.css @@ -0,0 +1,30 @@ +.com { color: #93a1a1; } +.lit { color: #195f91; } +.pun, .opn, .clo { color: #93a1a1; } +.fun { color: #dc322f; } +.str, .atv { color: #D14; } +.kwd, .prettyprint .tag { color: #1e347b; } +.typ, .atn, .dec, .var { color: teal; } +.pln { color: #48484c; } + +.prettyprint { + padding: 8px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; +} +.prettyprint.linenums { + -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; +} + +/* Specify class=linenums on a pre to get line numbering */ +ol.linenums { + margin: 0 0 0 33px; /* IE indents via margin-left */ +} +ol.linenums li { + padding-left: 12px; + color: #bebec5; + line-height: 20px; + text-shadow: 0 1px 0 #fff; +}
\ No newline at end of file diff --git a/static/css/reset.css b/static/css/reset.css new file mode 100644 index 0000000..69a1fa3 --- /dev/null +++ b/static/css/reset.css @@ -0,0 +1,49 @@ +/* Eric Meyer CSS Reset */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, sub, sup, tt, var, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: top; +} +/* remember to define focus styles! */ +:focus { + outline: 0; +} +body { + line-height: 1; + color: black; + background: white; +} +ol, ul { + list-style: none; +} +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: separate; + border-spacing: 0; +} +caption, th, td { + text-align: left; + font-weight: normal; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ""; +} +blockquote, q { + quotes: "" ""; +} + diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..9430b36 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1 @@ +.spinner { vertical-align: botton; margin-left: 8px; } |