First commit.

This commit is contained in:
Niels Serup
2011-08-02 19:57:57 +02:00
commit 0cc9d8fdc5
623 changed files with 28299 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,111 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300"
height="75"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
version="1.0"
sodipodi:docname="logo.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4">
<linearGradient
id="linearGradient4627">
<stop
style="stop-color:#b9b9b9;stop-opacity:1;"
offset="0"
id="stop4629" />
<stop
style="stop-color:#b13a3a;stop-opacity:1;"
offset="1"
id="stop4631" />
</linearGradient>
<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" />
<filter
inkscape:collect="always"
id="filter3179"
x="-0.02068712"
width="1.0413742"
y="-0.1385752"
height="1.2771504">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="2.3188809"
id="feGaussianBlur3181" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4627"
id="linearGradient4635"
x1="177.11351"
y1="196.21216"
x2="447.64648"
y2="196.21216"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-164.26057,-161.22003)" />
</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="3.9466667"
inkscape:cx="150"
inkscape:cy="37.5"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1280"
inkscape:window-height="938"
inkscape:window-x="-4"
inkscape:window-y="-4" />
<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">
<text
xml:space="preserve"
style="font-size:73.6212616px;font-style:normal;font-weight:bold;line-height:125%;fill:url(#linearGradient4635);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3179);font-family:Bitstream Vera Sans;-inkscape-font-specification:DejaVu Sans Mono Bold"
x="8.5248137"
y="55.575882"
id="text2383"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan2385"
x="8.5248137"
y="55.575882"
style="font-size:51.53488159px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient4635);fill-opacity:1;fill-rule:nonzero;font-family:DejaVu Sans Mono;-inkscape-font-specification:DejaVu Sans Mono Bold">nohifilms</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -0,0 +1,135 @@
* {
margin: 0;
padding: 0;
}
body {
background-color: #555;
color: #fff;
font-size: 14px;
font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif;
}
.end {
clear: both;
float: none;
width: 1px;
height: 1px;
background: transparent;
}
#wrapper {
width: 900px;
margin: 0 auto;
}
#header {
font-size: 30px;
height: 20px;
background: #000 url(logo.png) right top no-repeat;
margin-bottom: 6px;
padding: 23px 6px;
position: relative;
}
#header a {
position: absolute;
right: 0;
top: 0;
width: 198px;
height: 66px;
text-decoration: none;
}
#content {
background: #222;
padding: 10px;
}
/* MAIN PAGE SPECIFIC */
#films {
margin-top: 5px;
}
#films a {
width: 435px;
height: 300px;
float: left;
background-color: #666;
background-position: center center;
display: block;
text-decoration: none;
margin-bottom: 10px;
}
#films a.left {
margin-right: 10px;
}
#films a span {
width: 425px;
padding: 3px 5px;
background: rgba(0, 0, 0, .5);
font-size: 25px;
display: inline-block;
}
#films a:hover div {
height: 294px;
}
#film {
width: 640px;
background: #999;
margin-right: 10px;
}
span {
font-weight: bold;
}
#description {
padding: 5px;
width: 220px;
overflow: auto;
float: right;
margin-bottom: 10px;
}
#dl {
clear: both;
padding: 3px;
background: #444;
}
#dl a {
padding: 0 15px;
}
#footer {
margin-top: 6px;
background: #000;
padding: 3px;
font-size: 11px;
text-align: center;
}
pre {
font-family: Inconsolata, 'Dejavu Sans Mono', monospace;
}
.end {
clear: both;
}
img {
border: 0;
}
a:link, a:visited {
color: #00aaff;
}
a:hover {
color: #00eeff;
}