Skip to content

Commit

Permalink
import of frontend template from svn
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 24, 2010
1 parent 960d974 commit 60dab21
Show file tree
Hide file tree
Showing 52 changed files with 14,180 additions and 0 deletions.
14 changes: 14 additions & 0 deletions crossdomain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*" />
</cross-domain-policy>


<!--
http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html
If you host a crossdomain.xml file with allow-access-from domain=“*”
and don’t understand all of the points described here, you probably
have a nasty security vulnerability. -- simon willison
-->
17 changes: 17 additions & 0 deletions css/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 45
/svn/xddev/!svn/ver/509/Starting_Template/css
END
style.css
K 25
svn:wc:ra_dav:version-url
V 55
/svn/xddev/!svn/ver/509/Starting_Template/css/style.css
END
reset.css
K 25
svn:wc:ra_dav:version-url
V 55
/svn/xddev/!svn/ver/509/Starting_Template/css/reset.css
END
52 changes: 52 additions & 0 deletions css/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
8

dir
511
http://repo.molecular.com/svn/xddev/Starting_Template/css
http://repo.molecular.com/svn/xddev



2009-11-06T20:45:01.002605Z
509
pirish


svn:special svn:externals svn:needs-lock











fd5aeeb1-0291-4f93-9407-5ed5f7a31071

style.css
file




2010-01-24T18:00:36.000000Z
9b73e77cdf1417bbfc4a5fe7c4924331
2009-11-06T20:45:01.002605Z
509
pirish

reset.css
file




2010-01-24T18:00:36.000000Z
55d22d5931eac44c133f104236a06c87
2009-11-06T20:45:01.002605Z
509
pirish

1 change: 1 addition & 0 deletions css/.svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
173 changes: 173 additions & 0 deletions css/.svn/text-base/reset.css.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
/*
reset.css contains both a reset and some base styles.
*/

/*
html5doctor.com Reset Stylesheet
v1.4 2009-07-27
http://html5doctor.com/html-5-reset-stylesheet/
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted #000;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}


/*
fonts.css from the YUI Library: http://developer.yahoo.com/yui/
refer to http://developer.yahoo.com/yui/fonts/ for font sizing
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}



/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE: http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }


/* bicubic resizing for non-native sized IMG: http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* styling the basics.
original author: paul irish
TODO: consider: http://developer.yahoo.com/yui/base/ */

body, select, input, textarea { font-family: "lucida sans unicode","lucida sans", Arial,Sans-Serif }

strong, th, h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h5 {font-size:85%; margin: 8px 0 1px;}
h4 {font-size:92%; margin: 10px 0 2px; }
h3 {font-size:107%; margin: 13px 0 3px; }
h2 {font-size:122%; margin: 15px 0 3px; }
h1 {font-size:136%; margin: 0 0 10px; }


p { margin:15px 0 10px }

a, a:active { color: #607890; }
a:visited { color: #607890; }
a:hover { color: #003366; }

ul { margin-left:30px; }
ol { margin-left: 30px; list-style-type: decimal; }

small { font-size: 85%;}

td { vertical-align:top }
td img { vertical-align:top}

/* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none;}


.hidden { display:none; visibility: hidden;} /* both properties given per 456berea advice*/
.invisible { visibility: hidden; }

/*
===================================
>> CSS BUG HACKS <<
===================================
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


18 changes: 18 additions & 0 deletions css/.svn/text-base/style.css.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

/* Name: Client Site X
Author: Molecular, Inc. | www.molecular.com */

/* -------- COLORS ---------
dk red: 6f2422
lightest blue: dbe9f4
lt blue: acc5ef
mid blue: 3b5b81
dk blue: 091B2F
darkest blue: 0b1d32
--------------------------*/






Loading

0 comments on commit 60dab21

Please sign in to comment.