From d446b8c61137fe41bea39fd60d00e146c8f89f1b Mon Sep 17 00:00:00 2001 From: evanweaver Date: Thu, 1 Nov 2007 07:31:24 +0000 Subject: [PATCH] rss icon git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@869 19e92222-5c0b-0410-8929-a290d50e31e9 --- site/src/default.css | 862 +++++++++++++++++++------------------- site/src/default.template | 2 +- site/src/images/rss.png | Bin 0 -> 3341 bytes 3 files changed, 429 insertions(+), 435 deletions(-) create mode 100644 site/src/images/rss.png diff --git a/site/src/default.css b/site/src/default.css index a7b579fc..cd0d4cab 100644 --- a/site/src/default.css +++ b/site/src/default.css @@ -1,434 +1,428 @@ -html, body { - margin: 0; - padding: 0; - border: 0; - height: 100%; -} - -body { - background-color: #fff; - color: #444; - font-size: 84%; - font-family: "Trebuchet MS", Arial, sans-serif; - text-align: center; -} - -a { - color: #556379; -} - -a:hover { - color: #8496B3; - text-decoration: none; -} - -h1 { - font-size: 1.3em; - font-family: Arial; - color: #7B98F8; - margin: 0; - padding-bottom: 8px; -} - -h2 { - font-size: 0.9em; - font-family: Arial; - color: #62C916; - text-transform: uppercase; - margin: 0; - padding: 8px 0; -} - -h3 { - font-size: 0.9em; - font-family: Arial; - margin: 0; - padding-bottom: 8px; -} - -h4 { - font-size: 0.8em; - font-family: Arial; - color: #8CA1AA; - text-transform: uppercase; - margin: 0; - padding-bottom: 8px; -} - -p { - margin: 0; - padding-bottom: 8px; -} - -hr { - clear: both; - height: 1px; - border-top: solid 1px #AACCD5; -} - -img { - border: none; -} - -#wrapper { - margin: 0 auto; - width: 833px; - text-align: left; - height: 100%; -} - -#head { - background-color: #F0F8FA; - height: 90px; - color: #606d82; - border-bottom: 1px solid #fff; -} - -#head div { - float: left; - clear: right; - height: 65px; -} - -#logo { - width: 185px; -} - -#logo a { - display: block; - padding: 46px 0 0 14px; - font-size: 18px; - letter-spacing: 0; - text-transform: uppercase; - text-decoration: none; -} - -#slogan { - width: 474px; - border-left: 1px solid #A2ADB9; -} - -#slogan span { - display: block; - padding: 28px 0 0 14px; - font-size: 38px; - letter-spacing: -2px; - color: #91b3bc; -} - -#toplinks { - width: 73px; -} - -#toplinks ul { - margin: 0; - padding: 0; - list-style: none; -} - -#toplinks li { - float: left; - display: inline; - margin-top: 56px; -} - -#toplinks a { - display: block; - width: 18px; - height: 9px; -} - -#toplinks span { - display: none; -} - -#tl_home { - background-image: url(images/tl_home.gif); - background-repeat: no-repeat; -} - -#tl_contact { - background-image: url(images/tl_contact.gif); - background-repeat: no-repeat; -} - -#tl_sitemap { - background-image: url(images/tl_sitemap.gif); - background-repeat: no-repeat; -} - -#tl_home a:hover { - background-image: url(images/tl_home-on.gif); - background-repeat: no-repeat; -} - -#tl_contact a:hover { - background-image: url(images/tl_contact-on.gif); - background-repeat: no-repeat; -} - -#tl_sitemap a:hover { - background-image: url(images/tl_sitemap-on.gif); - background-repeat: no-repeat; -} - -#body { - float: right; - margin-top: 3px; - width: 648px; - clear: both; -} - -#visual { - margin: 16px 0; - height: 166px; - background-image: url(images/visual.jpg); - background-repeat: no-repeat; -} - -#content { - float: left; - padding-right: 14px; - width: 456px; - border-right: 1px solid #AACCD5; -} - -#news { - margin-left: 480px; - width: 165px; -} - -#news h4 { - padding-left: 14px; - background-image: url(images/li1b.gif); - background-repeat: no-repeat; -} - -#news dl { - padding: 0; - margin: 0; -} - -#news dt { - padding: 6px 10px 4px 10px; - margin: 0; - border-top: 1px solid #DEECF0; - background-image: url(images/li3.gif); - background-position: 0 11px; - background-repeat: no-repeat; - font-size: .7em; - color: #8CA1AA; -} - -#news dd { - padding: 0; - margin: 0; - font-size: .8em; -} - -#news h5 { - margin: 0; - padding-bottom: 2px; - font-size: 1.0em; - font-weight: normal; -} - -#threecells { - clear: both; -} - -#threecells div { - float: left; - font-size: .9em; - clear: right; -} - -#threecells a { - display: block; - width: 162px; - height: 48px; - margin-bottom: 10px; -} - -#threecells span { - display: none; -} - -#cell_1 { - width: 162px; - padding-right: 15px; -} - -#cell_1 a { - background-image: url(images/3colls_p1.jpg); -} - -#cell_2 { - width: 162px; - padding: 0 15px 0 15px; - border-left: 1px solid #AACCD5; - border-right: 1px solid #AACCD5; -} - -#cell_2 a { - background-image: url(images/3colls_p2.jpg); -} - -#cell_3 { - width: 162px; - padding-left: 15px; -} - -#cell_3 a { - background-image: url(images/3colls_p3.jpg); -} - -#side { - padding-bottom: 8px; - border-top: 3px solid #fff; - width: 165px; - background-color: #EAF4F6; - height: 100%; -} - -#menu { - padding: 0; - margin: 0; -} - -#menu a { - text-decoration: none; - display:block; -} - -#menu ul { - padding: 0; - margin: 0; - list-style: none; -} - -#menu li { - margin: 0; - padding: 0; - font-size: 11px; - font-family: Arial; -} - -#menu ul li a { - margin-top: 8px; - padding: 0 28px; - height: 21px; - line-height: 21px; - font-weight: bold; - text-transform: uppercase; - border-top: 1px solid #AACCD5; - border-bottom: 1px solid #AACCD5; - background-image: url(images/li1a.gif); - background-position: 13px 5px; - background-repeat: no-repeat; -} - -#menu ul li ul li a { - margin-top: 0; - height:19px; - line-height: 19px; - font-weight:normal; - text-transform: capitalize; - background-image: url(images/li2.gif); - background-color: #DEECF0 ; - background-position: 13px 5px; - background-repeat: no-repeat; - border-top: 1px solid #EEF5F7; - border-bottom: 1px none #EEF5F7; -} - -#menu ul li ul li ul li a { - background-color: #C2DCE3; - background-image: none; -} - -#menu li li li li a { - padding-left: 36px; -} - -#menu ul li ul li ul li ul li a { - background-color: #A1CEDB; - background-image: none; -} - -#ads { - padding: 0; - margin: 0; -} - -#ads dt { - padding: 0; - margin: 6px; - border-top: 1px solid #fff; - border-bottom: 1px solid #fff; -} - -#ads dd { - margin: 0; - padding: 4px 12px; - border-bottom: 1px solid #EEF5F7; - font-size: .8em; - border-bottom: 1px solid #AACCD5; - line-height: 1.2em; -} - -#foot { - clear: both; - padding: 1em; - background-color: #fff; - background-image: url(images/logo_small.gif); - background-repeat: no-repeat; - font-size: .8em; - line-height: 1.4em; - text-align: center; - position: relative; -} - -#top_nav { - display: none; - padding-left: 185px; - background-color: #DEECF0; - height: 20px; -} - -#top_nav ul { - margin: 0; - padding: 0; - list-style: none; - border-left: 1px solid #fff; - background-image: url(images/tn_bg1.gif); - background-position: right top; - background-repeat: no-repeat; - height: 20px; -} - -#top_nav li { - float: left; - margin: 0; - padding: 0; - border-top: 2px solid #f60; - border-right: 1px solid #fff; - background-color: #E5F1F3; -} - -#top_nav a { - display: block; - padding: 0 1.3em; - line-height: 18px; - font-family: Arial; - font-size: 11px; - font-weight: bold; - text-align: center; - text-decoration: none; - text-transform: uppercase; -} - -#top_nav a:hover { - background-color: #f60; - color: #fff; -} +html, body { + margin: 0; + padding: 0; + border: 0; + height: 100%; +} + +body { + background-color: #fff; + color: #444; + font-size: 84%; + font-family: "Trebuchet MS", Arial, sans-serif; + text-align: center; +} + +a { + color: #556379; +} + +a:hover { + color: #8496B3; + text-decoration: none; +} + +h1 { + font-size: 1.3em; + font-family: Arial; + color: #7B98F8; + margin: 0; + padding-bottom: 8px; +} + +h2 { + font-size: 0.9em; + font-family: Arial; + color: #62C916; + text-transform: uppercase; + margin: 0; + padding: 8px 0; +} + +h3 { + font-size: 0.9em; + font-family: Arial; + margin: 0; + padding-bottom: 8px; +} + +h4 { + font-size: 0.8em; + font-family: Arial; + color: #8CA1AA; + text-transform: uppercase; + margin: 0; + padding-bottom: 8px; +} + +p { + margin: 0; + padding-bottom: 8px; +} + +hr { + clear: both; + height: 1px; + border-top: solid 1px #AACCD5; +} + +img { + border: none; +} + +#wrapper { + margin: 0 auto; + width: 833px; + text-align: left; + height: 100%; +} + +#head { + background-color: #F0F8FA; + height: 90px; + color: #606d82; + border-bottom: 1px solid #fff; +} + +#head div { + float: left; + clear: right; + height: 65px; +} + +#logo { + width: 185px; +} + +#logo a { + display: block; + padding: 46px 0 0 14px; + font-size: 18px; + letter-spacing: 0; + text-transform: uppercase; + text-decoration: none; +} + +#slogan { + width: 474px; + border-left: 1px solid #A2ADB9; +} + +#slogan span { + display: block; + padding: 28px 0 0 14px; + font-size: 38px; + letter-spacing: -2px; + color: #91b3bc; +} + +#toplinks { + width: 73px; +} + +#toplinks ul { + margin: 0; + padding: 0; + list-style: none; +} + +#toplinks li { + float: left; + display: inline; + margin-top: 56px; +} + +#toplinks a { + display: block; + width: 18px; + height: 9px; +} + +#toplinks span { + display: none; +} + +#tl_home { + background-image: url(images/tl_home.gif); + background-repeat: no-repeat; +} + +#tl_contact { + background-image: url(images/tl_contact.gif); + background-repeat: no-repeat; +} + +#tl_sitemap { + background-image: url(images/tl_sitemap.gif); + background-repeat: no-repeat; +} + +#tl_home a:hover { + background-image: url(images/tl_home-on.gif); + background-repeat: no-repeat; +} + +#tl_contact a:hover { + background-image: url(images/tl_contact-on.gif); + background-repeat: no-repeat; +} + +#tl_sitemap a:hover { + background-image: url(images/tl_sitemap-on.gif); + background-repeat: no-repeat; +} + +#body { + float: right; + margin-top: 3px; + width: 648px; + clear: both; +} + +#visual { + margin: 16px 0; + height: 166px; + background-image: url(images/visual.jpg); + background-repeat: no-repeat; +} + +#content { + float: left; + padding-right: 14px; + width: 456px; + border-right: 1px solid #AACCD5; +} + +#news { + margin-left: 480px; + width: 165px; +} + +#news dl { + padding: 0; + margin: 0; +} + +#news dt { + padding: 6px 10px 4px 10px; + margin: 0; + border-top: 1px solid #DEECF0; + background-image: url(images/li3.gif); + background-position: 0 11px; + background-repeat: no-repeat; + font-size: .7em; + color: #8CA1AA; +} + +#news dd { + padding: 0; + margin: 0; + font-size: .8em; +} + +#news h5 { + margin: 0; + padding-bottom: 2px; + font-size: 1.0em; + font-weight: normal; +} + +#threecells { + clear: both; +} + +#threecells div { + float: left; + font-size: .9em; + clear: right; +} + +#threecells a { + display: block; + width: 162px; + height: 48px; + margin-bottom: 10px; +} + +#threecells span { + display: none; +} + +#cell_1 { + width: 162px; + padding-right: 15px; +} + +#cell_1 a { + background-image: url(images/3colls_p1.jpg); +} + +#cell_2 { + width: 162px; + padding: 0 15px 0 15px; + border-left: 1px solid #AACCD5; + border-right: 1px solid #AACCD5; +} + +#cell_2 a { + background-image: url(images/3colls_p2.jpg); +} + +#cell_3 { + width: 162px; + padding-left: 15px; +} + +#cell_3 a { + background-image: url(images/3colls_p3.jpg); +} + +#side { + padding-bottom: 8px; + border-top: 3px solid #fff; + width: 165px; + background-color: #EAF4F6; + height: 100%; +} + +#menu { + padding: 0; + margin: 0; +} + +#menu a { + text-decoration: none; + display:block; +} + +#menu ul { + padding: 0; + margin: 0; + list-style: none; +} + +#menu li { + margin: 0; + padding: 0; + font-size: 11px; + font-family: Arial; +} + +#menu ul li a { + margin-top: 8px; + padding: 0 28px; + height: 21px; + line-height: 21px; + font-weight: bold; + text-transform: uppercase; + border-top: 1px solid #AACCD5; + border-bottom: 1px solid #AACCD5; + background-image: url(images/li1a.gif); + background-position: 13px 5px; + background-repeat: no-repeat; +} + +#menu ul li ul li a { + margin-top: 0; + height:19px; + line-height: 19px; + font-weight:normal; + text-transform: capitalize; + background-image: url(images/li2.gif); + background-color: #DEECF0 ; + background-position: 13px 5px; + background-repeat: no-repeat; + border-top: 1px solid #EEF5F7; + border-bottom: 1px none #EEF5F7; +} + +#menu ul li ul li ul li a { + background-color: #C2DCE3; + background-image: none; +} + +#menu li li li li a { + padding-left: 36px; +} + +#menu ul li ul li ul li ul li a { + background-color: #A1CEDB; + background-image: none; +} + +#ads { + padding: 0; + margin: 0; +} + +#ads dt { + padding: 0; + margin: 6px; + border-top: 1px solid #fff; + border-bottom: 1px solid #fff; +} + +#ads dd { + margin: 0; + padding: 4px 12px; + border-bottom: 1px solid #EEF5F7; + font-size: .8em; + border-bottom: 1px solid #AACCD5; + line-height: 1.2em; +} + +#foot { + clear: both; + padding: 1em; + background-color: #fff; + background-image: url(images/logo_small.gif); + background-repeat: no-repeat; + font-size: .8em; + line-height: 1.4em; + text-align: center; + position: relative; +} + +#top_nav { + display: none; + padding-left: 185px; + background-color: #DEECF0; + height: 20px; +} + +#top_nav ul { + margin: 0; + padding: 0; + list-style: none; + border-left: 1px solid #fff; + background-image: url(images/tn_bg1.gif); + background-position: right top; + background-repeat: no-repeat; + height: 20px; +} + +#top_nav li { + float: left; + margin: 0; + padding: 0; + border-top: 2px solid #f60; + border-right: 1px solid #fff; + background-color: #E5F1F3; +} + +#top_nav a { + display: block; + padding: 0 1.3em; + line-height: 18px; + font-family: Arial; + font-size: 11px; + font-weight: bold; + text-align: center; + text-decoration: none; + text-transform: uppercase; +} + +#top_nav a:hover { + background-color: #f60; + color: #fff; +} diff --git a/site/src/default.template b/site/src/default.template index eb793de6..1abd5770 100644 --- a/site/src/default.template +++ b/site/src/default.template @@ -42,7 +42,7 @@
-

NEWS

+

NEWS

<%= open("src/news.include").read %>

diff --git a/site/src/images/rss.png b/site/src/images/rss.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7b676b345588a734dce002843a442520931170 GIT binary patch literal 3341 zcmV+o4f67dP)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=00004XF*Lt006O$eEU(80000WV@Og>004R=004l4008;_004mL004C` z008P>0026e000+nl3&F}0006gNklKPVbEC8z%~I!2oU_EO=}KlcPtFb^!}D0G*q2Bk0=!}`ERh0 z#nlR}B}z+_tB}$FCY5_JIpkQ&!N>|!?IHGd-S{hF{o@nD;S4Iy|iz9pP|K#+UG{NN{2op_S?B zBLv~n3;@cjhDw>JbVKD%31re!tY@FG<7hYG#C?bbT1rgzCHa|g%}@#;u1&^BYuA$6VsjS0fvAk{!e2-`=0>- Xq0QFqM~$u500000NkvXXu0mjf25>N; literal 0 HcmV?d00001