]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Fri, 25 Feb 2011 08:58:04 +0000 (02:58 -0600)
committersparky4 <sparky4@4ch.irc.su>
Fri, 25 Feb 2011 08:58:04 +0000 (02:58 -0600)
modified:   data/css/main/style.css
modified:   data/css/yotsubanome.css

config.php
data/css/main/style.css
data/css/yotsubanome.css

index e32d1e4800a29d4ee09582e5741fbf429a8e4b3d..a011e067661a981cd60b245758ffa948c4a8fa09 100755 (executable)
@@ -103,6 +103,7 @@ if(!defined("CONNECTION_STRING")){ // incase you use a different database in a d
 define("CONNECTION_STRING", 'log://img.csv_loog:tree.csv_loog/'); // PIO 連線字串 (Log)
 //under development //define("CONNECTION_STRING", 'mysql://yotsubanome:pass@localhost/yotsubanome/img_loog/'); // PIO 連線字串 (MySQL)
 //define("CONNECTION_STRING", 'sqlite://yotsubanome.db/img_loog/'); // PIO 連線字串 (SQLite)
+//++++ sql lite3 had a bug fix in relese 5 of pixmicat
 //define("CONNECTION_STRING", 'pgsql://yotsubanome:pass@localhost/yotsubanome/img_loog/'); // PIO 連線字串 (PostgreSQL)
 }
 
@@ -184,7 +185,7 @@ $ModuleList[] = 'mod_catalog';//<-sparky4 needs here .... HELP
 //$ModuleList[] = 'mod_code';//<- missing JS and CSS files
 $ModuleList[] = 'mod_code_prettify';//<-sparky4 is here missing CSS file
 
-//$ModuleList[] = 'mod_dummy';
+$ModuleList[] = 'mod_dummy'; //<- null module?
 //$ModuleList[] = 'mod_edit';//<-important
 //$ModuleList[] = 'mod_eggpoll';
 //$ModuleList[] = 'mod_exif';
index 06017e8b68b35883a28a581967a3a41520114350..3866bee4c19d42176c945d2e657b175c3904ffa5 100755 (executable)
@@ -1,22 +1,23 @@
 @media all{ /* 通用設定 */
-       hr { clear: left; } /* 分隔線樣式 */\r
-       img { border: 0; } /* 圖片顯示樣式 */\r
+       hr { clear: left; } /* 分隔線樣式 */
+       img { border: 0; } /* 圖片顯示樣式 */
        #heading { text-align: center; } /* 頁首連結條樣式 */
        .adminbar { text-align: right; margin-bottom: 16px; }
        .logo { font-size: 20pt; font-weight: bold; margin: 1.2ex 0ex; margin-top: 16px; float: none; } /* 文章張貼者名稱樣式 */
-       .sublogo { font-size: 10pt; font-weight: none;  }\r
-       hr.top { width: 90%; height: 0px; border-top: 1; border-bottom: 0px; border-left: 0px; border-right: 0px; } /* 主標題下分隔線樣式 */\r
-       .hide_btn { float: right; width: 4em; height: 1.25em; overflow: hidden; text-align: center; background: #FF0; } /* 表單收縮按鈕樣式 */\r
-       .show { color: #00E; padding: 1px; }\r
-       .hide { display: none; }\r
-       #postinfo { font-size: 0.8em; } /* 上傳說明樣式 */\r
+       .sublogo { font-size: 10pt; font-weight: none;  }
+       hr.top { width: 90%; height: 0px; border-top: 1; border-bottom: 0px; border-left: 0px; border-right: 0px; } /* 主標題下分隔線樣式 */
+       .hide_btn { float: right; width: 4em; height: 1.25em; overflow: hidden; text-align: center; } /* 表單收縮按鈕樣式 */ /*background: #FF0;*/
+       .show { color: #00E; padding: 1px; }
+       .hide { display: none; }
+       #postinfo { font-size: 0.8em; } /* 上傳說明樣式 */
        form { padding: 0; margin: 0; } /* 修正表單標籤造成的排版問題 */
        #fname { background-color: #FFFFA0; }
        #femail { background-color: #FFFFA0; }
        /*#fcom { width: 31.85em; height: 7.1em; margin-bottom: 0px; }*/
-       #option { font-size: small; }\r
-       .threadpost {  } /* 討論串首篇樣式 */\r
-       .img { float: left; margin: 0px 20px; margin-bottom: 8px; } /* 討論串圖片顯示樣式 */\r  .blockquote { margin: 1em 2.5em; } /* 討論串內文縮排樣式 */
+       #option { font-size: small; }
+       .threadpost {  } /* 討論串首篇樣式 */
+       .img { float: left; margin: 0px 20px; margin-bottom: 8px; } /* 討論串圖片顯示樣式 */
+       .blockquote { margin: 1em 2.5em; } /* 討論串內文縮排樣式 */
        .postertrip { font-weight: normal; }
        #footer { text-align: center; clear: both; } /* 頁尾樣式 */
 
        .bar_managecss { color: #FFF; background-color: #6080F6; font-weight: bold; width: auto; margin: 1px; padding: 1px 2px; }
        .bar_info { color: #000; background-color: #FF0; font-weight: bold; width: auto; margin: 1px; padding: 1px 2px; }
        .bar_search { color: #000; background-color: #0FB; font-weight: bold; width: auto; margin: 1px; padding: 1px 2px; }
-       .bar_info_mod { color: #FF0; background-color: #000; font-weight: bold; width: auto; margin: 1px; padding: 1px 2px; }\r
-}\r
-\r
-@media screen{ /* 標準顯示(一般顯示器)模式附加規則 */\r
-\r
-}\r
-\r
-@media handheld{ /* 手持設備(手機,PDA等)附加規則 */\r
-       html { max-width: 320px; margin: auto; font-size: 9px; } /* 320px為多數PDA的顯示寬度 */\r
-       input { max-width: 200px; }\r
-       textarea { max-width: 200px; height: 40px; }\r
-\r
-       .quote { margin: 1ex 1ex; } /* 討論串內文縮排樣式 */\r
-       #page_switch { clear: right; } /* 避免頁尾表格交疊 */\r
-}\r
-\r
-@media print{ /* 列印,預覽列印附加規則 */\r
-       html { background: #FFF; color: #000; } /* 網頁改成白底黑字,節省彩色列印成本 */\r
-       #postform_main { display: none; } /* 貼文表單在列印模式沒有用處,故不顯示以節省空間 */\r
+       .bar_info_mod { color: #FF0; background-color: #000; font-weight: bold; width: auto; margin: 1px; padding: 1px 2px; }
+}
+
+@media screen{ /* 標準顯示(一般顯示器)模式附加規則 */
+
+}
+
+@media handheld{ /* 手持設備(手機,PDA等)附加規則 */
+       html { max-width: 320px; margin: auto; font-size: 9px; } /* 320px為多數PDA的顯示寬度 */
+       input { max-width: 200px; }
+       textarea { max-width: 200px; height: 40px; }
+
+       .quote { margin: 1ex 1ex; } /* 討論串內文縮排樣式 */
+       #page_switch { clear: right; } /* 避免頁尾表格交疊 */
+}
+
+@media print{ /* 列印,預覽列印附加規則 */
+       html { background: #FFF; color: #000; } /* 網頁改成白底黑字,節省彩色列印成本 */
+       #postform_main { display: none; } /* 貼文表單在列印模式沒有用處,故不顯示以節省空間 */
 }
index 7fe711b1abf1a56024a3fc2fd5b2fe6af39225b2..029fce68052c415db28d3954b60273359d831b0c 100755 (executable)
@@ -1,16 +1,16 @@
 /* Yotsubanome Channel Official CSS */
 /* palette1 #FFFF7A #FFFFAC #FFFFEE #808000 */
 /* palette2 [web safe] #FFFF66 #FFFF99 #FFFFCC #CCCC00 */
-html, body { background:#FFFFEE; color:#808000; font-size: 12pt; } /*~~~~*/\r
+html, body { background:#FFFFEE; color:#808000; font-size: 12pt; } /*~~~~*/
 /*small { font-size: 10pt; }*/
-a { color:#0000EE; }\r
+a { color:#0000EE; }
 a:hover { text-decoration: none; background-color: #FFFF00; color: #000000; }
 .adminbar { text-align:right; clear:both; float:right; }
 .logo { clear:both; text-align:center; font-size:2em; color:#000000; width:100%; }
 .theader { background:#E04000; text-align:center; padding:2px; color:#FFFFFF; width:100%; }
 .catalogmode { background:#0040E0; text-align:center; padding:2px; color:#FFFFFF; width:100%; }
 .rules { font-size:0.7em; }
-.postblock { background:#FFFF7A; font-weight:800; } /*~~~~*/
+.postblock .hide_btn { background:#FFFF7A; font-weight:800; } /*~~~~*/
 .footer { text-align:center; font-size:12px; font-family:serif; }
 .passvalid { background:#E08000; text-align:center; width:100%; color:#FFFFFF; }
 .dellist { font-weight: bold; text-align:center; }
@@ -27,17 +27,17 @@ a:hover { text-decoration: none; background-color: #FFFF00; color: #000000; }
 .postername { color:#117743; font-weight:bold; }
 .postertrip { color:#228854; }
 .oldpost { color:#CC1105; font-weight:800; }
-.omittedposts { color:#707070; }\r
-.reply { background:#FFFFAC; } /*~~~~*/\r
+.omittedposts { color:#707070; }
+.reply { background:#FFFFAC; } /*~~~~*/
 .replyhl { background: #000000; color:#00FF00; border: 4px dashed #FFFF00; }
 .doubledash { vertical-align:top; clear:both; float:left; }
 .replytitle { background:inherit; font-size:1.2em; color:#CCCC05; font-weight:800; }
 .commentpostername { color:#117743; font-weight:800; }
 .thumbnailmsg { font-size: small; }
-.abbrev { color:#707070; }\r
+.abbrev { color:#707070; }
 .highlight { background: #000000; color:#00FF00; }
-.inputtext { border: 2px solid #aaa; }\r
-td.inputtext { height: auto; }\r
-.inputtext:focus { border: 2px solid #8ae; }\r
+.inputtext { border: 2px solid #aaa; }
+td.inputtext { height: auto; }
+.inputtext:focus { border: 2px solid #8ae; }
 a.del { color:#000000; }
 .tn_reply { width: 86px; height: 86px; margin: 0px 20px 20px 20px; float: left; background: #000; border: #0D0 2px solid; text-align: center; }