summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css138
1 files changed, 97 insertions, 41 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 23d8e60..a7a3517 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -221,7 +221,7 @@ iframe.embed {
}
.viewMore:hover {
- background: lightgreen;
+ background: black;
color: white;
}
@@ -306,22 +306,15 @@ iframe.embed {
padding:80px;
}
.subButtons a {
- margin: 9px 0;
- border: 0;
- background: transparent;
- font-size: 15px;
- font-weight: 300;
- width: 33.33333333333%;
display: inline-block;
float: left;
- text-decoration:none;
}
-.subButtons a:hover {
- text-decoration:underline;
+
+.subButtons a:nth-child(2){
+ margin-left:5px;
}
.subButtons a:nth-child(3){
- color:#FF3A2D;
- float: right;
+ float:right;
}
.page .questions span{
font-weight:300;
@@ -368,8 +361,9 @@ iframe.embed {
}
.footer {
- width: 100%;
- margin: 80px 0;
+ width: 100%;
+ padding: 80px 0;
+ background: #f9f9f9;
}
.footer a, .footer span{
@@ -401,7 +395,7 @@ iframe.embed {
position: relative;
font-size: 18px;
padding: 8px;
- margin: 14px;
+ margin: 4px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
@@ -413,11 +407,13 @@ iframe.embed {
padding: 8px;
color: black;
font-weight: 300;
+ float:right;
text-decoration: none;
border-bottom:1px solid transparent;
}
.topLinks a:hover {
- border-bottom:1px solid lightgreen;
+ background: black;
+ color: white;
}
.profilepage .bio {
text-align: left;
@@ -710,8 +706,14 @@ iframe.embed {
display: inline-block;
background: white;
box-shadow: -3px 3px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
+}
+.vvbox .txt {
+ padding: 5px;
+ display: inline-block;
}
-
.edit-video.menu,
.edit-image.menu {
right: auto;
@@ -1007,7 +1009,7 @@ iframe.embed {
}
.editBtn:hover {
- background:lightgreen;
+ background:black;
}
.deleteArmed .mediaDrawer h3 {
@@ -1218,6 +1220,12 @@ iframe.embed {
transform: translateX(400px);
transition: -webkit-transform 0.2s ease-in-out;
}
+h4 {
+ font-weight: 600;
+ font-size: 12px;
+ line-height: 0;
+ margin-top: 15px;
+}
.lightcontrol.active {
-webkit-transform: translateX(0px);
transform: translateX(0px);
@@ -1249,12 +1257,12 @@ input[type="range"]::-webkit-slider-thumb {
.swatch {
width: 20px;
height: 20px;
- border: 1px solid black;
+ border: 1px solid #eee;
display: inline-block;
cursor: pointer;
}
.swatch.selected {
- border-width: 2px;
+ border: 1px solid #000;
}
.color-swatches {
margin-top: 10px;
@@ -1270,7 +1278,7 @@ input[type="range"]::-webkit-slider-thumb {
cursor: pointer;
}
.color-swatches label.selected {
- font-weight: 500;
+ font-weight: 600;
}
@@ -1358,6 +1366,7 @@ input[type="range"]::-webkit-slider-thumb {
.settings .setting {
margin-bottom:10px;
}
+.settings
.settings .setting a {
text-decoration:none;
}
@@ -1368,10 +1377,8 @@ input[type="range"]::-webkit-slider-thumb {
}
.settings .subButtons a {
font-size: 12px;
- font-weight: 300;
- width: 40px;
- margin: 0;
}
+
.settings .setting:last-child{
margin-bottom:0px;
}
@@ -1390,6 +1397,10 @@ input[type="range"]::-webkit-slider-thumb {
float: left;
position: relative;
top: 5px;
+ font-weight:600;
+}
+.setting.number label:after {
+ content:":";
}
.setting.number.halflines {
height: 30px;
@@ -1454,22 +1465,42 @@ input[type="range"]::-webkit-slider-thumb {
padding-right: 3px;
}
+.btn, button {
+ background:white;
+ color:black;
+ padding:3px;
+ text-decoration:none;
+ cursor: pointer;
+ border:1px solid;
+}
+
+.btn:hover, button:hover {
+ background:black;
+ color:white;
+}
+
+.warn {
+ background:red;
+ display: inline-block;
+ color:white;
+ border:1px solid red;
+ text-align: center;
+}
+
button {
padding: 8px;
- border: 1px solid;
float: right;
font-weight: 500;
- background: white;
- cursor: pointer;
width: 100%;
+ font-size:14px;
}
-button:hover {
- background:black;
- color:white;
+#builder-units {
+ width:100%;
+}
+#mediaEditor .warn {
+ width:100%;
}
-
-
.radio-group {
width: 182px;
@@ -1581,9 +1612,9 @@ form input[type="submit"] {
padding: 10px 0;
}
form input[type="submit"]:hover {
- background:lightgreen;
+ background:black;
color:white;
- border:1px solid lightgreen;
+ border:1px solid black;
cursor:pointer;
}
form p{
@@ -1651,7 +1682,7 @@ form li textarea {
}
.demo .video span.icon-ios7-play-outline:hover {
- color:lightgreen;
+ color:black;
}
.box {
@@ -1659,6 +1690,12 @@ form li textarea {
vertical-align: middle;
width: 100%;
}
+.question {
+ font-size: 43px;
+ font-weight: 300;
+ margin-bottom: 10px;
+ display: inline-block;
+}
.close {
font-weight: 100;
@@ -1678,7 +1715,7 @@ form li textarea {
}
.close:hover {
- background:lightgreen;
+ background:black;
color:white;
}
@@ -1698,7 +1735,7 @@ form li textarea {
}
/*
.facebook:hover{
- background:lightgreen;
+ background:black;
}
*/
.box b.signin-tagline {
@@ -1738,6 +1775,13 @@ a[data-role="forgot-password"] {
border: 1px solid;
}
+.aboutRoom h1 {
+ font-size:28px;
+}
+.txt {
+ font-size:12px;
+ padding:5px 0;
+}
.aboutRoom h1 a{
text-decoration: none;
font-style: italic;
@@ -1748,14 +1792,26 @@ a[data-role="forgot-password"] {
}
.aboutRoom .editlink {
- color: red;
- text-decoration: none;
- border-bottom: 1px dotted;
+ color: black;
+ text-decoration: none;
+ border-bottom: 0;
+ background: white;
+ padding: 6px;
+ display: inline-block;
+ margin-top: 10px;
+ width: 100%;
+ text-align: center;
+ border:1px solid black;
+}
+
+.aboutRoom .editlink:hover {
+ background:black;
+ color:white;
}
.aboutRoom h2{
font-size: 13px;
- margin: 5px 0;
+ margin: 5px 0 0 0;
}
.share {