mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
+1
-1
File diff suppressed because one or more lines are too long
@@ -21,34 +21,34 @@
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "vchat";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
margin-right: .2em;
|
||||
text-align: center;
|
||||
/* opacity: .8; */
|
||||
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
|
||||
/* Animation center compensation - margins should be symmetric */
|
||||
/* remove if not needed */
|
||||
margin-left: .2em;
|
||||
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
font-size: 150%;
|
||||
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
@@ -58,4 +58,4 @@
|
||||
.icon-pause-outline:before { content: '\e803'; } /* '' */
|
||||
.icon-left-open-outline:before { content: '\e804'; } /* '' */
|
||||
.icon-right-open-outline:before { content: '\e805'; } /* '' */
|
||||
.icon-cancel-circled-outline:before { content: '\e806'; } /* '' */
|
||||
.icon-cancel-circled-outline:before { content: '\e806'; } /* '' */
|
||||
|
||||
@@ -75,4 +75,4 @@ function storageAvailable(type) {
|
||||
// acknowledge QuotaExceededError only if there's something already stored
|
||||
(storage && storage.length !== 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -10,7 +10,7 @@ GLOBAL_LIST_INIT(vchatFiles, list(
|
||||
"code/modules/vchat/js/vchat.min.js"
|
||||
))
|
||||
|
||||
// The to_chat() macro calls this proc
|
||||
// The to chat macro calls this proc, deprecated
|
||||
/proc/__to_chat(var/target, var/message)
|
||||
// First do logging in database
|
||||
if(isclient(target))
|
||||
|
||||
Reference in New Issue
Block a user