Compare commits
3 Commits
longitude-
...
weather
Author | SHA1 | Date | |
---|---|---|---|
a26016bcaa | |||
9f6d5ccc1f | |||
0fb84634e2 |
Binary file not shown.
@ -14,5 +14,7 @@
|
|||||||
<tizen:privilege name="http://tizen.org/privilege/filesystem.read"/>
|
<tizen:privilege name="http://tizen.org/privilege/filesystem.read"/>
|
||||||
<tizen:privilege name="http://tizen.org/privilege/filesystem.write"/>
|
<tizen:privilege name="http://tizen.org/privilege/filesystem.write"/>
|
||||||
<tizen:privilege name="http://tizen.org/privilege/mediastorage"/>
|
<tizen:privilege name="http://tizen.org/privilege/mediastorage"/>
|
||||||
|
<tizen:privilege name="http://tizen.org/privilege/location"/>
|
||||||
|
|
||||||
<tizen:profile name="wearable"/>
|
<tizen:profile name="wearable"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,16 +1,11 @@
|
|||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: courier;
|
font-family: roboto;
|
||||||
src: url('CourierPrimeSansRegular.ttf');
|
src: url('JetBrainsMono-Bold.ttf');
|
||||||
}
|
|
||||||
|
|
||||||
@font-face{
|
|
||||||
font-family: fabiolo;
|
|
||||||
src: url('fabiolo-smallcap-regular.ttf')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Roboto{
|
.Roboto{
|
||||||
font-family: fabiolo;
|
font-family: roboto;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@ -18,7 +13,7 @@ html, body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
font-family: "courier";
|
font-family: "roboto";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -27,7 +22,7 @@ html, body {
|
|||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
#canvas-layout {
|
#canvas-layout {
|
||||||
@ -50,6 +45,7 @@ hour&minutes
|
|||||||
*/
|
*/
|
||||||
#digital-body {
|
#digital-body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 70%;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
height: 360px;
|
height: 360px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
@ -57,58 +53,37 @@ hour&minutes
|
|||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#str-just-hours {
|
|
||||||
text-transform: full-width;
|
|
||||||
font-size: 600%;
|
|
||||||
font-style: bold;
|
|
||||||
letter-spacing: -2px;
|
|
||||||
float: left;
|
|
||||||
color: white;
|
|
||||||
width: 90px;
|
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#rec-time {
|
#rec-time {
|
||||||
position: relative;
|
margin: 0;
|
||||||
display: inline-block;
|
position: absolute;
|
||||||
top: 40%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
-ms-transform: translate(-50%, -50%);
|
-ms-transform: translate(-50%, -50%);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#str-hours {
|
#str-hours {
|
||||||
font-size: 450%;
|
font-size: 370%;
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
letter-spacing: -10px;
|
|
||||||
float: left;
|
float: left;
|
||||||
color: white;
|
color: white;
|
||||||
width: 80px;
|
|
||||||
text-align: right;
|
|
||||||
transform: translate(-5px, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#str-console {
|
#str-console {
|
||||||
font-size: 250%;
|
font-size: 370%;
|
||||||
|
font-style: bold;
|
||||||
float: left;
|
float: left;
|
||||||
color: white;
|
color: white;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
transform: translate(-6px, 8px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#str-minutes {
|
#str-minutes {
|
||||||
font-size: 450%;
|
font-size: 370%;
|
||||||
letter-spacing: -10px;
|
font-style: bold;
|
||||||
float: left;
|
float: left;
|
||||||
color: white;
|
color: white;
|
||||||
width: 70px;
|
|
||||||
text-align: left;
|
|
||||||
transform: translate(-15px, 0);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#str-ampm {
|
#str-ampm {
|
||||||
@ -116,24 +91,3 @@ hour&minutes
|
|||||||
color: white;
|
color: white;
|
||||||
padding-top: 20%;
|
padding-top: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#str-event {
|
|
||||||
position: absolute;
|
|
||||||
display: inline-block;
|
|
||||||
top:60%;
|
|
||||||
left: 50%;
|
|
||||||
-ms-transform: translate(-50%, -50%);
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
font-size: 175%;
|
|
||||||
color: white;
|
|
||||||
text-align: center;
|
|
||||||
z-index: 2;
|
|
||||||
line-height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-line-clamp: 2; /* number of lines to show */
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -13,14 +13,11 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="digital-body">
|
<div id="digital-body">
|
||||||
<div id="str-just-hours"></div>
|
|
||||||
|
|
||||||
<div id="rec-time">
|
<div id="rec-time">
|
||||||
<div id="str-hours"></div>
|
<div id="str-hours"></div>
|
||||||
<div id="str-console">:</div>
|
<div id="str-console">:</div>
|
||||||
<div id="str-minutes"></div>
|
<div id="str-minutes"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="str-event"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
Reference in New Issue
Block a user