# HG changeset patch # User Christophe Lincoln # Date 1489688753 -3600 # Node ID 0e35b23a30693418cb85cdb7b3f2f29db329aa62 # Parent eba0a55fb53b0039e00dd291e0f31603d3400bbe Add default html page for play.slitaz.me diff -r eba0a55fb53b -r 0e35b23a3069 pangolin/pangolin --- a/pangolin/pangolin Thu Mar 16 18:38:54 2017 +0100 +++ b/pangolin/pangolin Thu Mar 16 19:25:53 2017 +0100 @@ -99,8 +99,11 @@ # Update play.slitaz.me newline boldify "Updating play.slitaz.org..." - cd $REPOS/slitaz-dev-tools && hg update - cp -rf play/web/* ${www}/play.slitaz.org/publc_html + cd ${REPOS}/slitaz-forge && hg update + cp -rf play/* ${www}/play.slitaz.org/publc_html + # Tazcraft + cd ${REPOS}/slitaz-dev-tools && hg update + cp -rf tazcraft/cgi-bin ${www}/play.slitaz.org/publc_html/tazcraft newline ;; up-pangolin) diff -r eba0a55fb53b -r 0e35b23a3069 play.slitaz.me/favicon.ico Binary file play.slitaz.me/favicon.ico has changed diff -r eba0a55fb53b -r 0e35b23a3069 play.slitaz.me/images/logo.png Binary file play.slitaz.me/images/logo.png has changed diff -r eba0a55fb53b -r 0e35b23a3069 play.slitaz.me/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/play.slitaz.me/index.html Thu Mar 16 19:25:53 2017 +0100 @@ -0,0 +1,43 @@ + + + + play.SliTaz.me + + + + + + + + + + +
+ +

+The play.slitaz.me domain is used for gaming services. Each SliTaz developer +can get access to the server and play together after a nice coding session :-) +The Minecraft server was initiate by Kayam Kid and his father Pankso. Welcome! +

+ +

+SliTaz Minecraft server: Tazcraft +

+ + +
+ + + + + diff -r eba0a55fb53b -r 0e35b23a3069 play.slitaz.me/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/play.slitaz.me/style.css Thu Mar 16 19:25:53 2017 +0100 @@ -0,0 +1,92 @@ +/* CSS style for SliTaz.me */ + +html { min-height: 102%; } +body { font: 13px sans-serif, vernada, arial; margin: 0; } +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } +h1 a { color: #fff; text-decoration: none; } +h2 { color: #444; } h3 { color: #666; font-size: 140%; } +a { text-decoration: underline; color: #215090; } +a:hover { text-decoration: none; } +img { border: 0pt none; vertical-align: middle; } + +/* Header */ + +#header { + background: #222; + height: 40px; + border-bottom: 4px solid #d66018; +} + +#header h1 { + margin: 0; + padding: 8px 0 0 42px; + width: 250px; +} + +#header h1 a { + color: white; + text-decoration: none; + font-size: 20px; + font-style: italic; +} + +#header h1 a:hover { + color: #afafaf; +} + +/* Header links */ + +#network { + float: right; + padding: 14px 5px 0; + font-size: 12px; +} + +#network a, #network span { + padding: 0 4px; + color: #fff; + font-weight: bold; + text-decoration: none; +} + +#network a:hover, #network span { color: #afafaf; } + +/* Logo */ + +#logo { + background: url(images/logo.png) no-repeat left; + position: absolute; + float: left; + left: 0px; + top: 0px; + width: 40px; + height: 40px; +} + +/* Content */ + +#content { + margin: 40px auto; + padding: 0 20px; + text-align: justify; + max-width: 720px; +} + +/* Round corner */ + +pre, img, .box, input[type="text"] { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} + +/* Footer */ + +#footer { + text-align: center; + padding: 20px; + border-top: 1px solid #ddd; + font-size: 90%; +} + +#footer a { padding: 0 2px; } diff -r eba0a55fb53b -r 0e35b23a3069 slitaz.me/style.css --- a/slitaz.me/style.css Thu Mar 16 18:38:54 2017 +0100 +++ b/slitaz.me/style.css Thu Mar 16 19:25:53 2017 +0100 @@ -1,4 +1,4 @@ -/* CSS style for SliTaz IRC */ +/* CSS style for SliTaz.me */ html { min-height: 102%; } body { font: 13px sans-serif, vernada, arial; margin: 0; }