Skip to content
Snippets Groups Projects
Unverified Commit e703b315 authored by badcast's avatar badcast :desktop: Committed by GitHub
Browse files

Add files via upload

parent be305764
No related branches found
No related tags found
No related merge requests found
Showing
with 169 additions and 0 deletions
File added
@font-face {
font-family:'Poiret One';
src:url('../fonts/Font - Poiret One.ttf') format(truetype);
}
* {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
body {
color:#000;
background:#edeef0;
font-family:Arial;
font-size:2em;
margin:0;
padding:0;
}
.dlg_box {
}
.dlg_box_top {
background:#0857A6;
color:#fff;
padding:10px;
}
.dlg_box_content {
display:block;
padding:2px;
}
.text_input_group {
position:fixed;
left:0;
bottom:0;
background:#39b54a;
color:#fff;
width:100%;
padding:10px;
}
.text_input {
border:1px solid #0857A6;
outline:none;
font-size:1.25em;
padding:10px;
}
.text_input:focus {
border:1px solid rgba(221,61,9,0.78);
}
.dlg_box_send {
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
background:rgba(0,0,0,0.1);
color:#fff;
cursor:pointer;
padding:10px;
}
.dlg_box_send:hover {
background:#0857A6;
}
.message_view {
padding:10px;
}
.message{
padding: 2px;
}
.msg_time{
font-size: 0.5em;
color: inherit;
padding-top: 10px;
}
.msg_l {
background:#fff;
color:#000;
}
.msg_r {
background:#4682B4;
color:white;
margin-left: auto;
}
.msg_l,.msg_r {
border-radius:1em;
width:70%;
padding:.6em;
}
.thumb_dlg {
width:1.5em;
height:1.5em;
border-radius:30px;
position:absolute;
top:5px;
right:10px;
}
.thumb_dlg:active {
border:10px solid rgba(255,68,7,1);
}
.social_stick {
position:fixed;
left:0;
margin:100px 0 0;
}
.socialbutton {
width:48px;
height:48px;
display:block;
padding:1px;
}
.social_in_text {
color:#000;
font-size:12px;
position:absolute;
background:rgba(0,0,0,0.1);
width:90px;
top:-48px;
left:0;
display:none;
padding:10px;
}
.socialbutton:hover {
background-color:rgba(0,0,0,0.1);
}
.vk {
background:url(../img/Social/vk.png) no-repeat;
}
.insta {
background:url(../img/Social/instagram.png) no-repeat;
}
.twitter {
background:url(../img/Social/twitter.png) no-repeat;
}
.facebook {
background:url(../img/Social/facebook.png) no-repeat;
}
.youtube {
background:url(../img/Social/youtube.png) no-repeat;
}
.message,.socialbutton:hover .social_in_text {
display:block;
}
\ No newline at end of file
File added
images/langicons/english.png

730 B

images/langicons/kazakh.png

2.52 KiB

images/langicons/russian.png

368 B

images/left_arrow.png

445 B

images/list_number.png

657 B

images/menu_back_panel.png

331 B

images/ornamnet.png

25.4 KiB

images/right_arrow.png

438 B

img/Social/facebook.png

1019 B

img/Social/instagram.png

5.35 KiB

img/Social/twitter.png

1.09 KiB

img/Social/vk.png

1.19 KiB

img/Social/web.png

2.49 KiB

img/Social/youtube.png

1.03 KiB

img/avatar.jpg

213 KiB

img/avatar_2.jpg

186 KiB

img/avatar_3.jpg

151 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment