diff options
Diffstat (limited to 'webclient/style')
| -rw-r--r-- | webclient/style/alias.css | 322 | ||||
| -rw-r--r-- | webclient/style/dialog.css | 16 | ||||
| -rw-r--r-- | webclient/style/images/bb.png | bin | 185 -> 0 bytes | |||
| -rw-r--r-- | webclient/style/images/bb2.png | bin | 185 -> 0 bytes | |||
| -rw-r--r-- | webclient/style/images/bold.ttf | bin | 56624 -> 0 bytes | |||
| -rw-r--r-- | webclient/style/images/cross.png | bin | 578 -> 0 bytes | |||
| -rw-r--r-- | webclient/style/images/cross2.png | bin | 536 -> 0 bytes | |||
| -rw-r--r-- | webclient/style/images/logo.png | bin | 10488 -> 0 bytes | |||
| -rw-r--r-- | webclient/style/tabs.css | 72 | ||||
| -rw-r--r-- | webclient/style/tipTip.css | 125 |
10 files changed, 0 insertions, 535 deletions
diff --git a/webclient/style/alias.css b/webclient/style/alias.css deleted file mode 100644 index 9efdba2..0000000 --- a/webclient/style/alias.css +++ /dev/null @@ -1,322 +0,0 @@ -@font-face { - font-family: "street"; - src: url("images/bold.ttf"); - font-weight: bold; -} - -a -{ - color: #3058A3; - text-decoration: none; - font-weight: bold; -} - -a:hover -{ - text-decoration: underline; -} - -hr -{ - color: #D8D8D8; - border-bottom: 1px solid white; -} - -html -{ - height: 100%; -} - -body -{ - padding: 0px; - margin: 0px; - font-family: sans-serif; - height: 100%; - background-image: url('images/bb.png'); -} - -div -{ - margin: 0px; - padding: 0px; -} - -.info -{ - font-style: italic; -} - -#register label{ - display: block; - float: left; - width: 150px; -} - -input -{ - border: 1px solid black; -} - -#login -{ - width: 400px; - height: 300px; - position: absolute; - top: 50%; - left: 50%; - margin-left: -200px; - margin-top: -150px; - background-color: #F4F4F4; - box-shadow: 5px 5px 5px 0px #434343; - border-radius: 10px; - color: #313131; -} - -#login h2 -{ - margin: 0px; - background-image: -moz-linear-gradient(top center, white, #D8D8D8); - background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); - border-bottom: 1px solid #CDCDCD; - color: #3058A3; - font-family: "street"; - font-size: 120%; - font-weight: bold; - padding-left: 10px; - text-shadow: 0px 1px 0px #EBEBEB; - border-radius: 10px 10px 0px 0px; -} - -#login label -{ - float: left; - width: 8em; -} - -#login .info -{ - margin: 0px; -} - -#login .content -{ - padding: 1em; -} - -#login .connect -{ - text-align: center; - margin-top: 2em; -} - -#connect -{ - height: 2.5em; - border: 1px solid #6D6D6D; - border-radius: 5px; - font-weight: bold; - background-color: #DEDEDE; -} - -#connect:hover -{ - color: white; - background-color: #3058A3; -} - -#bottom -{ - position: fixed; - bottom: 0px; - width: 100%; - clear: both; -} - -#bottomup -{ - text-align: right; -} - -#consolea -{ - text-decoration: none; - color: black; - background-color: gray; - margin: 0px; - padding-left: 5px; - padding-right: 5px; - padding-top: 5px; -} - -#log -{ - height: 400px; - width: 100%; - overflow: auto; - display: none; - border-top: 1px solid black; -} - -#header -{ - margin: 0px; - margin-bottom: 20px; - background-image: -moz-linear-gradient(top center, #F4F4F4, #C1C1C1); - background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); - border-bottom: 1px solid #CDCDCD; - box-shadow: 0px 5px 10px #434343; - height:70px; -} - - -#logo -{ - color: #515159; - font-family: "street"; - font-size: 300%; - font-weight: bold; - padding-left: 30px; - text-shadow: 0px 1px 0px #EBEBEB; -} - -#left -{ - margin: 0px; - margin-left: 8px; - float: left; - width: 20%; - background-color: #F4F4F4; - height: 95%; - display: none; - border-radius: 5px; - box-shadow: 5px 5px 5px 0px #434343; -} - -#left h2{ - margin: 0px; - background-image: -moz-linear-gradient(top center, white, #D8D8D8); - background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D9D9D9)); - border-bottom: 1px solid #CDCDCD; - color: #3058A3; - font-family: "street"; - font-size: 120%; - font-weight: bold; - padding-left: 10px; - text-shadow: 0px 1px 0px #EBEBEB; - border-radius: 10px 10px 0px 0px; -} - -#right -{ - border-radius: 5px; - float: left; - width: 75%; - height: 95%; - display: none; - margin-left:2%; - margin-right:2%; - background-color: transparent; - padding: 0px; -} - -#tabs{ - height: 100%; - padding: 0px; -} - -.chat-messages{ - height: 80%; - width: 100%; - margin-top: 10px; - margin-bottom: 10px; - overflow: auto; - border: 1px solid #787878; -} - -.chat-message{ - margin: 0px; -} - -.chat-name{ - font-weight: bold; - color: #0073EA; -} - -.me{ - color: #FF0084; -} - -.chat-name:before{ - content: "<"; -} - -.chat-name:after{ - content: ">"; -} - -.chat-input{ - width: 100%; - border: 1px solid #787878; -} - -#roster -{ - height: 100%; - font-size: 0.8em; - padding: 5px; -} - -#roster > ul -{ - list-style-type: none; - padding: 0px; -} - -.roster-contact -{ - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -webkit-transition-property: background-color; - -webkit-transition-duration: 1s; - -o-transition-property: background-color; - -o-transition-duration: 1s; - border-bottom: 1px dotted black; - padding: 5px; - cursor: pointer; -} - -.roster-contact:hover -{ - box-shadow: 2px 2px 2px #434343; -} - -.roster-name -{ - font-weight: bold; -} - -.online -{ - background-color: #DBFFDC; -} - -.away -{ - background-color: #E3E3E3; -} - -#tiptip_holder ul -{ - padding: 0; - margin: 0; - margin-left:10px; -} - -#status -{ - margin: 0px; - margin-top: 10px; - margin-right: 10px; - float: right; -}
\ No newline at end of file diff --git a/webclient/style/dialog.css b/webclient/style/dialog.css deleted file mode 100644 index 5fbc208..0000000 --- a/webclient/style/dialog.css +++ /dev/null @@ -1,16 +0,0 @@ -#dialog-overlay{ - position:absolute; - z-index:9000; - background-color:#575757; - opacity: 0.7; - display:none; -} - -#dialogs .dialog{ - position:absolute; - display:none; - z-index:9999; - padding:5px; - border: 1px solid #727272; - background-color: #F5F5F5; -}
\ No newline at end of file diff --git a/webclient/style/images/bb.png b/webclient/style/images/bb.png Binary files differdeleted file mode 100644 index b6d7f8e..0000000 --- a/webclient/style/images/bb.png +++ /dev/null diff --git a/webclient/style/images/bb2.png b/webclient/style/images/bb2.png Binary files differdeleted file mode 100644 index 8efe39e..0000000 --- a/webclient/style/images/bb2.png +++ /dev/null diff --git a/webclient/style/images/bold.ttf b/webclient/style/images/bold.ttf Binary files differdeleted file mode 100644 index 049dc43..0000000 --- a/webclient/style/images/bold.ttf +++ /dev/null diff --git a/webclient/style/images/cross.png b/webclient/style/images/cross.png Binary files differdeleted file mode 100644 index 871db41..0000000 --- a/webclient/style/images/cross.png +++ /dev/null diff --git a/webclient/style/images/cross2.png b/webclient/style/images/cross2.png Binary files differdeleted file mode 100644 index 3e31d3b..0000000 --- a/webclient/style/images/cross2.png +++ /dev/null diff --git a/webclient/style/images/logo.png b/webclient/style/images/logo.png Binary files differdeleted file mode 100644 index ee58f05..0000000 --- a/webclient/style/images/logo.png +++ /dev/null diff --git a/webclient/style/tabs.css b/webclient/style/tabs.css deleted file mode 100644 index 262f5c4..0000000 --- a/webclient/style/tabs.css +++ /dev/null @@ -1,72 +0,0 @@ -ul.tabbar{ - background-color: transparent; - padding: 0px; - margin: 0px; - list-style-type: none; - height:20px; -} - -ul.tabbar > li{ - background-image: -moz-linear-gradient(top center, white, #D8D8D8); - border-radius: 5px 5px 0px 0px; - padding: 5px; - margin: 0px; - margin-right: 1px; - height: 20px; - float: left; - display: block; - margin-top: 0px; - width: 200px; - overflow: hidden; - color: #2D2D2D; -} - -ul.tabbar > li.selected{ - background-image:none; - background-color: #3765BB; - box-shadow: 2px -2px 2px #434343; - color: white; -} - -ul.tabbar > li:hover{ - color: #3765BB; - cursor: pointer; -} - -ul.tabbar > li.selected:hover{ - color: #2D2D2D; -} - -ul.tabbar > li > span.tab-close{ - display: block; - width: 15px; - height: 15px; - float: right; - margin-left: 5px; - margin-top: 2px; - background-image: url("images/cross.png"); -} - -ul.tabbar > li:hover > span.tab-close{ - background-image: url("images/cross2.png"); -} - -ul.tabbar > li > a{ - color: inherit; -} - -ul.tabbar > li > a:hover{ - text-decoration: none; -} - -ul.tabbar > li > a:focus{ - border: none; -} - -.tab{ - padding: 10px; - height: 100%; - display: none; - background-color: white; - box-shadow: 5px 5px 5px 0px #434343; -} diff --git a/webclient/style/tipTip.css b/webclient/style/tipTip.css deleted file mode 100644 index 70411d6..0000000 --- a/webclient/style/tipTip.css +++ /dev/null @@ -1,125 +0,0 @@ -/* TipTip CSS - Version 1.2 */ - -/** structure - -<div id="tiptip_holder"> - <div id="tiptip_content"> - <div id="tiptip_arrow"> - <div id="tiptip_arrow_inner"></div> - </div> - </div> -</div> - -*/ - -#tiptip_holder { - display: none; - position: absolute; - top: 0; - left: 0; - z-index: 99999; -} - -#tiptip_holder.tip_top { - padding-bottom: 5px; -} - -#tiptip_holder.tip_bottom { - padding-top: 5px; -} - -#tiptip_holder.tip_right { - padding-left: 5px; -} - -#tiptip_holder.tip_left { - padding-right: 5px; -} - -#tiptip_content { - font-size: 11px; - color: #fff; - text-shadow: 0 0 2px #000; - padding: 4px 8px; - border: 1px solid rgba(255,255,255,0.25); - background-color: rgb(25,25,25); - background-color: rgba(25,25,25,0.92); - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); - border-radius: 3px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - box-shadow: 0 0 3px #555; - -webkit-box-shadow: 0 0 3px #555; - -moz-box-shadow: 0 0 3px #555; -} - -#tiptip_arrow, #tiptip_arrow_inner { - position: absolute; - border-color: transparent; - border-style: solid; - border-width: 6px; - height: 0; - width: 0; -} - -#tiptip_holder.tip_top #tiptip_arrow { - border-top-color: #fff; - border-top-color: rgba(255,255,255,0.35); -} - -#tiptip_holder.tip_bottom #tiptip_arrow { - border-bottom-color: #fff; - border-bottom-color: rgba(255,255,255,0.35); -} - -#tiptip_holder.tip_right #tiptip_arrow { - border-right-color: #fff; - border-right-color: rgba(255,255,255,0.35); -} - -#tiptip_holder.tip_left #tiptip_arrow { - border-left-color: #fff; - border-left-color: rgba(255,255,255,0.35); -} - -#tiptip_holder.tip_top #tiptip_arrow_inner { - margin-top: -7px; - margin-left: -6px; - border-top-color: rgb(25,25,25); - border-top-color: rgba(25,25,25,0.92); -} - -#tiptip_holder.tip_bottom #tiptip_arrow_inner { - margin-top: -5px; - margin-left: -6px; - border-bottom-color: rgb(25,25,25); - border-bottom-color: rgba(25,25,25,0.92); -} - -#tiptip_holder.tip_right #tiptip_arrow_inner { - margin-top: -6px; - margin-left: -5px; - border-right-color: rgb(25,25,25); - border-right-color: rgba(25,25,25,0.92); -} - -#tiptip_holder.tip_left #tiptip_arrow_inner { - margin-top: -6px; - margin-left: -7px; - border-left-color: rgb(25,25,25); - border-left-color: rgba(25,25,25,0.92); -} - -/* Webkit Hacks */ -@media screen and (-webkit-min-device-pixel-ratio:0) { - #tiptip_content { - padding: 4px 8px 5px 8px; - background-color: rgba(45,45,45,0.88); - } - #tiptip_holder.tip_bottom #tiptip_arrow_inner { - border-bottom-color: rgba(45,45,45,0.88); - } - #tiptip_holder.tip_top #tiptip_arrow_inner { - border-top-color: rgba(20,20,20,0.92); - } -}
\ No newline at end of file |
