mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -05:00
[ux] removing all shadows and gradients
This commit is contained in:
parent
4c28a57485
commit
52b3d985a1
@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
header
|
header
|
||||||
padding: 5px
|
padding: 5px
|
||||||
gradient: #e1e4e6 #cacdce
|
|
||||||
shadow: rgba(#000,0.1) 2px 1px 5px
|
|
||||||
border-bottom: 1px solid #aaa
|
border-bottom: 1px solid #aaa
|
||||||
position: fixed
|
position: fixed
|
||||||
right: 0px
|
right: 0px
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
color: #777
|
color: #777
|
||||||
|
|
||||||
&.activeContact
|
&.activeContact
|
||||||
gradient: #35c8ff #00aeef
|
|
||||||
border-top: 1px solid #8de0ff
|
border-top: 1px solid #8de0ff
|
||||||
border-bottom: 1px solid #004a65
|
border-bottom: 1px solid #004a65
|
||||||
|
|
||||||
@ -104,14 +103,12 @@
|
|||||||
width: 30px
|
width: 30px
|
||||||
height: 30px
|
height: 30px
|
||||||
roundall: 5px
|
roundall: 5px
|
||||||
shadow: rgba(0,0,0,0.5) -1px -1px 1px
|
|
||||||
noselect()
|
noselect()
|
||||||
|
|
||||||
.name
|
.name
|
||||||
margin: 0px
|
margin: 0px
|
||||||
margin-left: 40px
|
margin-left: 40px
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
text-shadow: rgba(0,0,0,0.5) -1px -1px 1px
|
|
||||||
|
|
||||||
.status
|
.status
|
||||||
color: #ccc
|
color: #ccc
|
||||||
@ -120,7 +117,6 @@
|
|||||||
font-weight: 600
|
font-weight: 600
|
||||||
margin: 0px
|
margin: 0px
|
||||||
margin-left: 40px
|
margin-left: 40px
|
||||||
text-shadow: rgba(0,0,0,0.5) 1px 1px 1px
|
|
||||||
|
|
||||||
.unread
|
.unread
|
||||||
display: none
|
display: none
|
||||||
@ -135,5 +131,4 @@
|
|||||||
font-weight: bold
|
font-weight: bold
|
||||||
background-color: red
|
background-color: red
|
||||||
border: 1px solid white
|
border: 1px solid white
|
||||||
text-shadow: rgba(0,0,0,0.5) 1px 1px 1px
|
|
||||||
shadow: rgba(0,0,0,0.5) 1px 1px 1px
|
|
||||||
|
@ -340,9 +340,6 @@ td {
|
|||||||
}
|
}
|
||||||
#roster li.activeContact,
|
#roster li.activeContact,
|
||||||
#bookmarks li.activeContact {
|
#bookmarks li.activeContact {
|
||||||
background: #35c8ff;
|
|
||||||
background-image: -moz-linear-gradient(top, #35c8ff, #00aeef);
|
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #35c8ff), color-stop(1, #00aeef));
|
|
||||||
border-top: 1px solid #8de0ff;
|
border-top: 1px solid #8de0ff;
|
||||||
border-bottom: 1px solid #004a65;
|
border-bottom: 1px solid #004a65;
|
||||||
}
|
}
|
||||||
@ -373,9 +370,6 @@ td {
|
|||||||
-o-border-radius: 5px;
|
-o-border-radius: 5px;
|
||||||
-border-radius: 5px;
|
-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-webkit-box-shadow: rgba(0,0,0,0.5) -1px -1px 1px;
|
|
||||||
-moz-box-shadow: rgba(0,0,0,0.5) -1px -1px 1px;
|
|
||||||
box-shadow: rgba(0,0,0,0.5) -1px -1px 1px;
|
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: none;
|
||||||
@ -388,7 +382,6 @@ td {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: rgba(0,0,0,0.5) -1px -1px 1px;
|
|
||||||
}
|
}
|
||||||
#roster li .status,
|
#roster li .status,
|
||||||
#bookmarks li .status {
|
#bookmarks li .status {
|
||||||
@ -398,7 +391,6 @@ td {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
|
|
||||||
}
|
}
|
||||||
#roster li .unread,
|
#roster li .unread,
|
||||||
#bookmarks li .unread {
|
#bookmarks li .unread {
|
||||||
@ -419,10 +411,6 @@ td {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #f00;
|
background-color: #f00;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
|
|
||||||
-webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
|
|
||||||
-moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
|
|
||||||
box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
|
|
||||||
}
|
}
|
||||||
.page.chat {
|
.page.chat {
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
@ -445,12 +433,6 @@ td {
|
|||||||
}
|
}
|
||||||
.conversation header {
|
.conversation header {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: #e1e4e6;
|
|
||||||
background-image: -moz-linear-gradient(top, #e1e4e6, #cacdce);
|
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e4e6), color-stop(1, #cacdce));
|
|
||||||
-webkit-box-shadow: rgba(0,0,0,0.1) 2px 1px 5px;
|
|
||||||
-moz-box-shadow: rgba(0,0,0,0.1) 2px 1px 5px;
|
|
||||||
box-shadow: rgba(0,0,0,0.1) 2px 1px 5px;
|
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user