Fixed "blue" csc title so it looks better on IE

This commit is contained in:
David Bartley 2007-09-29 23:13:19 -04:00
parent ea2168235c
commit b4e63e52c4
12 changed files with 3 additions and 75 deletions

View File

@ -189,7 +189,7 @@ div.webtitle {
background-color: #215498;
border-bottom: 4px solid #104387;
padding-left: 10px;
padding-top: 12px;
padding-top: 10px;
}
div.webtitle div {
@ -197,11 +197,6 @@ div.webtitle div {
background-color: #215498;
}
div.webtitle div.csclogo {
padding-right: 10px;
background-color: #215498;
}
a.diritem, a.diritem:link, a.diritem:visited, a.diritem:active {
font-family: 'Lucida Grande', Sans, Sans-serif;
font-size: 14px;

View File

@ -1,3 +0,0 @@
csc_only.png: csc_only.ps Makefile
echo | gs -sDEVICE=pngmono -sOutputFile=$@ -dBATCH -dNOWAIT -dDOINTERPOLATE -g3200x1400 $<

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

View File

@ -1,27 +0,0 @@
%!PS-Adobe-2.0
%%Creator:Ian Goldberg
%%Title:CSC Logo
%%BoundingBox: 0 0 320 140
%%EndComments
gsave %0 setlinecap 0 setlinejoin 1 setlinewidth
newpath
10 %% Half of the line width, where the circles have radius 60
%% Calculate the magic angles
dup dup dup 2 mul 30 sub exch 60 sub div dup dup mul 1 exch sub sqrt exch atan
/csclogomagic1 exch def
dup 2 mul 30 add exch 60 add div dup dup mul 1 exch sub sqrt exch atan
/csclogomagic2 exch def
/csclogowid exch def
10 10 scale
130 70 60 csclogowid sub 0 180 csclogomagic1 sub arcn
70 70 60 csclogowid add csclogomagic2 360 arc
190 70 60 csclogowid sub 180 csclogomagic1 neg arcn
250 70 60 csclogowid add 180 csclogomagic2 add 180 qarc
csclogowid dup add 0 rmoveto
250 70 60 csclogowid sub 180 csclogomagic1 180 add arcn
190 70 60 csclogowid add csclogomagic2 neg 180 arc
70 70 60 csclogowid sub 0 csclogomagic1 arcn
130 70 60 csclogowid add 180 csclogomagic2 sub 360 arc
closepath fill
showpage

Binary file not shown.

BIN
logos/csc_title.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,31 +0,0 @@
%!PS-Adobe-2.0 EPSF-1.2
%%Creator:Ian Goldberg
%%Title:CSC Logo
%%BoundingBox: 0 0 540 165
%%EndComments
gsave %0 setlinecap 0 setlinejoin 1 setlinewidth
newpath
10 %% Half of the line width, where the circles have radius 60
%% Calculate the magic angles
dup dup dup 2 mul 30 sub exch 60 sub div dup dup mul 1 exch sub sqrt exch atan
/csclogomagic1 exch def
dup 2 mul 30 add exch 60 add div dup dup mul 1 exch sub sqrt exch atan
/csclogomagic2 exch def
/csclogowid exch def
130 95 60 csclogowid sub 0 180 csclogomagic1 sub arcn
70 95 60 csclogowid add csclogomagic2 360 arc
190 95 60 csclogowid sub 180 csclogomagic1 neg arcn
250 95 60 csclogowid add 180 csclogomagic2 add 180 arc
csclogowid dup add 0 rmoveto
250 95 60 csclogowid sub 180 csclogomagic1 180 add arcn
190 95 60 csclogowid add csclogomagic2 neg 180 arc
70 95 60 csclogowid sub 0 csclogomagic1 arcn
130 95 60 csclogowid add 180 csclogomagic2 sub 360 arc
closepath fill
/Helvetica findfont 48 scalefont setfont
(Computer) 330 115 moveto show
(Science) 330 75 moveto show
(Club) 330 35 moveto show
/Helvetica findfont 18 scalefont setfont
(A Student Chapter of the ACM) 135 5 moveto show grestore

View File

@ -65,15 +65,9 @@
<xsl:param name="title" />
<xsl:param name="href" />
<div class="webtitle">
<div class="csclogo">
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_80_35_white.png"
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_title.gif"
alt="CSC Logo" /></a>
</div>
<div>
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_title.png"
alt="Computer Science Club" /></a>
</div>
</div>
<div class="template-header">
<xsl:apply-templates
select="document(concat($g_pwd, '/directory.xml'))/directory"/>