第一次添加源代码到代码库。

+YUCHENG HU+

git-svn-id: https://svn.code.sf.net/p/hawebs/svn@7 a2543c7e-f6e9-4f8a-8bff-1ffc34733512
This commit is contained in:
YuCheng Hu
2010-01-29 02:32:04 +00:00
parent 76418db23a
commit 6ae6c4af28
8 changed files with 2167 additions and 0 deletions
@@ -0,0 +1,39 @@
@charset "UTF-8";
/**
* Copyright (C) 2006-2010 YUCHENG HU
*
* ----------------------------------------------------------------------------------
* HA SYSTEMS
* http://www.tcivis.com
* http://www.hawebs.org
* http://www.hawebs.net
*
* Contact
* huyuchengus@gmail.com / yuchenghu@hawebs.net
*
* ----------------------------------------------------------------------------------
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
* GNU GENERAL PUBLIC LICENSE
*
* ----------------------------------------------------------------------------------
*/
@import url("screen_basic.css"); /* Basic rules */
@import url("screen_interface_2010.css"); /* The interface design */
@import url("screen_global.css"); /* Stlyes for many elements */
@import url("screen_hacks_2010.css"); /* We all love IE6 */
/* @import url("SpryTabbedPanels.css"); Spry */
/* @import url("SprySlidingPanels.css"); Spry */
/*@import url("sifr.css"); sifr styles */
@@ -0,0 +1,80 @@
@charset "UTF-8";
/**
* Copyright (C) 2006-2010 YUCHENG HU
*
* ----------------------------------------------------------------------------------
* HA SYSTEMS
* http://www.tcivis.com
* http://www.hawebs.org
* http://www.hawebs.net
*
* Contact
* huyuchengus@gmail.com / yuchenghu@hawebs.net
*
* ----------------------------------------------------------------------------------
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
* GNU GENERAL PUBLIC LICENSE
*
* ----------------------------------------------------------------------------------
*/
/*Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none; color: #0aa1dd; }
a:hover {text-decoration:underline;}
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:small; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,blockquote,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* more varnish stripping as necessary... */
* {
margin: 0px;
padding: 0px;
}
html {
margin: 0px;
padding: 0px;
font-size: 100.01%;
}
body {
margin: 0px;
padding: 0px;
background-color: #fff;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
}
form {
margin: 0px;
padding: 0px;
}
blockquote {
margin: 0px;
padding: 0 20px 10px 10px;
}
pre {
font-family: Arial, Helvetica, sans-serif;
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: pre-wrap; /* css-3 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
@@ -0,0 +1,144 @@
.rsslink_2 /* The icon on the top of the Blog page */{
background:url(/assets/img/global_elements/rss_blue.gif) 25px 11px no-repeat;
text-transform: uppercase;
font-size: 10px;
line-height: 12px;
}
.rsslink_2 a:link, .rsslink_2 a:visited {
color:#0aa1dd;
background-color:#fff;
}
.rsslink_2 a:hover, .rsslink_2 a:visited:hover {
color:#333;
background-color:#fff;
}
.rssicon /* Icon for Blue RSS */ {
background:url(/assets/img/global_elements/rss_blue.gif) right center no-repeat;
padding-right:15px;
}
.float_left /* Generic class to float */ {
float:left !important;
}
.float_right /* Generic class to float */ {
float:right !important;
}
.clearboth /* Generic class to clear */ {
clear:both;
}
.clearleft /* Generic class to clear */ {
clear:left;
}
.clearright /* Generic class to clear */ {
clear:right;
}
.bottomborder /* Generic class for border on bottom of a element */ {
border-bottom:1px solid #ccc;
}
.topborder /* Generic class for border on top of a element */ {
border-top:1px solid #ccc;
}
.noborders /* Generic class for borders */ {
border-style: none !important;
}
.blog_blue /* Blog icon */ {
background:url(/assets/img/global_elements/blog_blue.gif) right center no-repeat;
padding-right:15px;
}
.p_item /* P icon */ {
background:url(/assets/img/global_elements/p.gif) left 1px no-repeat;
padding-left:20px !important;
}
.horizontallines /* horizonta line HR image */{
background:url(/assets/img/global_elements/horizontallines.gif) left top repeat-x;
height:10px;
display:block;
margin:20px 0px 15px 0px;
clear:both;
}
.horizontallines_basic {
background-image:url(/assets/img/global_elements/horizontallines.gif);
}
.halfhorizontallines /* half height orizontal line HR image */{
background:url(/assets/img/global_elements/halfhorizontal.gif) left top repeat-x;
height:5px;
display:block;
margin:0px 0px 15px 0px;
clear:both;
}
.halfhorizontal_basic {
background-image:url(/assets/img/global_elements/halfhorizontal.gif);
}
.divider /* Section divider */{
height:10px;
display:block;
margin:0px 0px 15px 0px;
clear:both;
}
.next_right /* Next page icon */ {
background:url(/assets/img/global_elements/arrow_blue.gif) right center no-repeat;
padding-right:8px;
}
.ucase {
text-transform:uppercase;
}
.title_case {
text-transform:capitalize
}
.bold {
font-weight:bold
}
.nowrap {
white-space: nowrap
}
.faded {
color:#ccc
}
.bluetext {
color:#0aa1dd
}
.notopmargin {
margin-top:0 !important
}
.smallerH1 {
font-size:18px !important;
height:25px !important
}
div, h1, h2, h3, p {color:#33302d;}
.liststyle {background:url(/assets/img/global_elements/arrow_grey.gif) no-repeat 0 2px; padding: 0 0 13px 9px; *float:left;_float:left;;font-family:Georgia, "Times New Roman", Times, serif} /* For list display, generally within articles */
#article ul li {background:url(/assets/img/global_elements/arrow_grey.gif) no-repeat 0 2px; padding: 0 0 13px 9px; *float:left;_float:left;font-family:Georgia, "Times New Roman", Times, serif;}
.liststyle, x:-moz-any-link, x:default {float: left}
.liststyleFF3_413 {border:none}
.liststyleFF3_413, x:-moz-any-link, x:default {width: 413px}
OL.orderedlist, #article ol { list-style-type:decimal !important; margin-left: 20px } /* For ordered lists */
OL.orderedlist li, #article ol li { margin-bottom: 13px; font-family:Georgia, "Times New Roman", Times, serif }
@@ -0,0 +1,35 @@
/*[Begin] clearfix hack for firefox*/
.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;}
#sciamtopics_topic ul.ie_margin { *margin-left:13px;_margin-left:5px; }
.fixIEfloats {*position: relative; *display:inline-block; _position: relative; _display:inline-block} /* to prevent cut-off of floated elements in IE, apply to adjacent floated elements */
/* End hide from IE-mac */
/*[End] clearfix hack for firefox*/
/*\*//*/
#sciamtopics_topic ul.ie_margin {margin-left:5px}
/* */
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB