OSDN Git Service

fc975b800a7ecfc033685f7716be63fc76f1d495
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / skins / default / readme.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4         <title>Nucleus CMS 3.2 - default skin</title>
5         <link rel="stylesheet" type="text/css" href="../../nucleus/styles/manual.css" />
6 </head>
7 <body>
8         <h1>Nucleus CMS 3.2 - default skin</h1>
9
10         <p>Default Nucleus CMS 3.2 skin based on the Stanch skin contributed by <a href="http://www.stanch.net/">Stanch</a> with assistance from <a href="http://roelg.nl/">roel</a>.</p>
11
12         <p>Default skin's skin/templates/includes tweaked by <a href="http://nupusi.com/">hcgtv</a>, CSS color scheme by <a href="http://smalltalking.com/">moraes</a>.</p>
13
14         <br />
15         <p>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.</p>
16
17         <p>If you want drop shadow effect for your images when you blog, you have to add 3 div's surrounding the image. Start with &lt;div class="wrap1"&gt;, followed by &lt;div class="wrap2"&gt;, and then &lt;div class="wrap3"&gt;. Remember to close them with &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;. Please note also that the drop shadow has float:left style applied to it.</p>
18
19         <p>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.</p>
20
21         <br />
22         <p>Default skin files:</p>
23         <p>default_left.css - left side menu CSS code, change it in head.inc</p>
24         <p>default_right.css - right side menu CSS code, default CSS in head.inc</p>
25         <p>skinbackup.xml - backup of default skin, can be reimported just in case</p>
26         <p>/images - background, header, footer and misc images</p>
27
28         <br />
29         <p>This skin makes use of includes for skin abstraction:</p>
30         <p>head.inc - html header</p>
31         <p>navigation.inc - navigation & page titles</p>
32         <p>header.inc - page header</p>
33         <p>sidebar.inc - page menu</p>
34         <p>footer.inc - page footer</p>
35
36         <br />
37         <p>Extra files:</p>
38         <p>nicetitles.js - tooltips javascript code, triggered by title="" attribute in links</p>
39         <p>nicetitle.css - tooltips color and layout code</p>
40         <p>favicon.ico - sample favorite icon, copy to site's root directory</p>
41
42         <br />
43         <p>The <a href="http://wiki.gednet.com/NPSkinFiles">NP_SkinFiles plugin</a> is recommended for maintenance of includes.</a></p>
44         <p>Note: chmod 666 the .inc files in the /skins/default directory.</p>
45
46         <br />
47         <p>Tooltips courtesy of <a href="http://neo.dzygn.com/code/nicetitles">NiceTitles</a></p>
48
49         <br />
50         <h1>Nucleus CMS 3.2 - to stop the flow of tears</h1>
51
52 </body>
53 </html>