X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=html%2F_css%2Fstandard.css;h=c53955f86551acc330124adfae8a836a95a40b15;hb=d70cec18a8cd4532373818b5f3d35318366dcc6f;hp=70c16d75a56ee0c2b80481ed5eb427bca2147f49;hpb=ae40d142ea634f9bd4e64f4f5d333021eefaf05b;p=cocanwiki.git diff --git a/html/_css/standard.css b/html/_css/standard.css index 70c16d7..c53955f 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI. - * $Id: standard.css,v 1.8 2004/10/07 16:54:24 rich Exp $ + * $Id: standard.css,v 1.12 2004/10/09 15:46:29 rich Exp $ */ body { @@ -346,3 +346,125 @@ table.cal_month tr.cal_month_row li { display: inline; margin-right: 2em; } + +table.cal_year { + border-collapse: collapse; + border: 1px solid #eee; + width: 90%; + margin-left: 5%; + margin-right: 5%; +} + +table.cal_year th.cal_year_header { + background-color: #eef; +} + +table.cal_year th.cal_year_header a.cal_year_left { + margin-right: 2em; +} + +table.cal_year th.cal_year_header a.cal_year_right { + margin-left: 2em; +} + +table.cal_year td.cal_year_month { + vertical-align: top; +} + +table.cal_year_1m th.cal_year_1m_header { + background-color: #eef; +} + +table.cal_year_1m th.cal_year_1m_header_weekend { + background-color: #fef; +} + +/* +table.cal_year_1m tr.cal_year_1m_row td { + height: 1.4em; +} +*/ + +table.cal_year_1m tr.cal_year_1m_row a { + text-decoration: none; +} + +table.cal_year_1m tr.cal_year_1m_row td.cal_year_1m_weekend { + background-color: #fef; +} + +table.cal_year_1m tr.cal_year_1m_row td.cal_year_1m_events { + border: 2px solid #000; +} + +/* +table.cal_year_1m tr.cal_year_1m_row td.cal_year_1m_empty { + background: url(/_graphics/pinkhatch.png) repeat; +} +*/ + +table.cal_year td.cal_year_events ul { + list-style: none; + padding: 0px; + margin: 0px; +} + +table.cal_year td.cal_year_events li { + display: inline; + margin-right: 2em; +} + +table.cal_day { + border-collapse: collapse; + border: 1px solid #eee; + width: 90%; + margin-left: 5%; + margin-right: 5%; +} + +table.cal_day ul { + list-style: none; + padding: 0px; + margin: 0px; +} + +table.cal_day li { + display: inline; + margin-right: 2em; +} + +table.cal_day a.cal_day_left { + margin-right: 2em; +} + +table.cal_day a.cal_day_right { + margin-left: 2em; +} + +/* For print media. */ +@media print { + /* Move the body up (no top menu anymore). */ + body { margin-top: 4em; } + + /* Hide the navigation. */ + div#search_div { display: none; } + ul#topmenu { display: none; } + div#menu_div { display: none; } + p.edit_link { display: none; } + + /* Display the target of external links. */ + a.external { + background: none; + padding-right: 0px; + } + a.external:after { + content: " [" attr(href) "]"; + } + a.mailto:after { + background: none; + padding-right: 0px; + } + a.mailto:after { + content: " [" attr(href) "]"; + } +} \ No newline at end of file