You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bu...@apache.org on 2011/03/06 21:31:05 UTC

[Lucene.Net] svn commit: r786572 [3/3] - in /websites/staging/lucene.net/trunk/content/lucene.net: ./ images/ styles/

Added: websites/staging/lucene.net/trunk/content/lucene.net/styles/lucene.css
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/styles/lucene.css (added)
+++ websites/staging/lucene.net/trunk/content/lucene.net/styles/lucene.css Sun Mar  6 20:31:05 2011
@@ -0,0 +1,43 @@
+.calltoaction {
+	width: 500px;
+}
+.calltoaction a {
+	display: block;
+	width: 240px;
+    height: 27.5px;
+	padding: 10px 0px 0px 10px;
+}
+
+.incubatorlogo {
+	width: 229px;
+	height: 57px;
+	background: url(../images/apacheincubator.png) no-repeat;
+}
+
+.calltoaction a {
+	background: url(../images/calltoaction.png) 0 0 no-repeat;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
+    border-radius: 3px;
+    text-decoration: none;
+    color: #133362;
+    text-shadow: 1px 1px #fff3c2;
+}
+
+.calltoaction  a:hover {
+	background: url(../images/calltoaction.png) 0 -37.5px no-repeat;
+}
+
+.calltoactionpanel {
+	background: url(../images/calltoactionpanel.png) no-repeat;
+	height: 185px;
+	width: 480px;
+	padding-top: 15px;
+	padding-left: 15px;
+	padding-right: 5px;
+	display:none;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
+    border-radius: 3px;
+    text-shadow: 1px 1px #fff3c2;
+}
\ No newline at end of file

Added: websites/staging/lucene.net/trunk/content/lucene.net/styles/print.css
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/styles/print.css (added)
+++ websites/staging/lucene.net/trunk/content/lucene.net/styles/print.css Sun Mar  6 20:31:05 2011
@@ -0,0 +1,15 @@
+* {
+	color: #000 !important;
+}
+
+body {
+	background: #fff !important;
+}
+
+#tabs, #footer, #search, #repo-menu {
+	display: none;
+}
+
+.noprint {
+	display: none;
+}

Added: websites/staging/lucene.net/trunk/content/lucene.net/styles/reset.css
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/styles/reset.css (added)
+++ websites/staging/lucene.net/trunk/content/lucene.net/styles/reset.css Sun Mar  6 20:31:05 2011
@@ -0,0 +1,65 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+	margin: 0;
+	padding: 0;
+	border: 0;
+	font-weight: inherit;
+	font-style: inherit;
+	font-size: 100%;
+	font-family: inherit;
+	vertical-align: baseline;
+}
+body{
+	line-height: 1;
+	color: black;
+	background: white;
+}
+ol, ul {
+	list-style: none;
+}
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+	border-collapse: separate;
+	border-spacing: 0;
+}
+caption ,th, td {
+	text-align: left;
+	font-weight: normal;
+}
+blockquote:before,blockquote:after,
+q:before, q:after {
+	content: "";
+}
+blockquote, q {
+	quotes: "" "";
+}
+
+.clearfix:after, #content:after {
+    content: ".";
+    display: block;
+    height: 0;
+    clear: both;
+    visibility: hidden;
+    }
+
+
+.clearfix {
+    zoom: 1;     /* triggers hasLayout in IE*/
+    display: block;
+}
+
+
+/*
+Copyright (c) 2010, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.com/yui/license.html
+version: 2.8.1
+*/
+body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
+select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
\ No newline at end of file

Added: websites/staging/lucene.net/trunk/content/lucene.net/styles/screen.css
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/styles/screen.css (added)
+++ websites/staging/lucene.net/trunk/content/lucene.net/styles/screen.css Sun Mar  6 20:31:05 2011
@@ -0,0 +1,88 @@
+@font-face {
+	font-family: Inconsolata;
+	src: url(../fonts/Inconsolata.otf);
+}
+
+#api-doc {
+    overflow: hidden;
+    padding: 3px 0 20px 0;
+}
+
+#api-doc h1 {
+    margin-bottom: 22px !important;
+}
+
+#api-doc h3 {
+    width: auto !important;
+    margin: -1px 0 22px 0 !important;
+}
+
+#api-doc h4 {
+    color: #666666;
+    margin-bottom: 10px;
+}
+
+#api-doc p {
+    line-height: 160%;
+    padding: 0 0 19px 0;
+}
+
+#api-doc pre {
+    border-left: 4px solid #999999;
+    background: #666666;
+    color: #fff;
+    line-height: 150%;
+    padding: 19px 10px 10px;
+    margin-bottom: 22px;
+    font-face: "Inconsolata", "Monaco", "Nimbus Mono L", Courier, sans-serif;
+}
+
+#api-doc pre:hover {
+    background: #444444;
+    border-left: 4px solid #000000;
+}
+
+#api-doc p code {
+    font-face: "Inconsolata", "Monaco", "Nimbus Mono L", Courier, sans-serif !important;
+}
+
+.clear { /* generic container (i.e. div) for floating buttons */
+    overflow: hidden;
+    width: 100%;
+}
+
+a.button {
+    background: transparent url(../img/v2/bg_button_a.gif) no-repeat scroll top right;
+    color: #444444;
+    display: block;
+    float: right;
+    font: normal 12px arial, sans-serif;
+    height: 24px;
+    margin-right: 6px;
+    padding-right: 18px;
+    text-decoration: none;
+}
+
+a.button span {
+    background: transparent url(../img/v2/bg_button_span.gif) no-repeat;
+    display: block;
+    line-height: 14px;
+    letter-spacing: 1px;
+    padding: 5px 0 5px 18px;
+}
+
+a.button:active {
+    background-position: bottom right;
+    outline: none; /* hide dotted outline in Firefox */
+}
+
+a.button:active span {
+    background-position: bottom left;
+    padding: 6px 0 4px 18px; /* push text down 1px */
+}
+
+#api-doc h3.resource {
+    border-left: 4px solid #999999;
+    border-bottom: 0;
+    padding-left: 15px;
+}
\ No newline at end of file