make default a clone of stoica

Rather than trying to backfill a default theme from the Simple Life
theme, we're just going to copy the stoica theme, and make some
changes so it looks distinctive.

darcs-hash:20080618015423-84dde-3644c6b25bf00333b5d2eb495b6740c1c26751b1.gz
This commit is contained in:
Evan Prodromou 2008-06-17 21:54:23 -04:00
parent 22fe92d6c8
commit 111bab65b4
16 changed files with 750 additions and 673 deletions

BIN
theme/default/bg-body.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

BIN
theme/default/bg-header.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

View File

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="96"
height="96"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
version="1.0"
sodipodi:docname="default-avatar.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/evan/code/stoica/theme/default/image/default-avatar-stream.png"
inkscape:export-xdpi="45"
inkscape:export-ydpi="45">
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="48.398992"
inkscape:cy="65.401516"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="786"
inkscape:window-height="719"
inkscape:window-x="-4"
inkscape:window-y="25" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:4.85746479;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2383"
width="90.150551"
height="91.566765"
x="2.6398439"
y="2.0620637"
rx="22.243717"
ry="21.610298" />
<path
sodipodi:type="arc"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3161"
sodipodi:cx="28.088888"
sodipodi:cy="-446.84445"
sodipodi:rx="1.9555556"
sodipodi:ry="2.0444446"
d="M 30.044444,-446.84445 A 1.9555556,2.0444446 0 0 1 30.044444,-446.84444"
sodipodi:start="0"
sodipodi:end="3.6755458e-06"
sodipodi:open="true"
transform="matrix(3.6666667,0,0,2.9199971,-80.785183,1333.8956)" />
<path
sodipodi:type="arc"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3163"
sodipodi:cx="28.088888"
sodipodi:cy="-446.84445"
sodipodi:rx="1.9555556"
sodipodi:ry="2.0444446"
d="M 30.044444,-446.84445 A 1.9555556,2.0444446 0 0 1 30.044444,-446.84444"
sodipodi:start="0"
sodipodi:end="3.6755458e-06"
sodipodi:open="true"
transform="matrix(3.6666667,0,0,2.9199971,-45.496293,1333.8956)" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 21.110169,69.85742 L 74.97872,70.14258"
id="path3165" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.9 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -1,11 +1,23 @@
/**************************************************************
AUTHOR: Pat Heard (fullahead.org)
DATE: 2006.09.12
PURPOSE: Fixes IE's major problems
**************************************************************/
#content {
/* takes care of POS IE and it's support for transparent .png */
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/content.png',sizingMethod='scale');
}
@charset "UTF-8";
/* CSS Document */
#nav_views li {
line-height: 19px;
}
#statistics dd {
clear: both;
}
#profile p.notice_current {
height: 96px;
}
#subscriptions_avatars li {
margin: 0 3px 0 0;
}
#nav_pagination li a {
padding: 6px 15px;
line-height: 27px;
}

17
theme/default/ie7.css Normal file
View File

@ -0,0 +1,17 @@
@charset "UTF-8";
/* CSS Document */
#statistics dd {
clear: both;
}
#subscriptions_avatars li {
margin: 0 3px 0 0;
}
#nav_pagination li a {
padding: 6px 15px;
line-height: 27px;
}

169
theme/default/index.html Normal file
View File

@ -0,0 +1,169 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Stoi.ca - Profile</title>
<link href="stoica-display.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="ie6.css" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="ie7.css" /><![endif]-->
</head>
<body>
<div id="wrap">
<div id="header">
<ul id="nav">
<li><a href="#">Settings</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Logout</a></li>
</ul>
<a href="#"><img src="images/logo-stoica.png" alt="stoi.ca" id="logo" /></a>
</div>
<form id="status_form">
<p>
<label for="status_update" id="status_label">What's up evan?</label>
<textarea id="status_textarea"></textarea>
<input type="submit" value="Send" id="status_submit" />
</p>
</form>
<!-- Start Content -->
<div id="content">
<ul id="nav_views">
<li><a href="#">Public</a></li>
<li><a href="#">Personal</a></li>
<li class="current"><a href="#">Profile</a></li>
</ul>
<!-- Start Profile -->
<div id="profile">
<div id="profile_avatar">
<img src="http://stoi.ca/avatar/1-96-20080528104616.png" alt="evan" class="avatar"/>
<p class="action_subscription"><a href="#">Unsubscribe</a></p>
</div>
<div id="profile_information">
<h1>Evan Prodromou</h1>
<p class="location">Montreal, Canada</p>
<p class="description">hacktrepreneur, originally from San Francisco, Wikitravel, Keiki, Vinismo, certifica</p>
<p class="website"><a href="#">http://www.vinismo.com</a></p>
<div id="statistics">
<h2>Statistics</h2>
<dl>
<dt>Subscriptions</dt>
<dd>6</dd>
<dt>Subscribers</dt>
<dd>11</dd>
<dt>Notices</dt>
<dd>49</dd>
</dl>
</div>
</div>
<h2>Currently</h2>
<p class="notice_current">At ArtJava; too many people at our house, but Station C seems too far away. Trying to finish remote subscription code for laconica.</p>
<div id="subscriptions">
<h2>Subscriptions</h2>
<ul id="subscriptions_avatars">
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/3-24.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
<li><a href="#"><img src="http://stoi.ca/avatar/4-24-20080528103617.png" alt="" /></a></li>
</ul>
<p id="subscriptions_viewall"><a href="#">View All</a></p>
</div>
</div>
<!-- End Profile -->
<!-- Start Notices -->
<ul id="notices">
<li class="notice_single">
<a href="#"><img src="http://stoi.ca/avatar/1-48-20080528104616.png" alt="evan" class="avatar" /></a>
<p class="nickname"><a href="#">evan</a><p>
<p>At ArtJava; too many people at our house, but Station C seems too far away. Trying to finish remote subscription code for laconica.</p>
<p class="time"><a href="#">June 4, 2008 &#8212; 16:05</a></p>
</li>
<li class="notice_single">
<a href="#"><img src="http://stoi.ca/avatar/1-48-20080528104616.png" alt="evan" class="avatar" /></a>
<p class="nickname"><a href="#">evan</a><p>
<p>Starting a new week with new challenges. Committed to getting Stoica launched by next Monday.</p>
<a href="#">http://www.stoi.ca</a>
<p class="time"><a href="#">June 4, 2008 &#8212; 16:05</a></p>
</li>
<li class="notice_single">
<a href="#"><img src="http://stoi.ca/avatar/1-48-20080528104616.png" alt="evan" class="avatar" /></a>
<p class="nickname"><a href="#">evan</a><p>
<p>Got up late, feeling sick today. Gonna go spread my germs at Station C. Got up late, feeling sick today. Gonna go spread my germs at Station C.</p>
<p class="time"><a href="#">June 4, 2008 &#8212; 16:05</a></p>
</li>
<li class="notice_single">
<a href="#"><img src="http://stoi.ca/avatar/1-48-20080528104616.png" alt="evan" class="avatar" /></a>
<p class="nickname"><a href="#">evan</a><p>
<p>Starting a new week with new challenges. Committed to getting Stoica launched by next Monday.</p>
<a href="#">http://www.stoi.ca</a>
<p class="time"><a href="#">June 4, 2008 &#8212; 16:05</a></p>
</li>
<li class="notice_single">
<a href="#"><img src="http://stoi.ca/avatar/1-48-20080528104616.png" alt="evan" class="avatar" /></a>
<p class="nickname"><a href="#">evan</a><p>
<p>Got up late, feeling sick today. Gonna go spread my germs at Station C. Got up late, feeling sick today. Gonna go spread my germs at Station C.</p>
<p class="time"><a href="#">June 4, 2008 &#8212; 16:05</a></p>
</li>
</ul>
<div id="pagination">
<ul id="nav_pagination">
<li class="before"><a href="#">&laquo; Before</a></li>
<li class="after"><a href="#">After &raquo;</a></li>
</ul>
</div>
<!-- End Notices -->
</div>
<!-- End content -->
<ul id="nav_sub">
<li><a href="#">About</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Source</a></li>
</ul>
<div id="footer">
<img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons Logo" id="cc" />
<p>Unless otherwise specified, contents of this site are copyright by the contributors and available under the Creative Commons <a href="#">Attribution 3.0. Contributors</a> should be attributed by full name or nickname.</p>
</div>
</div>
<!-- End Wrap -->
</body>
</html>

BIN
theme/default/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB