Initial import.
This commit is contained in:
parent
bce93523ca
commit
d3b4793113
308 changed files with 23679 additions and 0 deletions
95
WebContent/css/2c-l-fixed.css
Normal file
95
WebContent/css/2c-l-fixed.css
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
/*
|
||||
LAYOUT: One-Column (Left) Fixed
|
||||
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
|
||||
*/
|
||||
|
||||
body {
|
||||
min-width:940px;
|
||||
}
|
||||
#header {
|
||||
position:relative;
|
||||
}
|
||||
#branding {
|
||||
width:940px;
|
||||
margin:0 auto;
|
||||
}
|
||||
#access {
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
}
|
||||
.menu {
|
||||
width:940px;
|
||||
margin:0 auto;
|
||||
}
|
||||
#main {
|
||||
width:940px;
|
||||
margin:0 auto;
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
}
|
||||
#container {
|
||||
width:940px;
|
||||
float:right;
|
||||
margin: 0 0 0 -310px;
|
||||
}
|
||||
#content {
|
||||
width:620px;
|
||||
overflow:hidden;
|
||||
margin: 0 0 0 320px;
|
||||
}
|
||||
.hentry {
|
||||
width:620px;
|
||||
}
|
||||
.main-aside {
|
||||
width:300px;
|
||||
float:left;
|
||||
position:relative;
|
||||
}
|
||||
#primary {
|
||||
float:left;
|
||||
}
|
||||
#secondary {
|
||||
clear:left;
|
||||
}
|
||||
#footer {
|
||||
clear:both;
|
||||
}
|
||||
#subsidiary {
|
||||
width:940px;
|
||||
margin:0 auto;
|
||||
overflow:hidden;
|
||||
}
|
||||
#subsidiary .aside {
|
||||
width:300px;
|
||||
float:left;
|
||||
margin:0 20px 0 0;
|
||||
}
|
||||
#subsidiary #third {
|
||||
margin:0;
|
||||
}
|
||||
#siteinfo {
|
||||
clear:both;
|
||||
width:940px;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
/* =Page Templates
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
Full Width Template
|
||||
*/
|
||||
|
||||
.page-template-template-page-fullwidth-php #container {
|
||||
margin:0;
|
||||
width:940px;
|
||||
}
|
||||
|
||||
.page-template-template-page-fullwidth-php #content {
|
||||
margin: 0 0 0 10px;
|
||||
width:940px;
|
||||
}
|
||||
|
||||
.page-template-template-page-fullwidth-php #comments {
|
||||
width:540px;
|
||||
}
|
||||
81
WebContent/css/images.css
Normal file
81
WebContent/css/images.css
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
/* --------------------------------------------------------------
|
||||
|
||||
Default styles for Images
|
||||
|
||||
-------------------------------------------------------------- */
|
||||
.entry-content .wp-post-image {
|
||||
border: 1px solid #ccc;
|
||||
float:right;
|
||||
margin: 0 0 20px 18px;
|
||||
padding: 5px;
|
||||
}
|
||||
.entry-content img {
|
||||
height:auto;
|
||||
margin: 0 0 18px 0;
|
||||
max-width:100%;
|
||||
}
|
||||
.alignleft,
|
||||
img.alignleft {
|
||||
float: left;
|
||||
margin-right:20px;
|
||||
}
|
||||
.alignright,
|
||||
img.alignright {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-left:20px;
|
||||
}
|
||||
.aligncenter,
|
||||
img.aligncenter {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
.wp-caption {
|
||||
border:1px solid #ccc;
|
||||
text-align: center;
|
||||
margin-bottom:18px;
|
||||
padding:9px 5px 0;
|
||||
}
|
||||
.wp-caption img {
|
||||
border: 1px solid #ccc;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.wp-caption p.wp-caption-text {
|
||||
margin: 0;
|
||||
padding:18px 5px;
|
||||
}
|
||||
.gallery-icon {
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 5px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
.gallery img {
|
||||
margin:0;
|
||||
}
|
||||
.gallery-caption {
|
||||
padding:6px 6px 0;
|
||||
}
|
||||
.wp-smiley { /* Prevent the smileys from breaking line-height */
|
||||
max-height:12px;
|
||||
margin:0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Adapt the following for use in your Child Themes when using
|
||||
different font-sizes and line-heights
|
||||
|
||||
.entry-content img,
|
||||
.wp-caption {
|
||||
margin-bottom:--px;
|
||||
}
|
||||
.wp-smiley {
|
||||
max-height:--px;
|
||||
}
|
||||
|
||||
All other styles can be overridden--or ignored!--in Child Theme stylesheets
|
||||
|
||||
*/
|
||||
64
WebContent/css/reset.css
Normal file
64
WebContent/css/reset.css
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
/* --------------------------------------------------------------
|
||||
|
||||
Reset default browser CSS.
|
||||
|
||||
Based on work by Eric Meyer:
|
||||
http://meyerweb.com/eric/tools/css/reset/index.html
|
||||
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/* v1.0 | 20080212 */
|
||||
|
||||
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,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
background: transparent;
|
||||
}
|
||||
body {
|
||||
background:#fff;
|
||||
line-height: 1;
|
||||
}
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
/* remember to define focus styles! */
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* remember to highlight inserts somehow! */
|
||||
ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/* tables still need 'cellspacing="0"' in the markup */
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
a img { border: none; }
|
||||
1166
WebContent/css/style.css
Normal file
1166
WebContent/css/style.css
Normal file
File diff suppressed because it is too large
Load diff
99
WebContent/css/zallery.css
Normal file
99
WebContent/css/zallery.css
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
.progressbar, .progressbarYellow, .progressbarGreen, .progressbarRed, .progressbarBlue{
|
||||
background: transparent url(../img/bar-grey.gif) repeat-x scroll 0%;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
height: 16px;
|
||||
margin: 5pt;
|
||||
padding: 0pt;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width; 150px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.progressbar b, .progressbarYellow b, .progressbarGreen b, .progressbarRed b, .progressbarBlue b{
|
||||
float: left;
|
||||
height: 16px;
|
||||
margin: 0pt;
|
||||
padding: 0pt;
|
||||
font-size: 11px;
|
||||
}
|
||||
.progressbar b, .progressbarGreen b{
|
||||
background: transparent url(../img/bar-green.gif) repeat-x scroll 0%;
|
||||
}
|
||||
.progressbarYellow b{
|
||||
background: transparent url(../img/bar-yellow.gif) repeat-x scroll 0%;
|
||||
}
|
||||
.progressbarRed b{
|
||||
background: transparent url(../img/bar-red.gif) repeat-x scroll 0%;
|
||||
}
|
||||
.progressbarBlue b{
|
||||
background: transparent url(../img/bar-blue.gif) repeat-x scroll 0%;
|
||||
}
|
||||
|
||||
|
||||
input:focus{
|
||||
border: 1px solid #7D6D06;
|
||||
}
|
||||
|
||||
.slideshow-link{
|
||||
background: url("../img/icons/slideshow.png") no-repeat left center
|
||||
}
|
||||
|
||||
#footer{
|
||||
padding: 25px 0;
|
||||
}
|
||||
|
||||
.fb_edge_comment_widget {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** Forms **/
|
||||
/* style.css:34 */
|
||||
input[type="submit"], input[type="button"], button {
|
||||
padding: 3px 18px 6px 18px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
}
|
||||
|
||||
/** Gallery **/
|
||||
/* style.css:141 */
|
||||
#header {
|
||||
padding: 10px 0;
|
||||
}
|
||||
/* style.css:374 */
|
||||
.msie #content, .single #content, .home #content, .page #content {
|
||||
padding-top: 0px;
|
||||
}
|
||||
/* style.css:516 */
|
||||
form {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
/** Upload **/
|
||||
/* style.css:674 */
|
||||
/*#comments {
|
||||
padding: 0px 0 0 0;
|
||||
}*/
|
||||
/* style.css:374 */
|
||||
/*.msie #content, .single #content, .home #content, .page #content {
|
||||
padding-top: 0px;
|
||||
}*/
|
||||
|
||||
.entry-title {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
||||
#edit-row{
|
||||
margin: 0 0 0.8em 0;
|
||||
}
|
||||
#edit-row form{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.modmedia_edit{
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue