Skip to content

Commit

Permalink
Go38Box 溫濕度第一版
Browse files Browse the repository at this point in the history
  • Loading branch information
GXiangCo committed Apr 23, 2018
1 parent 8c9e3b3 commit 4f71113
Show file tree
Hide file tree
Showing 26 changed files with 1,079 additions and 0 deletions.
63 changes: 63 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

Binary file added css/images/img01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/img02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/img023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/img024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/img02_bak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/img04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/img05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions css/images/mobileUI-site-nav-opener-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletions css/skel-noscript.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

/* Box Model */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

/* Container */

body {
min-width: 1200px;
}

.container {
width: 1200px;
margin-left: auto;
margin-right: auto;
}

/* Modifiers */

.container.small {
width: 900px;
}

.container.big {
width: 100%;
max-width: 1500px;
min-width: 1200px;
}

/* Grid */

/* Cells */

.\31 2u { width: 100% }
.\31 1u { width: 91.6666666667% }
.\31 0u { width: 83.3333333333% }
.\39 u { width: 75% }
.\38 u { width: 66.6666666667% }
.\37 u { width: 58.3333333333% }
.\36 u { width: 50% }
.\35 u { width: 41.6666666667% }
.\34 u { width: 33.3333333333% }
.\33 u { width: 25% }
.\32 u { width: 16.6666666667% }
.\31 u { width: 8.3333333333% }
.\-11u { margin-left: 91.6666666667% }
.\-10u { margin-left: 83.3333333333% }
.\-9u { margin-left: 75% }
.\-8u { margin-left: 66.6666666667% }
.\-7u { margin-left: 58.3333333333% }
.\-6u { margin-left: 50% }
.\-5u { margin-left: 41.6666666667% }
.\-4u { margin-left: 33.3333333333% }
.\-3u { margin-left: 25% }
.\-2u { margin-left: 16.6666666667% }
.\-1u { margin-left: 8.3333333333% }

.row > * {
padding: 50px 0 0 50px;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.row + .row > * {
padding-top: 50px;
}

.row {
margin-left: -50px;
}

/* Rows */

.row:after {
content: '';
display: block;
clear: both;
height: 0;
}

.row:first-child > * {
padding-top: 0;
}

.row > * {
padding-top: 0;
}

/* Modifiers */

/* Flush */

.row.flush {
margin-left: 0;
}

.row.flush > * {
padding: 0 !important;
}

/* Quarter */

.row.quarter > * {
padding: 12.5px 0 0 12.5px;
}

.row.quarter + .row.quarter > * {
padding-top: 12.5px;
}

.row.quarter {
margin-left: -12.5px;
}

/* Half */

.row.half > * {
padding: 25px 0 0 25px;
}

.row.half + .row.half > * {
padding-top: 25px;
}

.row.half {
margin-left: -25px;
}

/* One and (a) Half */

.row.oneandhalf > * {
padding: 75px 0 0 75px;
}

.row.oneandhalf + .row.oneandhalf > * {
padding-top: 75px;
}

.row.oneandhalf {
margin-left: -75px;
}

/* Double */

.row.double > * {
padding: 100px 0 0 100px;
}

.row.double + .row.double > * {
padding-top: 100px;
}

.row.double {
margin-left: -100px;
}
16 changes: 16 additions & 0 deletions css/style-1000px.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
Azure by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Header */

#header-wrapper {
}

/* Logo */

#logo {
padding-top: 10em;
}
158 changes: 158 additions & 0 deletions css/style-desktop.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
/*
Azure by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Header */

#header-wrapper {
}

.homepage #header-wrapper {
}

#header {
overflow: hidden;
background: url(images/img02.png) no-repeat right -2em;
margin: 0 auto 0 auto;
padding: 0 0 4em 0;
background-size: 60%;
}

/* Logo */

#logo {
overflow: hidden;
padding: 15em 0.25em 2em 0em;
text-shadow: 1px 1px 0px #188FB9;
text-transform: uppercase;
}

#logo h1 a {
margin: 0em;
padding: 0em 0em 0em 0em;
letter-spacing: -.1em;
text-decoration: none;
font-size: 4em;
font-weight: bold;
color: #FFFFFF;
}

#logo p {
padding: 0em 0em 0em .5em;
font-size: 1em;
color: #BDF2FF;
}

/* Menu */

#menu {
overflow: hidden;
}

#nav ul {
}

#nav li {
display: inline-block;
}

#nav a {
display: block;
float: left;
margin-right: 0.12em;
padding: 1em 1.5em;
background: #178EAE;
box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
text-decoration: none;
text-shadow: 1px 1px 0px #0C749C;
text-transform: uppercase;
font-size: .90em;
color: #FFFFFF;
}

#nav .current_page_item {
color: #FFFFFF;
}

#nav .current_page_item a {
color: #FFFFFF;
}

#menu a:hover {
}

/* Main Wrapper */

#wrapper {
}

/* Welcome */

#welcome {
}

#welcome .content {
overflow: hidden;
padding: 0em 3em 0em 3em;
}


#welcome a img {
display: block;
float: left;
margin-right: 2em;
width: 20%;
}



/* Page Wrapper */

#page-wrapper {
}

#pbox1 {
padding: 0em 0em 0em 3em;
}


#pbox2 {
}

#pbox3 {
padding: 0em 3em 0em 0em;
}

/* Marketing */

#marketing {
overflow: hidden;
padding: 4em 0em 4em 0em;
}

#marketing h2 {
padding: 0em 0em 2em 0em;
letter-spacing: normal;
text-shadow: 1px 1px 0px #1B94BD;
text-transform: capitalize;
font-size: 1.2em;
font-weight: bold;
color: #FFFFFF;
}

/* Footer */

#footer {
}

#footer #fbox1 {
overflow: hidden;
padding: 0em 0em 0em 3em;
}

#footer #fbox2 {
overflow: hidden;
padding: 0em 3em 0em 0em;
}
Loading

0 comments on commit 4f71113

Please sign in to comment.