From: shizuki Date: Wed, 11 Feb 2009 06:21:56 +0000 (+0000) Subject: 英語版デフォルトスキン X-Git-Tag: release-3-41@1002~61 X-Git-Url: http://git.osdn.net/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=commitdiff_plain;h=5f35cf1f359ed0b158dd86d043d043c056702410 英語版デフォルトスキン git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@927 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- diff --git a/skins/defaultOriginal/default_left.css b/skins/defaultOriginal/default_left.css new file mode 100644 index 0000000..294c1f3 --- /dev/null +++ b/skins/defaultOriginal/default_left.css @@ -0,0 +1,494 @@ +/*------------------------------------------------- + Nucleus CMS Stylesheet - bundled with version 3.2 + Based on the Stanch skin by Ivan Fong + Mods by hcgtv and moraes +-------------------------------------------------*/ + +/*------------------------------------------------- + General layout +-------------------------------------------------*/ +body +{ + background: #505050 url(images/bg.gif); + color: #494949; + font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; + font-size: 11px; + padding: 15px 0; + margin: 0; +} +img +{ + border: 0; +} +form +{ + margin: 0; +} + +/* Headings */ +h1,h2,h3,h4,h5,h6 +{ + font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; + font-weight: normal; + margin: 0; +} + +/* Lists */ +ul +{ + list-style: none; + padding: 0; + margin: 0; +} +li +{ + background: url(images/arrow.gif) left 5px no-repeat; + padding: 0 0 0 10px; + margin: 0 20px; +} + +/* Links */ +a:link, a:visited +{ + color: #635D45; + text-decoration: none; +} +a:hover, a:active +{ + color: black; +} +#header a:link, #header a:visited +{ + color: #474747; +} +#header a:hover, #header a:active +{ + color: #737373; +} +#copyrights a:link, #copyrights a:visited +{ + color: #474747; +} +#copyrights a:hover, #copyrights a:active +{ + color: #737373; +} + +/* Basic classes */ +.hidden +{ + display: none; +} +.centerize +{ + text-align: center; +} +.clearing +{ + width: 704px; + height: 0; + clear: both; +} + +/*------------------------------------------------- + Header +-------------------------------------------------*/ +#header +{ + position: relative; + width: 704px; + height: 168px; + /* large header image is defined below */ + /* background: white url(images/header.jpg) no-repeat; */ + background: white; + border-width: 2px 2px 0; + border-style: solid; + border-color: #E0E0E0; + margin: auto; +} +#header h1 +{ + /* small header image specific lines */ + height: 168px; + width: 692px; + background: white url(images/header_sm.jpg) repeat-x 0 6px; + margin: 0 6px; + /* end small header image specific lines */ + font-size: 38px; + text-align: center; + line-height: 160px; +} + +/*------------------------------------------------- + Content wrappers +-------------------------------------------------*/ +#mainwrapper +{ + width: 704px; + background: white; + border-width: 0 2px; + border-style: solid; + border-color: #E0E0E0; + margin: auto; +} +#wrapper +{ + width: 704px; + background: white url(images/bgcontainer01.gif) repeat-y; + margin: auto; +} + +/*------------------------------------------------- + Main content +-------------------------------------------------*/ +#container +{ + width: 704px; + height: 1%; + overflow: visible; + float: right; + padding: 4px 0 0 0; + margin-left: -204px; +} +.content +{ + padding: 0; + margin: 7px 20px 30px 224px; +} + +/*------------------------------------------------- + Item styles +-------------------------------------------------*/ +.contenttitle h2 +{ + clear: both; + background: url(images/dot.gif) bottom repeat-x; + font-size: 18px; + padding: 0 0 6px 0; + margin: 0; +} +.contentbody +{ + font-size:13px; + text-align: justify; + padding: 0 0 16px 0; +} + +/*------------------------------------------------- + Item info +-------------------------------------------------*/ +.contentitemcategory +{ + background: url(images/bgcategory.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 14px; +} +.contentitempostedby +{ + background: url(images/bgpostedby.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 12px; +} +.contentitemcomments +{ + background: url(images/bgcomment.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 13px; +} +.contentitemedit +{ + background: url(images/bgedit.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 11px; +} +.contentitem +{ + padding: 3px 0 0 0; + margin: 0 0 16px 0; +} +.contentitem1 +{ + display: inline; +} +.contentitem2 +{ + display: inline; + background: url(images/dotv.gif) left repeat-y; + padding: 0 0 0 10px; +} +.contentitem3 +{ + display: inline; + background: url(images/dotv.gif) left repeat-y; + padding: 0 0 0 10px; +} +.contentitem4 +{ + display: inline; + padding: 0 0 0 10px; + background: url(images/dotv.gif) left repeat-y; +} + +/*------------------------------------------------- + Comments +-------------------------------------------------*/ +.itemcomment +{ + background: url(images/commentquote01.gif) no-repeat; + background-position: 6px 9px; + padding: 6px 42px; + border: 1px solid white; + margin: 10px 0 0 0; +} +.itemcomment:hover +{ + background: #F9F9F9 url(images/commentquote02.gif) no-repeat; + background-position: 6px 9px; + border: 1px solid #CCCCCC; +} +.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/ +{ + background: #F9F9F9 url(images/commentquote02.gif) no-repeat; + background-position: 6px 9px; + border: 1px solid #B3C492; +} +.id1:hover +{ + background: #F9F9F9 url(images/commentquote02.gif) no-repeat; + background-position: 6px 9px; + border: 1px solid #B3C492; +} +.itemcomment h3 +{ + font-size: 12px; +} + +/*------------------------------------------------- + Menu +-------------------------------------------------*/ +#sidebarcontainer +{ + float: left; + width: 204px; + padding: 2px 0 0 0; +} +.sidebar +{ + color: #21262A; + margin: 0 0 4px 6px; +} + +/* Menu lists */ +.sidebardl +{ + padding: 0 0 10px 0; + margin: 0; +} +.sidebardl dt +{ + background: #E5E5E5 url(images/sidetitlebg.gif); + color: #3A3523; + font-size: 12px; + font-weight: bold; + font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif; + padding: 4px 10px; +} +.sidebardl dd +{ + background: #EEEEEE; + padding: 2px 10px; + margin: 1px 0 0 0; +} +.sidebardl dd:hover +{ + background: #E7E7E7; + padding: 2px 10px; + margin: 1px 0 0 0; +} +.sidebardl dd a:link, .sidebardl dd a:visited +{ + background: url(images/arrow.gif) left center no-repeat; + padding: 0 0 0 10px; +} + +/*------------------------------------------------- + Footer +-------------------------------------------------*/ +#footer +{ + width: 704px; + background: #FCD21B; + text-align: center; + padding: 10px 0 10px 0; + border-width: 0px 2px 2px 2px; + border-style: solid; + border-color: #E0E0E0; + margin: 0 auto; +} + +#copyrights +{ + color: #474747; +} + +/*------------------------------------------------- + Forms +-------------------------------------------------*/ +.loginform, .searchform +{ + margin: 5px 0; +} +.commentform, .mailform +{ + margin-top: 10px; + padding: 10px; + background: #EEEEEE; + /* Rounded borders, for Mozilla browsers */ + /* -moz-border-radius: 10px; */ +} +.commentform img{ + margin: 5px 0 0 0; +} +.formfield +{ + display:block; + font-size: 11px; + background: white; + color: #494949; + border-top: 1px solid #868686; + border-left: 1px solid #868686; + border-bottom: 1px solid #D4D2CF; + border-right: 1px solid #D4D2CF; + margin: 1px 0 0 0; +} +.formbutton +{ + font-size: 11px; + background: white; + color: #494949; + border-top: 1px solid #D4D2CF; + border-left: 1px solid #D4D2CF; + border-bottom: 1px solid #868686; + border-right: 1px solid #868686; + margin: 1px 0 0 0; +} +.commentform .formfield, .commentform .formbutton, .loginform .formbutton { + display: block; +} +.searchform .formfield +{ + width: 130px; + font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; + padding: 2px 0; + margin: 0 2px 2px 0; +} +.searchform .formbutton +{ + width: 60px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; + padding: 2px 2px; +} +.loginform .formfield +{ + width: 130px; + font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; + padding: 2px 0; + margin: 0 2px 2px 0; +} +.loginform .formbutton +{ + width: 60px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; + padding: 2px 2px; +} +.mainform .formfield +{ + width: 280px; + font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; + padding: 2px 0; + margin: 0 2px 2px 0; +} +.mailform .formbutton +{ + width: 100px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; + padding: 2px 2px; +} +#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email +{ + width: 300px; + margin-right: 105px; + font-family: Arial, Trebuchet MS, Verdana, sans-serif; +} +.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield +{ + width: 300px; +} +.commentform .formbutton +{ + width: 100px; + height: 22px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; +} +.error +{ + color: red; + font-weight: bold; +} + + +/*------------------------------------------------- + Miscelaneous +-------------------------------------------------*/ +/* VBlog image onion skin shadow - From AListApart.com*/ +.wrap1, .wrap2, .wrap3 +{ + display:inline-table; + /* \*/display:block;/**/ +} +.wrap1 +{ + float:left; + background:url(images/shadow.gif) right bottom no-repeat; + margin: 0 5px 3px 0; +} +.wrap2 +{ + background:url(images/corner_br.gif) left bottom no-repeat; +} +.wrap3 +{ + background:url(images/corner_tr.gif) right top no-repeat; + padding:0 5px 5px 0; +} +.wrap3 img +{ + display:block; + border: 3px solid white; +} + +/* Search highlight color */ +.highlight +{ + background: #DEFFA9; +} + +/* Leftbox and Rightbox toolbar buttons */ +.leftbox, .rightbox { + margin: 3px; + padding: 3px; + font-size: larger; + width: 20%; +} +.leftbox { + float: left; + border-right: 2px solid #ccc; +} +.rightbox { + float: right; + border-left: 2px solid #ccc; +} diff --git a/skins/defaultOriginal/default_right.css b/skins/defaultOriginal/default_right.css new file mode 100644 index 0000000..02f3205 --- /dev/null +++ b/skins/defaultOriginal/default_right.css @@ -0,0 +1,494 @@ +/*------------------------------------------------- + Nucleus CMS Stylesheet - bundled with version 3.2 + Based on the Stanch skin by Ivan Fong + Mods by hcgtv and moraes +-------------------------------------------------*/ + +/*------------------------------------------------- + General layout +-------------------------------------------------*/ +body +{ + background: #505050 url(images/bg.gif); + color: #494949; + font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; + font-size: 11px; + padding: 15px 0; + margin: 0; +} +img +{ + border: 0; +} +form +{ + margin: 0; +} + +/* Headings */ +h1,h2,h3,h4,h5,h6 +{ + font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif; + font-weight: normal; + margin: 0; +} + +/* Lists */ +ul +{ + list-style: none; + padding: 0; + margin: 0; +} +li +{ + background: url(images/arrow.gif) left 5px no-repeat; + padding: 0 0 0 10px; + margin: 0 20px; +} + +/* Links */ +a:link, a:visited +{ + color: #635D45; + text-decoration: none; +} +a:hover, a:active +{ + color: black; +} +#header a:link, #header a:visited +{ + color: #474747; +} +#header a:hover, #header a:active +{ + color: #737373; +} +#copyrights a:link, #copyrights a:visited +{ + color: #474747; +} +#copyrights a:hover, #copyrights a:active +{ + color: #737373; +} + +/* Basic classes */ +.hidden +{ + display: none; +} +.centerize +{ + text-align: center; +} +.clearing +{ + width: 704px; + height: 0; + clear: both; +} + +/*------------------------------------------------- + Header +-------------------------------------------------*/ +#header +{ + position: relative; + width: 704px; + height: 168px; + /* large header image is defined below */ + /* background: white url(images/header.jpg) no-repeat; */ + background: white; + border-width: 2px 2px 0; + border-style: solid; + border-color: #E0E0E0; + margin: auto; +} +#header h1 +{ + /* small header image specific lines */ + height: 168px; + width: 692px; + background: white url(images/header_sm.jpg) repeat-x 0 6px; + margin: 0 6px; + /* end small header image specific lines */ + font-size: 38px; + text-align: center; + line-height: 160px; +} + +/*------------------------------------------------- + Content wrappers +-------------------------------------------------*/ +#mainwrapper +{ + width: 704px; + background: white; + border-width: 0 2px; + border-style: solid; + border-color: #E0E0E0; + margin: auto; +} +#wrapper +{ + width: 704px; + background: white url(images/bgcontainer02.gif) repeat-y right; + margin: auto; +} + +/*------------------------------------------------- + Main content +-------------------------------------------------*/ +#container +{ + width: 704px; + height: 1%; + overflow: visible; + float: left; + padding: 4px 0 0 0; + margin-right: -204px; +} +.content +{ + padding: 0; + margin: 7px 224px 30px 20px; +} + +/*------------------------------------------------- + Item styles +-------------------------------------------------*/ +.contenttitle h2 +{ + clear: both; + background: url(images/dot.gif) bottom repeat-x; + font-size: 18px; + padding: 0 0 6px 0; + margin: 0; +} +.contentbody +{ + font-size:13px; + text-align: justify; + padding: 0 0 16px 0; +} + +/*------------------------------------------------- + Item info +-------------------------------------------------*/ +.contentitemcategory +{ + background: url(images/bgcategory.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 14px; +} +.contentitempostedby +{ + background: url(images/bgpostedby.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 12px; +} +.contentitemcomments +{ + background: url(images/bgcomment.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 13px; +} +.contentitemedit +{ + background: url(images/bgedit.gif) center left no-repeat; + font-size: 10px; + line-height: 12px; + padding: 0 10px 0 11px; +} +.contentitem +{ + padding: 3px 0 0 0; + margin: 0 0 16px 0; +} +.contentitem1 +{ + display: inline; +} +.contentitem2 +{ + display: inline; + background: url(images/dotv.gif) left repeat-y; + padding: 0 0 0 10px; +} +.contentitem3 +{ + display: inline; + background: url(images/dotv.gif) left repeat-y; + padding: 0 0 0 10px; +} +.contentitem4 +{ + display: inline; + padding: 0 0 0 10px; + background: url(images/dotv.gif) left repeat-y; +} + +/*------------------------------------------------- + Comments +-------------------------------------------------*/ +.itemcomment +{ + background: url(images/commentquote01.gif) no-repeat; + background-position: 6px 9px; + padding: 6px 42px; + border: 1px solid white; + margin: 10px 0 0 0; +} +.itemcomment:hover +{ + background: #F9F9F9 url(images/commentquote02.gif) no-repeat; + background-position: 6px 9px; + border: 1px solid #CCCCCC; +} +.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/ +{ + background: #F9F9F9 url(images/commentquote02.gif) no-repeat; + background-position: 6px 9px; + border: 1px solid #B3C492; +} +.id1:hover +{ + background: #F9F9F9 url(images/commentquote02.gif) no-repeat; + background-position: 6px 9px; + border: 1px solid #B3C492; +} +.itemcomment h3 +{ + font-size: 12px; +} + +/*------------------------------------------------- + Menu +-------------------------------------------------*/ +#sidebarcontainer +{ + float: right; + width: 204px; + padding: 2px 0 0 0; +} +.sidebar +{ + color: #21262A; + margin: 0 6px 4px 0; +} + +/* Menu lists */ +.sidebardl +{ + padding: 0 0 10px 0; + margin: 0; +} +.sidebardl dt +{ + background: #E5E5E5 url(images/sidetitlebg.gif); + color: #3A3523; + font-size: 12px; + font-weight: bold; + font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif; + padding: 4px 10px; +} +.sidebardl dd +{ + background: #EEEEEE; + padding: 2px 10px; + margin: 1px 0 0 0; +} +.sidebardl dd:hover +{ + background: #E7E7E7; + padding: 2px 10px; + margin: 1px 0 0 0; +} +.sidebardl dd a:link, .sidebardl dd a:visited +{ + background: url(images/arrow.gif) left center no-repeat; + padding: 0 0 0 10px; +} + +/*------------------------------------------------- + Footer +-------------------------------------------------*/ +#footer +{ + width: 704px; + background: #FCD21B; + text-align: center; + padding: 10px 0 10px 0; + border-width: 0px 2px 2px 2px; + border-style: solid; + border-color: #E0E0E0; + margin: 0 auto; +} + +#copyrights +{ + color: #474747; +} + +/*------------------------------------------------- + Forms +-------------------------------------------------*/ +.loginform, .searchform +{ + margin: 5px 0; +} +.commentform, .mailform +{ + margin-top: 10px; + padding: 10px; + background: #EEEEEE; + /* Rounded borders, for Mozilla browsers */ + /* -moz-border-radius: 10px; */ +} +.commentform img{ + margin: 5px 0 0 0; +} +.formfield +{ + display:block; + font-size: 11px; + background: white; + color: #494949; + border-top: 1px solid #868686; + border-left: 1px solid #868686; + border-bottom: 1px solid #D4D2CF; + border-right: 1px solid #D4D2CF; + margin: 1px 0 0 0; +} +.formbutton +{ + font-size: 11px; + background: white; + color: #494949; + border-top: 1px solid #D4D2CF; + border-left: 1px solid #D4D2CF; + border-bottom: 1px solid #868686; + border-right: 1px solid #868686; + margin: 1px 0 0 0; +} +.commentform .formfield, .commentform .formbutton, .loginform .formbutton { + display: block; +} +.searchform .formfield +{ + width: 130px; + font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; + padding: 2px 0; + margin: 0 2px 2px 0; +} +.searchform .formbutton +{ + width: 60px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; + padding: 2px 2px; +} +.loginform .formfield +{ + width: 130px; + font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; + padding: 2px 0; + margin: 0 2px 2px 0; +} +.loginform .formbutton +{ + width: 60px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; + padding: 2px 2px; +} +.mainform .formfield +{ + width: 280px; + font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif; + padding: 2px 0; + margin: 0 2px 2px 0; +} +.mailform .formbutton +{ + width: 100px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; + padding: 2px 2px; +} +#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email +{ + width: 300px; + margin-right: 105px; + font-family: Arial, Trebuchet MS, Verdana, sans-serif; +} +.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield +{ + width: 300px; +} +.commentform .formbutton +{ + width: 100px; + height: 22px; + font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif; +} +.error +{ + color: red; + font-weight: bold; +} + + +/*------------------------------------------------- + Miscelaneous +-------------------------------------------------*/ +/* VBlog image onion skin shadow - From AListApart.com*/ +.wrap1, .wrap2, .wrap3 +{ + display:inline-table; + /* \*/display:block;/**/ +} +.wrap1 +{ + float:left; + background:url(images/shadow.gif) right bottom no-repeat; + margin: 0 5px 3px 0; +} +.wrap2 +{ + background:url(images/corner_br.gif) left bottom no-repeat; +} +.wrap3 +{ + background:url(images/corner_tr.gif) right top no-repeat; + padding:0 5px 5px 0; +} +.wrap3 img +{ + display:block; + border: 3px solid white; +} + +/* Search highlight color */ +.highlight +{ + background: #DEFFA9; +} + +/* Leftbox and Rightbox toolbar buttons */ +.leftbox, .rightbox { + margin: 3px; + padding: 3px; + font-size: larger; + width: 20%; +} +.leftbox { + float: left; + border-right: 2px solid #ccc; +} +.rightbox { + float: right; + border-left: 2px solid #ccc; +} diff --git a/skins/defaultOriginal/favicon.ico b/skins/defaultOriginal/favicon.ico new file mode 100644 index 0000000..f04fcc4 Binary files /dev/null and b/skins/defaultOriginal/favicon.ico differ diff --git a/skins/defaultOriginal/footer.inc b/skins/defaultOriginal/footer.inc new file mode 100644 index 0000000..3bb784e --- /dev/null +++ b/skins/defaultOriginal/footer.inc @@ -0,0 +1,17 @@ +
 
+ + + + + + + + + \ No newline at end of file diff --git a/skins/defaultOriginal/head.inc b/skins/defaultOriginal/head.inc new file mode 100644 index 0000000..d96d4cc --- /dev/null +++ b/skins/defaultOriginal/head.inc @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%parsedinclude(navigation.inc)%> diff --git a/skins/defaultOriginal/header.inc b/skins/defaultOriginal/header.inc new file mode 100644 index 0000000..725a60e --- /dev/null +++ b/skins/defaultOriginal/header.inc @@ -0,0 +1,20 @@ + + + + + + +
+
\ No newline at end of file diff --git a/skins/defaultOriginal/images/arrow.gif b/skins/defaultOriginal/images/arrow.gif new file mode 100644 index 0000000..529db30 Binary files /dev/null and b/skins/defaultOriginal/images/arrow.gif differ diff --git a/skins/defaultOriginal/images/bg.gif b/skins/defaultOriginal/images/bg.gif new file mode 100644 index 0000000..da46510 Binary files /dev/null and b/skins/defaultOriginal/images/bg.gif differ diff --git a/skins/defaultOriginal/images/bgcategory.gif b/skins/defaultOriginal/images/bgcategory.gif new file mode 100644 index 0000000..343961f Binary files /dev/null and b/skins/defaultOriginal/images/bgcategory.gif differ diff --git a/skins/defaultOriginal/images/bgcomment.gif b/skins/defaultOriginal/images/bgcomment.gif new file mode 100644 index 0000000..602bcf3 Binary files /dev/null and b/skins/defaultOriginal/images/bgcomment.gif differ diff --git a/skins/defaultOriginal/images/bgcontainer01.gif b/skins/defaultOriginal/images/bgcontainer01.gif new file mode 100644 index 0000000..a923bba Binary files /dev/null and b/skins/defaultOriginal/images/bgcontainer01.gif differ diff --git a/skins/defaultOriginal/images/bgcontainer02.gif b/skins/defaultOriginal/images/bgcontainer02.gif new file mode 100644 index 0000000..47ff5b6 Binary files /dev/null and b/skins/defaultOriginal/images/bgcontainer02.gif differ diff --git a/skins/defaultOriginal/images/bgedit.gif b/skins/defaultOriginal/images/bgedit.gif new file mode 100644 index 0000000..2599ce9 Binary files /dev/null and b/skins/defaultOriginal/images/bgedit.gif differ diff --git a/skins/defaultOriginal/images/bgpostedby.gif b/skins/defaultOriginal/images/bgpostedby.gif new file mode 100644 index 0000000..ee367a2 Binary files /dev/null and b/skins/defaultOriginal/images/bgpostedby.gif differ diff --git a/skins/defaultOriginal/images/commentquote01.gif b/skins/defaultOriginal/images/commentquote01.gif new file mode 100644 index 0000000..5effd26 Binary files /dev/null and b/skins/defaultOriginal/images/commentquote01.gif differ diff --git a/skins/defaultOriginal/images/commentquote02.gif b/skins/defaultOriginal/images/commentquote02.gif new file mode 100644 index 0000000..3d8531c Binary files /dev/null and b/skins/defaultOriginal/images/commentquote02.gif differ diff --git a/skins/defaultOriginal/images/corner_br.gif b/skins/defaultOriginal/images/corner_br.gif new file mode 100644 index 0000000..3c90eae Binary files /dev/null and b/skins/defaultOriginal/images/corner_br.gif differ diff --git a/skins/defaultOriginal/images/corner_tr.gif b/skins/defaultOriginal/images/corner_tr.gif new file mode 100644 index 0000000..04505ae Binary files /dev/null and b/skins/defaultOriginal/images/corner_tr.gif differ diff --git a/skins/defaultOriginal/images/dot.gif b/skins/defaultOriginal/images/dot.gif new file mode 100644 index 0000000..14a2426 Binary files /dev/null and b/skins/defaultOriginal/images/dot.gif differ diff --git a/skins/defaultOriginal/images/dotv.gif b/skins/defaultOriginal/images/dotv.gif new file mode 100644 index 0000000..7168124 Binary files /dev/null and b/skins/defaultOriginal/images/dotv.gif differ diff --git a/skins/defaultOriginal/images/header.jpg b/skins/defaultOriginal/images/header.jpg new file mode 100644 index 0000000..0f90054 Binary files /dev/null and b/skins/defaultOriginal/images/header.jpg differ diff --git a/skins/defaultOriginal/images/header_sm.jpg b/skins/defaultOriginal/images/header_sm.jpg new file mode 100644 index 0000000..f979efd Binary files /dev/null and b/skins/defaultOriginal/images/header_sm.jpg differ diff --git a/skins/defaultOriginal/images/nucleus.gif b/skins/defaultOriginal/images/nucleus.gif new file mode 100644 index 0000000..1cdf680 Binary files /dev/null and b/skins/defaultOriginal/images/nucleus.gif differ diff --git a/skins/defaultOriginal/images/shadow.gif b/skins/defaultOriginal/images/shadow.gif new file mode 100644 index 0000000..d8b6f7d Binary files /dev/null and b/skins/defaultOriginal/images/shadow.gif differ diff --git a/skins/defaultOriginal/images/sidetitlebg.gif b/skins/defaultOriginal/images/sidetitlebg.gif new file mode 100644 index 0000000..ff434e8 Binary files /dev/null and b/skins/defaultOriginal/images/sidetitlebg.gif differ diff --git a/skins/defaultOriginal/navigation.inc b/skins/defaultOriginal/navigation.inc new file mode 100644 index 0000000..169f70a --- /dev/null +++ b/skins/defaultOriginal/navigation.inc @@ -0,0 +1,56 @@ + +<%if(skintype,archive)%> +<%blogsetting(name)%> » Archive + + + +<%endif%> + + +<%if(skintype,archivelist)%> +<%blogsetting(name)%> » Archive List + + + +<%endif%> + + +<%if(skintype,error)%> +<%sitevar(name)%> » Error! + + +<%endif%> + + +<%if(skintype,index)%> +<%blogsetting(name)%> + + + +<%endif%> + + +<%if(skintype,item)%> +<%blogsetting(name)%> » <%itemtitle(attribute)%> + + + + + +<%endif%> + + +<%if(skintype,member)%> +<%blogsetting(name)%> » Member Details + + +<%endif%> + + +<%if(skintype,search)%> +<%blogsetting(name)%> » Search + + + +<%endif%> + \ No newline at end of file diff --git a/skins/defaultOriginal/nicetitle.css b/skins/defaultOriginal/nicetitle.css new file mode 100644 index 0000000..4f76da2 --- /dev/null +++ b/skins/defaultOriginal/nicetitle.css @@ -0,0 +1,31 @@ +/*Nice Titles*/ +.nicetitle { + font-weight: bold; + color: #3C3C3C; + text-align: left; + position: absolute; + left: 0; + top: 0; + width: 25em; + z-index: 20; + max-width: 50%; +} +.nicetitle-content{ + overflow: hidden; + background: white; + border: 1px solid #333; + padding: 5px; + opacity: 0.9; +} +.nicetitle p{ + margin: 0; + line-height: 120%; +} +.nicetitle p.destination { + font-weight: normal; + font-size: 10px; + color: #5E7743; +} +div.nicetitle p span.accesskey { + color: #FF7200; +} \ No newline at end of file diff --git a/skins/defaultOriginal/nicetitle.js b/skins/defaultOriginal/nicetitle.js new file mode 100644 index 0000000..7180820 --- /dev/null +++ b/skins/defaultOriginal/nicetitle.js @@ -0,0 +1,448 @@ +// from http://www.kryogenix.org +// by Scott Andrew - http://scottandrew.com +// add an eventlistener to browsers that can do it somehow. +function addEvent(obj, evType, fn) + { + if (obj.addEventListener) + { + obj.addEventListener(evType, fn, false); + return true; + } + else if (obj.attachEvent) + { + var r = obj.attachEvent('on'+evType, fn); + return r; + } + else + { + return false; + } + } + +function floatImages() + { + // adapted from http://www.dithered.com/javascript/browser_detect/ + //**************************************************************// + // sniff user agent + var userAgent = navigator.userAgent.toLowerCase(); + + // if Mozilla 1.4 then quit + if ((userAgent.indexOf('gecko') != -1) && (userAgent.indexOf('gecko/') + 14 == userAgent.length) && (parseFloat(userAgent.substring(userAgent.indexOf('rv:') + 3)) == '1.4')) return; + + // if Opera then quit + if (document.all && window.Event) return; + //**************************************************************// + + // check this browser can cope with what we want to do + if (!document.getElementById) return; + var blogDiv = document.getElementById('blog'); + if (!blogDiv) return; + if (!blogDiv.offsetWidth) return; + + blogDiv.className = (blogDiv.offsetWidth >= 500) ? "float-images" : "block-images"; + } + +// Blockquote citations + +// Simon Willison's work: +// http://simon.incutio.com/archive/2002/12/20/#blockquoteCitations + +// Also Dunstan Orchard's work: +// http://1976design.com/blog/archive/2003/11/10/updates/ +function blockquoteCite() + { + if (!document.createElementNS) + { + document.createElementNS = function(ns, elt) + { + return document.createElement(elt); + } + } + quotes = document.getElementsByTagName('blockquote'); + for (i = 0; i < quotes.length; i++) + { + var cite = quotes[i].getAttribute('cite'); + // value of cite attribute should only contain URI, not any other + if ((cite) && (cite != '')) + { + newlink = document.createElementNS('http://www.w3.org/1999/xhtml', 'a'); + newlink.setAttribute('href', cite); + newlink.className = 'cite-link'; + newlink.appendChild(document.createTextNode(cite)); + newdiv = document.createElementNS('http://www.w3.org/1999/xhtml', 'cite'); + newdiv.className = 'blockquote-cite'; + newdiv.appendChild(document.createTextNode('Source: ')); + newdiv.appendChild(newlink); + quotes[i].appendChild(newdiv); + quotes[i].removeAttribute('cite'); + } + } + } + +// Ins and Del tags citations +function insdelCite() + { + if (!document.createElementNS) + { + document.createElementNS = function(ns, elt) + { + return document.createElement(elt); + } + } + var insdel = new Array(2); + insdel[0] = document.getElementsByTagName('ins'); + insdel[1] = document.getElementsByTagName('del'); + for (var i=0; i= 0) + { + this.isIE = true; + this.version = parseFloat(ua.substr(i + s.length)); + return; + } + + s = 'Netscape6/'; + if ((i = ua.indexOf(s)) >= 0) + { + this.isNS = true; + this.version = parseFloat(ua.substr(i + s.length)); + return; + } + + // treat any other 'Gecko' browser as NS 6.1. + s = 'Gecko'; + if ((i = ua.indexOf(s)) >= 0) + { + this.isNS = true; + this.version = 6.1; + return; + } + } + +// 2003-11-19 sidesh0w +// set delay vars to emulate normal hover delay +var delay; +var interval = 0.60; + +// this function runs on window load +// it runs through all the links on the page as starts listening for actions +function makeNiceTitles() + { + if (!document.createElement || !document.getElementsByTagName) return; + if (!document.createElementNS) + { + document.createElementNS = function(ns, elt) + { + return document.createElement(elt); + } + } + + // do regular links + if (!document.links) + { + document.links = document.getElementsByTagName('a'); + } + for (var ti=0; ti STD_WIDTH) + { + w = h_pixels; + } + else if ((STD_WIDTH>t_pixels) && (t_pixels>h_pixels)) + { + w = t_pixels; + } + else if ((STD_WIDTH>t_pixels) && (h_pixels>t_pixels)) + { + w = h_pixels; + } + else + { + w = STD_WIDTH; + } + + d.style.width = w + 'px'; + + mpos = findPosition(lnk); + mx = mpos[0]; + my = mpos[1]; + + d.style.left = (mx+15) + 'px'; + d.style.top = (my+35) + 'px'; + + if (window.innerWidth && ((mx+w) > window.innerWidth)) + { + d.style.left = (window.innerWidth - w - 25) + 'px'; + } + if (document.body.scrollWidth && ((mx+w) > document.body.scrollWidth)) + { + d.style.left = (document.body.scrollWidth - w - 25) + 'px'; + } + + document.getElementsByTagName('body')[0].appendChild(d); + + CURRENT_NICE_TITLE = d; + } + +function hideNiceTitle(e) + { + // 2003-11-19 sidesh0w + // clearTimeout + if (delay) clearTimeout(delay); + if (!document.getElementsByTagName) return; + if (CURRENT_NICE_TITLE) + { + document.getElementsByTagName('body')[0].removeChild(CURRENT_NICE_TITLE); + CURRENT_NICE_TITLE = null; + } + } + +addEvent(window, "load", floatImages); +addEvent(window, "resize", floatImages); +addEvent(window, "load", blockquoteCite); +addEvent(window, "load", insdelCite); +addEvent(window, "load", noAltTooltip); +addEvent(window, "load", makeNiceTitles); + +// I'm very poor in JavaScript. Please correct me if I'm wrong. \ No newline at end of file diff --git a/skins/defaultOriginal/preview-large.png b/skins/defaultOriginal/preview-large.png new file mode 100644 index 0000000..142211a Binary files /dev/null and b/skins/defaultOriginal/preview-large.png differ diff --git a/skins/defaultOriginal/preview.png b/skins/defaultOriginal/preview.png new file mode 100644 index 0000000..04a720b Binary files /dev/null and b/skins/defaultOriginal/preview.png differ diff --git a/skins/defaultOriginal/readme.en.html b/skins/defaultOriginal/readme.en.html new file mode 100644 index 0000000..c7dd761 --- /dev/null +++ b/skins/defaultOriginal/readme.en.html @@ -0,0 +1,60 @@ + + + + Nucleus CMS 3.4 - default skin + + + +

Nucleus CMS 3.4 - default skin

+ +

Default Nucleus CMS 3.2 skin based on the Stanch skin contributed by Stanch with assistance from roel.

+ +

Default skin's skin/templates/includes tweaked by hcgtv, CSS color scheme by moraes.

+ +


+ +

This skin has been tested on major modern browsers, such as Firefox 1.0, Internet Explorer 6.0, Opera 7.54 and Netscape 7.2. The skin is coded using valid XHTML 1.0 and valid CSS.

+ +

If you want drop shadow effect for your images when you blog, you have to add 3 div's surrounding the image. Start with <div class="wrap1">, followed by <div class="wrap2">, and then <div class="wrap3">. Remember to close them with </div></div></div>. Please note also that the drop shadow has float:left style applied to it.

+ +

On the comments page, you will notice that the owner (Nucleus administrator) has a different kind of styling to his/her comments, as opposed to the comments made by visitors. This is made possible using CSS. I have included short comments in the CSS file, I'm sure it is easy to understand, in case you want to remove this styling or you want to add styling for different members.

+ +


+ +

Default skin files:

+

default_left.css - left side menu CSS code, change it in head.inc

+

default_right.css - right side menu CSS code, default CSS in head.inc

+

skinbackup.xml - backup of default skin, can be reimported just in case

+

/images - background, header, footer and misc images

+ +


+ +

This skin makes use of includes for skin abstraction:

+

head.inc - html header

+

navigation.inc - navigation & page titles

+

header.inc - page header

+

sidebar.inc - page menu

+

footer.inc - page footer

+ +


+ +

Extra files:

+

nicetitles.js - tooltips javascript code, triggered by title="" attribute in links

+

nicetitle.css - tooltips color and layout code

+

favicon.ico - sample favorite icon, copy to site's root directory

+ +


+ +

The NP_SkinFiles plugin is recommended for maintenance of includes.

+

Note: chmod 666 the .inc files in the /skins/default directory.

+ +


+ +

Tooltips courtesy of NiceTitles

+ +


+ +

Nucleus CMS 3.2 - to stop the flow of tears

+ + + \ No newline at end of file diff --git a/skins/defaultOriginal/readme.ja.html b/skins/defaultOriginal/readme.ja.html new file mode 100644 index 0000000..5397882 --- /dev/null +++ b/skins/defaultOriginal/readme.ja.html @@ -0,0 +1,83 @@ + + + + + Nucleus CMS 3.33 - 標準スキン + + + +

Nucleus CMS 3.33 - 標準スキン

+ +

Nucleus CMS 3.33 の標準のスキンは、Stanch skinをベースに、roel氏のアシストを受けて、Stanch氏により寄贈されました。

+ +

標準のスキンの「スキン」「テンプレート」「読み込みファイル」はhcgtv氏が、CSSによる配色はmoraes氏が行いました。

+ +


+ +

Firefox 1.0/Internet Explorer 6.0/Opera 7.54/Netscape 7.2等の、メジャーなブラウザで動作確認を行っています。またこのスキンは、XHTML 1.0 と CSS の規格に完全に準拠するコードで書かれています。

+ +

画像にドロップシャドウの効果を付けたいと思ったら、効果を加えたい画像を三重の div タグで囲みます。
+ 最初のタグは「<div class="wrap1">」、2番目が「<div class="wrap2">」、そして最後に「<div class="wrap3">」を加えます。これらのタグを</div></div></div>と閉じる事も忘れないようにしましょう。
+ この時付加されるドロップシャドウ効果に「float:left」と、スタイルが定義されている事に気をつけます。

+ +

コメントが表示されるページにおいて、ブログオーナー(Nucleusの管理者)のコメントが、他の訪問者やメンバーのコメントとは違った表示になっているのに気付くと思います
+ これは CSS によって実現しています。
+ CSS ファイルの中にコメントを残しているので、他のメンバーのコメントに違うスタイルを適用したいと思ったり、管理者用のスタイルを削除したいと思った時にもすぐにわかると思います。

+ +


+ +

標準スキンの構成ファイル:

+
+
default_left.css
+
左側メニューCSSコード、head.incで変更できます。
+
default_right.css
+
右側メニューCSSコード、head.incで初期に設定されているCSSファイルです。
+
skinbackup.xml
+
標準スキンのバッックアップファイルです。読込/書出 より読み込むことができます。編集画面のテキストエリアに入力されている内容が書かれています。
+
/images
+
ヘッダ用、フッタ用、背景用などの画像が入っているディレクトリです
+
+ +


+ +

実行時に読み込まれるファイル:

+
+
head.inc
+
HTML ヘッダ
+
navigation.inc
+
ナビゲーション(キーボードナビゲーションの為の<link>タグ)、ページタイトル(<title>タグなど)
+
header.inc
+
ページのヘッダ部分。黄色い背景にブログのタイトルが表示されている部分
+
sidebar.inc
+
メニュー部分。初期設定では右側の部分
+
sidebar.inc
+
ページのフッタ部分。黄色背景で「Copyright」等が書かれている部分
+
+ +


+ +

スキンの機能を拡張する付属ファイル:

+
+
nicetitles.js
+
リンク部分にカーソルを移動した時にa タグの title属性をツールチップとして表示させる為のjavascript。
+
nicetitle.css
+
ツールチップの色やレイアウトを決定する為のCSSファイル
+
favicon.ico
+
サンプルのお気に入りアイコン、サイトのルートディレクトリへコピーして使用
+
+ +


+ +

スキン構成ファイルのメンテナンスのためにNP_SkinFilesがNucleus CMS本体に同梱されています。

+

注意:NP_SkinFiles使用のためには /skins/default ディレクトリのパーミッションを777に、/skins/default ディレクトリ内のincファイルのパーミッションを666に設定してください。

+ +


+ +

ツールチップ表示用javascriptは、NiceTitlesの好意により同梱されています

+ +


+ +

Nucleus CMS 3.33 - to stop the flow of tears

+ + + \ No newline at end of file diff --git a/skins/defaultOriginal/show_benchmark.inc b/skins/defaultOriginal/show_benchmark.inc new file mode 100644 index 0000000..ecd2bf5 --- /dev/null +++ b/skins/defaultOriginal/show_benchmark.inc @@ -0,0 +1,14 @@ + diff --git a/skins/defaultOriginal/sidebar.inc b/skins/defaultOriginal/sidebar.inc new file mode 100644 index 0000000..6a2b2a6 --- /dev/null +++ b/skins/defaultOriginal/sidebar.inc @@ -0,0 +1,120 @@ + + + + +<%if(skintype,error)%><%else%> +<%if(skintype,member)%><%else%> + +<%endif%><%endif%> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/skins/defaultOriginal/skinbackup.xml b/skins/defaultOriginal/skinbackup.xml new file mode 100644 index 0000000..4832d10 --- /dev/null +++ b/skins/defaultOriginal/skinbackup.xml @@ -0,0 +1,377 @@ + + + +