first commit
This commit is contained in:
49
libraries/framework/skin/base/fonts/admindesigns.less
Normal file
49
libraries/framework/skin/base/fonts/admindesigns.less
Normal file
@@ -0,0 +1,49 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/*===============================================
|
||||
AdminDesigns Custom Icon Library
|
||||
================================================*/
|
||||
|
||||
/* Load font library */
|
||||
@font-face {
|
||||
font-family: "AdminDesigns";
|
||||
src:url("@{fonts-path}/admindesigns/admindesigns.eot");
|
||||
src:url("@{fonts-path}/admindesigns/admindesigns.eot?#iefix") format("embedded-opentype"),
|
||||
url("@{fonts-path}/admindesigns/admindesigns.woff") format("woff"),
|
||||
url("@{fonts-path}/admindesigns/admindesigns.ttf") format("truetype"),
|
||||
url("@{fonts-path}/admindesigns/admindesigns.svg#admindesigns") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Font base class */
|
||||
.ad {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
font: normal normal normal 16px/1 AdminDesigns;
|
||||
font-size: inherit;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
|
||||
/* Icon classes */
|
||||
.ad-lines:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.ad-wand {
|
||||
top: 1px;
|
||||
}
|
||||
.ad-wand:before {
|
||||
content: "\e010";
|
||||
}
|
||||
.ad-radio-tower:before {
|
||||
content: "\f030";
|
||||
}
|
||||
.ad-ruby:before {
|
||||
content: "\f047";
|
||||
}
|
||||
.ad-screen-full:before {
|
||||
content: "\f066";
|
||||
}
|
||||
1810
libraries/framework/skin/base/fonts/font-awesome.less
vendored
Normal file
1810
libraries/framework/skin/base/fonts/font-awesome.less
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1714
libraries/framework/skin/base/fonts/glyphicons-pro.less
Normal file
1714
libraries/framework/skin/base/fonts/glyphicons-pro.less
Normal file
File diff suppressed because it is too large
Load Diff
807
libraries/framework/skin/base/fonts/glyphicons.less
Normal file
807
libraries/framework/skin/base/fonts/glyphicons.less
Normal file
@@ -0,0 +1,807 @@
|
||||
/*===============================================
|
||||
Glyphicons for Bootstrap
|
||||
=================================================
|
||||
* http://getbootstrap.com/components/
|
||||
* Creative Commons Attribution 3.0
|
||||
*/
|
||||
|
||||
/* Load font library */
|
||||
@font-face {
|
||||
font-family: 'Glyphicons Halflings';
|
||||
src: url('@{fonts-path}/glyphicons/glyphicons-halflings-regular.eot');
|
||||
src: url('@{fonts-path}/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fonts-path}/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'),
|
||||
url('@{fonts-path}/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
|
||||
url('@{fonts-path}/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
|
||||
url('@{fonts-path}/glyphicons/glyphicons-halflings-regular.svg#@glyphicons_halflingsregular') format('svg');
|
||||
}
|
||||
|
||||
/*Catchall baseclass*/
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/*Individual icons*/
|
||||
.glyphicon-asterisk:before {
|
||||
content: "\2a";
|
||||
}
|
||||
.glyphicon-plus:before {
|
||||
content: "\2b";
|
||||
}
|
||||
.glyphicon-euro:before,
|
||||
.glyphicon-eur:before {
|
||||
content: "\20ac";
|
||||
}
|
||||
.glyphicon-minus:before {
|
||||
content: "\2212";
|
||||
}
|
||||
.glyphicon-cloud:before {
|
||||
content: "\2601";
|
||||
}
|
||||
.glyphicon-envelope:before {
|
||||
content: "\2709";
|
||||
}
|
||||
.glyphicon-pencil:before {
|
||||
content: "\270f";
|
||||
}
|
||||
.glyphicon-glass:before {
|
||||
content: "\e001";
|
||||
}
|
||||
.glyphicon-music:before {
|
||||
content: "\e002";
|
||||
}
|
||||
.glyphicon-search:before {
|
||||
content: "\e003";
|
||||
}
|
||||
.glyphicon-heart:before {
|
||||
content: "\e005";
|
||||
}
|
||||
.glyphicon-star:before {
|
||||
content: "\e006";
|
||||
}
|
||||
.glyphicon-star-empty:before {
|
||||
content: "\e007";
|
||||
}
|
||||
.glyphicon-user:before {
|
||||
content: "\e008";
|
||||
}
|
||||
.glyphicon-film:before {
|
||||
content: "\e009";
|
||||
}
|
||||
.glyphicon-th-large:before {
|
||||
content: "\e010";
|
||||
}
|
||||
.glyphicon-th:before {
|
||||
content: "\e011";
|
||||
}
|
||||
.glyphicon-th-list:before {
|
||||
content: "\e012";
|
||||
}
|
||||
.glyphicon-ok:before {
|
||||
content: "\e013";
|
||||
}
|
||||
.glyphicon-remove:before {
|
||||
content: "\e014";
|
||||
}
|
||||
.glyphicon-zoom-in:before {
|
||||
content: "\e015";
|
||||
}
|
||||
.glyphicon-zoom-out:before {
|
||||
content: "\e016";
|
||||
}
|
||||
.glyphicon-off:before {
|
||||
content: "\e017";
|
||||
}
|
||||
.glyphicon-signal:before {
|
||||
content: "\e018";
|
||||
}
|
||||
.glyphicon-cog:before {
|
||||
content: "\e019";
|
||||
}
|
||||
.glyphicon-trash:before {
|
||||
content: "\e020";
|
||||
}
|
||||
.glyphicon-home:before {
|
||||
content: "\e021";
|
||||
}
|
||||
.glyphicon-file:before {
|
||||
content: "\e022";
|
||||
}
|
||||
.glyphicon-time:before {
|
||||
content: "\e023";
|
||||
}
|
||||
.glyphicon-road:before {
|
||||
content: "\e024";
|
||||
}
|
||||
.glyphicon-download-alt:before {
|
||||
content: "\e025";
|
||||
}
|
||||
.glyphicon-download:before {
|
||||
content: "\e026";
|
||||
}
|
||||
.glyphicon-upload:before {
|
||||
content: "\e027";
|
||||
}
|
||||
.glyphicon-inbox:before {
|
||||
content: "\e028";
|
||||
}
|
||||
.glyphicon-play-circle:before {
|
||||
content: "\e029";
|
||||
}
|
||||
.glyphicon-repeat:before {
|
||||
content: "\e030";
|
||||
}
|
||||
.glyphicon-refresh:before {
|
||||
content: "\e031";
|
||||
}
|
||||
.glyphicon-list-alt:before {
|
||||
content: "\e032";
|
||||
}
|
||||
.glyphicon-lock:before {
|
||||
content: "\e033";
|
||||
}
|
||||
.glyphicon-flag:before {
|
||||
content: "\e034";
|
||||
}
|
||||
.glyphicon-headphones:before {
|
||||
content: "\e035";
|
||||
}
|
||||
.glyphicon-volume-off:before {
|
||||
content: "\e036";
|
||||
}
|
||||
.glyphicon-volume-down:before {
|
||||
content: "\e037";
|
||||
}
|
||||
.glyphicon-volume-up:before {
|
||||
content: "\e038";
|
||||
}
|
||||
.glyphicon-qrcode:before {
|
||||
content: "\e039";
|
||||
}
|
||||
.glyphicon-barcode:before {
|
||||
content: "\e040";
|
||||
}
|
||||
.glyphicon-tag:before {
|
||||
content: "\e041";
|
||||
}
|
||||
.glyphicon-tags:before {
|
||||
content: "\e042";
|
||||
}
|
||||
.glyphicon-book:before {
|
||||
content: "\e043";
|
||||
}
|
||||
.glyphicon-bookmark:before {
|
||||
content: "\e044";
|
||||
}
|
||||
.glyphicon-print:before {
|
||||
content: "\e045";
|
||||
}
|
||||
.glyphicon-camera:before {
|
||||
content: "\e046";
|
||||
}
|
||||
.glyphicon-font:before {
|
||||
content: "\e047";
|
||||
}
|
||||
.glyphicon-bold:before {
|
||||
content: "\e048";
|
||||
}
|
||||
.glyphicon-italic:before {
|
||||
content: "\e049";
|
||||
}
|
||||
.glyphicon-text-height:before {
|
||||
content: "\e050";
|
||||
}
|
||||
.glyphicon-text-width:before {
|
||||
content: "\e051";
|
||||
}
|
||||
.glyphicon-align-left:before {
|
||||
content: "\e052";
|
||||
}
|
||||
.glyphicon-align-center:before {
|
||||
content: "\e053";
|
||||
}
|
||||
.glyphicon-align-right:before {
|
||||
content: "\e054";
|
||||
}
|
||||
.glyphicon-align-justify:before {
|
||||
content: "\e055";
|
||||
}
|
||||
.glyphicon-list:before {
|
||||
content: "\e056";
|
||||
}
|
||||
.glyphicon-indent-left:before {
|
||||
content: "\e057";
|
||||
}
|
||||
.glyphicon-indent-right:before {
|
||||
content: "\e058";
|
||||
}
|
||||
.glyphicon-facetime-video:before {
|
||||
content: "\e059";
|
||||
}
|
||||
.glyphicon-picture:before {
|
||||
content: "\e060";
|
||||
}
|
||||
.glyphicon-map-marker:before {
|
||||
content: "\e062";
|
||||
}
|
||||
.glyphicon-adjust:before {
|
||||
content: "\e063";
|
||||
}
|
||||
.glyphicon-tint:before {
|
||||
content: "\e064";
|
||||
}
|
||||
.glyphicon-edit:before {
|
||||
content: "\e065";
|
||||
}
|
||||
.glyphicon-share:before {
|
||||
content: "\e066";
|
||||
}
|
||||
.glyphicon-check:before {
|
||||
content: "\e067";
|
||||
}
|
||||
.glyphicon-move:before {
|
||||
content: "\e068";
|
||||
}
|
||||
.glyphicon-step-backward:before {
|
||||
content: "\e069";
|
||||
}
|
||||
.glyphicon-fast-backward:before {
|
||||
content: "\e070";
|
||||
}
|
||||
.glyphicon-backward:before {
|
||||
content: "\e071";
|
||||
}
|
||||
.glyphicon-play:before {
|
||||
content: "\e072";
|
||||
}
|
||||
.glyphicon-pause:before {
|
||||
content: "\e073";
|
||||
}
|
||||
.glyphicon-stop:before {
|
||||
content: "\e074";
|
||||
}
|
||||
.glyphicon-forward:before {
|
||||
content: "\e075";
|
||||
}
|
||||
.glyphicon-fast-forward:before {
|
||||
content: "\e076";
|
||||
}
|
||||
.glyphicon-step-forward:before {
|
||||
content: "\e077";
|
||||
}
|
||||
.glyphicon-eject:before {
|
||||
content: "\e078";
|
||||
}
|
||||
.glyphicon-chevron-left:before {
|
||||
content: "\e079";
|
||||
}
|
||||
.glyphicon-chevron-right:before {
|
||||
content: "\e080";
|
||||
}
|
||||
.glyphicon-plus-sign:before {
|
||||
content: "\e081";
|
||||
}
|
||||
.glyphicon-minus-sign:before {
|
||||
content: "\e082";
|
||||
}
|
||||
.glyphicon-remove-sign:before {
|
||||
content: "\e083";
|
||||
}
|
||||
.glyphicon-ok-sign:before {
|
||||
content: "\e084";
|
||||
}
|
||||
.glyphicon-question-sign:before {
|
||||
content: "\e085";
|
||||
}
|
||||
.glyphicon-info-sign:before {
|
||||
content: "\e086";
|
||||
}
|
||||
.glyphicon-screenshot:before {
|
||||
content: "\e087";
|
||||
}
|
||||
.glyphicon-remove-circle:before {
|
||||
content: "\e088";
|
||||
}
|
||||
.glyphicon-ok-circle:before {
|
||||
content: "\e089";
|
||||
}
|
||||
.glyphicon-ban-circle:before {
|
||||
content: "\e090";
|
||||
}
|
||||
.glyphicon-arrow-left:before {
|
||||
content: "\e091";
|
||||
}
|
||||
.glyphicon-arrow-right:before {
|
||||
content: "\e092";
|
||||
}
|
||||
.glyphicon-arrow-up:before {
|
||||
content: "\e093";
|
||||
}
|
||||
.glyphicon-arrow-down:before {
|
||||
content: "\e094";
|
||||
}
|
||||
.glyphicon-share-alt:before {
|
||||
content: "\e095";
|
||||
}
|
||||
.glyphicon-resize-full:before {
|
||||
content: "\e096";
|
||||
}
|
||||
.glyphicon-resize-small:before {
|
||||
content: "\e097";
|
||||
}
|
||||
.glyphicon-exclamation-sign:before {
|
||||
content: "\e101";
|
||||
}
|
||||
.glyphicon-gift:before {
|
||||
content: "\e102";
|
||||
}
|
||||
.glyphicon-leaf:before {
|
||||
content: "\e103";
|
||||
}
|
||||
.glyphicon-fire:before {
|
||||
content: "\e104";
|
||||
}
|
||||
.glyphicon-eye-open:before {
|
||||
content: "\e105";
|
||||
}
|
||||
.glyphicon-eye-close:before {
|
||||
content: "\e106";
|
||||
}
|
||||
.glyphicon-warning-sign:before {
|
||||
content: "\e107";
|
||||
}
|
||||
.glyphicon-plane:before {
|
||||
content: "\e108";
|
||||
}
|
||||
.glyphicon-calendar:before {
|
||||
content: "\e109";
|
||||
}
|
||||
.glyphicon-random:before {
|
||||
content: "\e110";
|
||||
}
|
||||
.glyphicon-comment:before {
|
||||
content: "\e111";
|
||||
}
|
||||
.glyphicon-magnet:before {
|
||||
content: "\e112";
|
||||
}
|
||||
.glyphicon-chevron-up:before {
|
||||
content: "\e113";
|
||||
}
|
||||
.glyphicon-chevron-down:before {
|
||||
content: "\e114";
|
||||
}
|
||||
.glyphicon-retweet:before {
|
||||
content: "\e115";
|
||||
}
|
||||
.glyphicon-shopping-cart:before {
|
||||
content: "\e116";
|
||||
}
|
||||
.glyphicon-folder-close:before {
|
||||
content: "\e117";
|
||||
}
|
||||
.glyphicon-folder-open:before {
|
||||
content: "\e118";
|
||||
}
|
||||
.glyphicon-resize-vertical:before {
|
||||
content: "\e119";
|
||||
}
|
||||
.glyphicon-resize-horizontal:before {
|
||||
content: "\e120";
|
||||
}
|
||||
.glyphicon-hdd:before {
|
||||
content: "\e121";
|
||||
}
|
||||
.glyphicon-bullhorn:before {
|
||||
content: "\e122";
|
||||
}
|
||||
.glyphicon-bell:before {
|
||||
content: "\e123";
|
||||
}
|
||||
.glyphicon-certificate:before {
|
||||
content: "\e124";
|
||||
}
|
||||
.glyphicon-thumbs-up:before {
|
||||
content: "\e125";
|
||||
}
|
||||
.glyphicon-thumbs-down:before {
|
||||
content: "\e126";
|
||||
}
|
||||
.glyphicon-hand-right:before {
|
||||
content: "\e127";
|
||||
}
|
||||
.glyphicon-hand-left:before {
|
||||
content: "\e128";
|
||||
}
|
||||
.glyphicon-hand-up:before {
|
||||
content: "\e129";
|
||||
}
|
||||
.glyphicon-hand-down:before {
|
||||
content: "\e130";
|
||||
}
|
||||
.glyphicon-circle-arrow-right:before {
|
||||
content: "\e131";
|
||||
}
|
||||
.glyphicon-circle-arrow-left:before {
|
||||
content: "\e132";
|
||||
}
|
||||
.glyphicon-circle-arrow-up:before {
|
||||
content: "\e133";
|
||||
}
|
||||
.glyphicon-circle-arrow-down:before {
|
||||
content: "\e134";
|
||||
}
|
||||
.glyphicon-globe:before {
|
||||
content: "\e135";
|
||||
}
|
||||
.glyphicon-wrench:before {
|
||||
content: "\e136";
|
||||
}
|
||||
.glyphicon-tasks:before {
|
||||
content: "\e137";
|
||||
}
|
||||
.glyphicon-filter:before {
|
||||
content: "\e138";
|
||||
}
|
||||
.glyphicon-briefcase:before {
|
||||
content: "\e139";
|
||||
}
|
||||
.glyphicon-fullscreen:before {
|
||||
content: "\e140";
|
||||
}
|
||||
.glyphicon-dashboard:before {
|
||||
content: "\e141";
|
||||
}
|
||||
.glyphicon-paperclip:before {
|
||||
content: "\e142";
|
||||
}
|
||||
.glyphicon-heart-empty:before {
|
||||
content: "\e143";
|
||||
}
|
||||
.glyphicon-link:before {
|
||||
content: "\e144";
|
||||
}
|
||||
.glyphicon-phone:before {
|
||||
content: "\e145";
|
||||
}
|
||||
.glyphicon-pushpin:before {
|
||||
content: "\e146";
|
||||
}
|
||||
.glyphicon-usd:before {
|
||||
content: "\e148";
|
||||
}
|
||||
.glyphicon-gbp:before {
|
||||
content: "\e149";
|
||||
}
|
||||
.glyphicon-sort:before {
|
||||
content: "\e150";
|
||||
}
|
||||
.glyphicon-sort-by-alphabet:before {
|
||||
content: "\e151";
|
||||
}
|
||||
.glyphicon-sort-by-alphabet-alt:before {
|
||||
content: "\e152";
|
||||
}
|
||||
.glyphicon-sort-by-order:before {
|
||||
content: "\e153";
|
||||
}
|
||||
.glyphicon-sort-by-order-alt:before {
|
||||
content: "\e154";
|
||||
}
|
||||
.glyphicon-sort-by-attributes:before {
|
||||
content: "\e155";
|
||||
}
|
||||
.glyphicon-sort-by-attributes-alt:before {
|
||||
content: "\e156";
|
||||
}
|
||||
.glyphicon-unchecked:before {
|
||||
content: "\e157";
|
||||
}
|
||||
.glyphicon-expand:before {
|
||||
content: "\e158";
|
||||
}
|
||||
.glyphicon-collapse-down:before {
|
||||
content: "\e159";
|
||||
}
|
||||
.glyphicon-collapse-up:before {
|
||||
content: "\e160";
|
||||
}
|
||||
.glyphicon-log-in:before {
|
||||
content: "\e161";
|
||||
}
|
||||
.glyphicon-flash:before {
|
||||
content: "\e162";
|
||||
}
|
||||
.glyphicon-log-out:before {
|
||||
content: "\e163";
|
||||
}
|
||||
.glyphicon-new-window:before {
|
||||
content: "\e164";
|
||||
}
|
||||
.glyphicon-record:before {
|
||||
content: "\e165";
|
||||
}
|
||||
.glyphicon-save:before {
|
||||
content: "\e166";
|
||||
}
|
||||
.glyphicon-open:before {
|
||||
content: "\e167";
|
||||
}
|
||||
.glyphicon-saved:before {
|
||||
content: "\e168";
|
||||
}
|
||||
.glyphicon-import:before {
|
||||
content: "\e169";
|
||||
}
|
||||
.glyphicon-export:before {
|
||||
content: "\e170";
|
||||
}
|
||||
.glyphicon-send:before {
|
||||
content: "\e171";
|
||||
}
|
||||
.glyphicon-floppy-disk:before {
|
||||
content: "\e172";
|
||||
}
|
||||
.glyphicon-floppy-saved:before {
|
||||
content: "\e173";
|
||||
}
|
||||
.glyphicon-floppy-remove:before {
|
||||
content: "\e174";
|
||||
}
|
||||
.glyphicon-floppy-save:before {
|
||||
content: "\e175";
|
||||
}
|
||||
.glyphicon-floppy-open:before {
|
||||
content: "\e176";
|
||||
}
|
||||
.glyphicon-credit-card:before {
|
||||
content: "\e177";
|
||||
}
|
||||
.glyphicon-transfer:before {
|
||||
content: "\e178";
|
||||
}
|
||||
.glyphicon-cutlery:before {
|
||||
content: "\e179";
|
||||
}
|
||||
.glyphicon-header:before {
|
||||
content: "\e180";
|
||||
}
|
||||
.glyphicon-compressed:before {
|
||||
content: "\e181";
|
||||
}
|
||||
.glyphicon-earphone:before {
|
||||
content: "\e182";
|
||||
}
|
||||
.glyphicon-phone-alt:before {
|
||||
content: "\e183";
|
||||
}
|
||||
.glyphicon-tower:before {
|
||||
content: "\e184";
|
||||
}
|
||||
.glyphicon-stats:before {
|
||||
content: "\e185";
|
||||
}
|
||||
.glyphicon-sd-video:before {
|
||||
content: "\e186";
|
||||
}
|
||||
.glyphicon-hd-video:before {
|
||||
content: "\e187";
|
||||
}
|
||||
.glyphicon-subtitles:before {
|
||||
content: "\e188";
|
||||
}
|
||||
.glyphicon-sound-stereo:before {
|
||||
content: "\e189";
|
||||
}
|
||||
.glyphicon-sound-dolby:before {
|
||||
content: "\e190";
|
||||
}
|
||||
.glyphicon-sound-5-1:before {
|
||||
content: "\e191";
|
||||
}
|
||||
.glyphicon-sound-6-1:before {
|
||||
content: "\e192";
|
||||
}
|
||||
.glyphicon-sound-7-1:before {
|
||||
content: "\e193";
|
||||
}
|
||||
.glyphicon-copyright-mark:before {
|
||||
content: "\e194";
|
||||
}
|
||||
.glyphicon-registration-mark:before {
|
||||
content: "\e195";
|
||||
}
|
||||
.glyphicon-cloud-download:before {
|
||||
content: "\e197";
|
||||
}
|
||||
.glyphicon-cloud-upload:before {
|
||||
content: "\e198";
|
||||
}
|
||||
.glyphicon-tree-conifer:before {
|
||||
content: "\e199";
|
||||
}
|
||||
.glyphicon-tree-deciduous:before {
|
||||
content: "\e200";
|
||||
}
|
||||
.glyphicon-cd:before {
|
||||
content: "\e201";
|
||||
}
|
||||
.glyphicon-save-file:before {
|
||||
content: "\e202";
|
||||
}
|
||||
.glyphicon-open-file:before {
|
||||
content: "\e203";
|
||||
}
|
||||
.glyphicon-level-up:before {
|
||||
content: "\e204";
|
||||
}
|
||||
.glyphicon-copy:before {
|
||||
content: "\e205";
|
||||
}
|
||||
.glyphicon-paste:before {
|
||||
content: "\e206";
|
||||
}
|
||||
.glyphicon-alert:before {
|
||||
content: "\e209";
|
||||
}
|
||||
.glyphicon-equalizer:before {
|
||||
content: "\e210";
|
||||
}
|
||||
.glyphicon-king:before {
|
||||
content: "\e211";
|
||||
}
|
||||
.glyphicon-queen:before {
|
||||
content: "\e212";
|
||||
}
|
||||
.glyphicon-pawn:before {
|
||||
content: "\e213";
|
||||
}
|
||||
.glyphicon-bishop:before {
|
||||
content: "\e214";
|
||||
}
|
||||
.glyphicon-knight:before {
|
||||
content: "\e215";
|
||||
}
|
||||
.glyphicon-baby-formula:before {
|
||||
content: "\e216";
|
||||
}
|
||||
.glyphicon-tent:before {
|
||||
content: "\26fa";
|
||||
}
|
||||
.glyphicon-blackboard:before {
|
||||
content: "\e218";
|
||||
}
|
||||
.glyphicon-bed:before {
|
||||
content: "\e219";
|
||||
}
|
||||
.glyphicon-apple:before {
|
||||
content: "\f8ff";
|
||||
}
|
||||
.glyphicon-erase:before {
|
||||
content: "\e221";
|
||||
}
|
||||
.glyphicon-hourglass:before {
|
||||
content: "\231b";
|
||||
}
|
||||
.glyphicon-lamp:before {
|
||||
content: "\e223";
|
||||
}
|
||||
.glyphicon-duplicate:before {
|
||||
content: "\e224";
|
||||
}
|
||||
.glyphicon-piggy-bank:before {
|
||||
content: "\e225";
|
||||
}
|
||||
.glyphicon-scissors:before {
|
||||
content: "\e226";
|
||||
}
|
||||
.glyphicon-bitcoin:before {
|
||||
content: "\e227";
|
||||
}
|
||||
.glyphicon-yen:before {
|
||||
content: "\00a5";
|
||||
}
|
||||
.glyphicon-ruble:before {
|
||||
content: "\20bd";
|
||||
}
|
||||
.glyphicon-scale:before {
|
||||
content: "\e230";
|
||||
}
|
||||
.glyphicon-ice-lolly:before {
|
||||
content: "\e231";
|
||||
}
|
||||
.glyphicon-ice-lolly-tasted:before {
|
||||
content: "\e232";
|
||||
}
|
||||
.glyphicon-education:before {
|
||||
content: "\e233";
|
||||
}
|
||||
.glyphicon-option-horizontal:before {
|
||||
content: "\e234";
|
||||
}
|
||||
.glyphicon-option-vertical:before {
|
||||
content: "\e235";
|
||||
}
|
||||
.glyphicon-menu-hamburger:before {
|
||||
content: "\e236";
|
||||
}
|
||||
.glyphicon-modal-window:before {
|
||||
content: "\e237";
|
||||
}
|
||||
.glyphicon-oil:before {
|
||||
content: "\e238";
|
||||
}
|
||||
.glyphicon-grain:before {
|
||||
content: "\e239";
|
||||
}
|
||||
.glyphicon-sunglasses:before {
|
||||
content: "\e240";
|
||||
}
|
||||
.glyphicon-text-size:before {
|
||||
content: "\e241";
|
||||
}
|
||||
.glyphicon-text-color:before {
|
||||
content: "\e242";
|
||||
}
|
||||
.glyphicon-text-background:before {
|
||||
content: "\e243";
|
||||
}
|
||||
.glyphicon-object-align-top:before {
|
||||
content: "\e244";
|
||||
}
|
||||
.glyphicon-object-align-bottom:before {
|
||||
content: "\e245";
|
||||
}
|
||||
.glyphicon-object-align-horizontal:before {
|
||||
content: "\e246";
|
||||
}
|
||||
.glyphicon-object-align-left:before {
|
||||
content: "\e247";
|
||||
}
|
||||
.glyphicon-object-align-vertical:before {
|
||||
content: "\e248";
|
||||
}
|
||||
.glyphicon-object-align-right:before {
|
||||
content: "\e249";
|
||||
}
|
||||
.glyphicon-triangle-right:before {
|
||||
content: "\e250";
|
||||
}
|
||||
.glyphicon-triangle-left:before {
|
||||
content: "\e251";
|
||||
}
|
||||
.glyphicon-triangle-bottom:before {
|
||||
content: "\e252";
|
||||
}
|
||||
.glyphicon-triangle-top:before {
|
||||
content: "\e253";
|
||||
}
|
||||
.glyphicon-console:before {
|
||||
content: "\e254";
|
||||
}
|
||||
.glyphicon-superscript:before {
|
||||
content: "\e255";
|
||||
}
|
||||
.glyphicon-subscript:before {
|
||||
content: "\e256";
|
||||
}
|
||||
.glyphicon-menu-left:before {
|
||||
content: "\e257";
|
||||
}
|
||||
.glyphicon-menu-right:before {
|
||||
content: "\e258";
|
||||
}
|
||||
.glyphicon-menu-down:before {
|
||||
content: "\e259";
|
||||
}
|
||||
.glyphicon-menu-up:before {
|
||||
content: "\e260";
|
||||
}
|
||||
1849
libraries/framework/skin/base/fonts/icomoon.less
Normal file
1849
libraries/framework/skin/base/fonts/icomoon.less
Normal file
File diff suppressed because it is too large
Load Diff
1269
libraries/framework/skin/base/fonts/iconsweets.less
Normal file
1269
libraries/framework/skin/base/fonts/iconsweets.less
Normal file
File diff suppressed because one or more lines are too long
229
libraries/framework/skin/base/fonts/octicons.less
Normal file
229
libraries/framework/skin/base/fonts/octicons.less
Normal file
@@ -0,0 +1,229 @@
|
||||
@charset "IBM437";
|
||||
@font-face {
|
||||
font-family: 'octicons';
|
||||
src: url("@{fonts-path}/octicons/octicons.eot?#iefix") format("embedded-opentype"),
|
||||
url("@{fonts-path}/octicons/octicons.woff") format("woff"),
|
||||
url("@{fonts-path}/octicons/octicons.ttf") format("truetype"),
|
||||
url("@{fonts-path}/octicons/octicons.svg#octicons") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
.octicon, .mega-octicon {
|
||||
font: normal normal normal 16px/1 octicons;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mega-octicon { font-size: 32px; }
|
||||
|
||||
.octicon-alert:before { content: '\f02d'} /* */
|
||||
.octicon-alignment-align:before { content: '\f08a'} /* */
|
||||
.octicon-alignment-aligned-to:before { content: '\f08e'} /* */
|
||||
.octicon-alignment-unalign:before { content: '\f08b'} /* */
|
||||
.octicon-arrow-down:before { content: '\f03f'} /* */
|
||||
.octicon-arrow-left:before { content: '\f040'} /* */
|
||||
.octicon-arrow-right:before { content: '\f03e'} /* */
|
||||
.octicon-arrow-small-down:before { content: '\f0a0'} /* */
|
||||
.octicon-arrow-small-left:before { content: '\f0a1'} /* */
|
||||
.octicon-arrow-small-right:before { content: '\f071'} /* */
|
||||
.octicon-arrow-small-up:before { content: '\f09f'} /* */
|
||||
.octicon-arrow-up:before { content: '\f03d'} /* */
|
||||
.octicon-beer:before { content: '\f069'} /* */
|
||||
.octicon-book:before { content: '\f007'} /* */
|
||||
.octicon-bookmark:before { content: '\f07b'} /* */
|
||||
.octicon-briefcase:before { content: '\f0d3'} /* */
|
||||
.octicon-broadcast:before { content: '\f048'} /* */
|
||||
.octicon-browser:before { content: '\f0c5'} /* */
|
||||
.octicon-bug:before { content: '\f091'} /* */
|
||||
.octicon-calendar:before { content: '\f068'} /* */
|
||||
.octicon-check:before { content: '\f03a'} /* */
|
||||
.octicon-checklist:before { content: '\f076'} /* */
|
||||
.octicon-chevron-down:before { content: '\f0a3'} /* */
|
||||
.octicon-chevron-left:before { content: '\f0a4'} /* */
|
||||
.octicon-chevron-right:before { content: '\f078'} /* */
|
||||
.octicon-chevron-up:before { content: '\f0a2'} /* */
|
||||
.octicon-circle-slash:before { content: '\f084'} /* */
|
||||
.octicon-circuit-board:before { content: '\f0d6'} /* */
|
||||
.octicon-clippy:before { content: '\f035'} /* */
|
||||
.octicon-clock:before { content: '\f046'} /* */
|
||||
.octicon-cloud-download:before { content: '\f00b'} /* */
|
||||
.octicon-cloud-upload:before { content: '\f00c'} /* */
|
||||
.octicon-code:before { content: '\f05f'} /* */
|
||||
.octicon-color-mode:before { content: '\f065'} /* */
|
||||
.octicon-comment-add:before,
|
||||
.octicon-comment:before { content: '\f02b'} /* */
|
||||
.octicon-comment-discussion:before { content: '\f04f'} /* */
|
||||
.octicon-credit-card:before { content: '\f045'} /* */
|
||||
.octicon-dash:before { content: '\f0ca'} /* */
|
||||
.octicon-dashboard:before { content: '\f07d'} /* */
|
||||
.octicon-database:before { content: '\f096'} /* */
|
||||
.octicon-device-camera:before { content: '\f056'} /* */
|
||||
.octicon-device-camera-video:before { content: '\f057'} /* */
|
||||
.octicon-device-desktop:before { content: '\f27c'} /* */
|
||||
.octicon-device-mobile:before { content: '\f038'} /* */
|
||||
.octicon-diff:before { content: '\f04d'} /* */
|
||||
.octicon-diff-added:before { content: '\f06b'} /* */
|
||||
.octicon-diff-ignored:before { content: '\f099'} /* */
|
||||
.octicon-diff-modified:before { content: '\f06d'} /* */
|
||||
.octicon-diff-removed:before { content: '\f06c'} /* */
|
||||
.octicon-diff-renamed:before { content: '\f06e'} /* */
|
||||
.octicon-ellipsis:before { content: '\f09a'} /* */
|
||||
.octicon-eye-unwatch:before,
|
||||
.octicon-eye-watch:before,
|
||||
.octicon-eye:before { content: '\f04e'} /* */
|
||||
.octicon-file-binary:before { content: '\f094'} /* */
|
||||
.octicon-file-code:before { content: '\f010'} /* */
|
||||
.octicon-file-directory:before { content: '\f016'} /* */
|
||||
.octicon-file-media:before { content: '\f012'} /* */
|
||||
.octicon-file-pdf:before { content: '\f014'} /* */
|
||||
.octicon-file-submodule:before { content: '\f017'} /* */
|
||||
.octicon-file-symlink-directory:before { content: '\f0b1'} /* */
|
||||
.octicon-file-symlink-file:before { content: '\f0b0'} /* */
|
||||
.octicon-file-text:before { content: '\f011'} /* */
|
||||
.octicon-file-zip:before { content: '\f013'} /* */
|
||||
.octicon-flame:before { content: '\f0d2'} /* */
|
||||
.octicon-fold:before { content: '\f0cc'} /* */
|
||||
.octicon-gear:before { content: '\f02f'} /* */
|
||||
.octicon-gift:before { content: '\f042'} /* */
|
||||
.octicon-gist:before { content: '\f00e'} /* */
|
||||
.octicon-gist-secret:before { content: '\f08c'} /* */
|
||||
.octicon-git-branch-create:before,
|
||||
.octicon-git-branch-delete:before,
|
||||
.octicon-git-branch:before { content: '\f020'} /* */
|
||||
.octicon-git-commit:before { content: '\f01f'} /* */
|
||||
.octicon-git-compare:before { content: '\f0ac'} /* */
|
||||
.octicon-git-merge:before { content: '\f023'} /* */
|
||||
.octicon-git-pull-request-abandoned:before,
|
||||
.octicon-git-pull-request:before { content: '\f009'} /* */
|
||||
.octicon-globe:before { content: '\f0b6'} /* */
|
||||
.octicon-graph:before { content: '\f043'} /* */
|
||||
.octicon-heart:before { content: '\2665'} /* ♥ */
|
||||
.octicon-history:before { content: '\f07e'} /* */
|
||||
.octicon-home:before { content: '\f08d'} /* */
|
||||
.octicon-horizontal-rule:before { content: '\f070'} /* */
|
||||
.octicon-hourglass:before { content: '\f09e'} /* */
|
||||
.octicon-hubot:before { content: '\f09d'} /* */
|
||||
.octicon-inbox:before { content: '\f0cf'} /* */
|
||||
.octicon-info:before { content: '\f059'} /* */
|
||||
.octicon-issue-closed:before { content: '\f028'} /* */
|
||||
.octicon-issue-opened:before { content: '\f026'} /* */
|
||||
.octicon-issue-reopened:before { content: '\f027'} /* */
|
||||
.octicon-jersey:before { content: '\f019'} /* */
|
||||
.octicon-jump-down:before { content: '\f072'} /* */
|
||||
.octicon-jump-left:before { content: '\f0a5'} /* */
|
||||
.octicon-jump-right:before { content: '\f0a6'} /* */
|
||||
.octicon-jump-up:before { content: '\f073'} /* */
|
||||
.octicon-key:before { content: '\f049'} /* */
|
||||
.octicon-keyboard:before { content: '\f00d'} /* */
|
||||
.octicon-law:before { content: '\f0d8'} /* */
|
||||
.octicon-light-bulb:before { content: '\f000'} /* */
|
||||
.octicon-link:before { content: '\f05c'} /* */
|
||||
.octicon-link-external:before { content: '\f07f'} /* */
|
||||
.octicon-list-ordered:before { content: '\f062'} /* */
|
||||
.octicon-list-unordered:before { content: '\f061'} /* */
|
||||
.octicon-location:before { content: '\f060'} /* */
|
||||
.octicon-gist-private:before,
|
||||
.octicon-mirror-private:before,
|
||||
.octicon-git-fork-private:before,
|
||||
.octicon-lock:before { content: '\f06a'} /* */
|
||||
.octicon-logo-github:before { content: '\f092'} /* */
|
||||
.octicon-mail:before { content: '\f03b'} /* */
|
||||
.octicon-mail-read:before { content: '\f03c'} /* */
|
||||
.octicon-mail-reply:before { content: '\f051'} /* */
|
||||
.octicon-mark-github:before { content: '\f00a'} /* */
|
||||
.octicon-markdown:before { content: '\f0c9'} /* */
|
||||
.octicon-megaphone:before { content: '\f077'} /* */
|
||||
.octicon-mention:before { content: '\f0be'} /* */
|
||||
.octicon-microscope:before { content: '\f089'} /* */
|
||||
.octicon-milestone:before { content: '\f075'} /* */
|
||||
.octicon-mirror-public:before,
|
||||
.octicon-mirror:before { content: '\f024'} /* */
|
||||
.octicon-mortar-board:before { content: '\f0d7'} /* */
|
||||
.octicon-move-down:before { content: '\f0a8'} /* */
|
||||
.octicon-move-left:before { content: '\f074'} /* */
|
||||
.octicon-move-right:before { content: '\f0a9'} /* */
|
||||
.octicon-move-up:before { content: '\f0a7'} /* */
|
||||
.octicon-mute:before { content: '\f080'} /* */
|
||||
.octicon-no-newline:before { content: '\f09c'} /* */
|
||||
.octicon-octoface:before { content: '\f008'} /* */
|
||||
.octicon-organization:before { content: '\f037'} /* */
|
||||
.octicon-package:before { content: '\f0c4'} /* */
|
||||
.octicon-paintcan:before { content: '\f0d1'} /* */
|
||||
.octicon-pencil:before { content: '\f058'} /* */
|
||||
.octicon-person-add:before,
|
||||
.octicon-person-follow:before,
|
||||
.octicon-person:before { content: '\f018'} /* */
|
||||
.octicon-pin:before { content: '\f041'} /* */
|
||||
.octicon-playback-fast-forward:before { content: '\f0bd'} /* */
|
||||
.octicon-playback-pause:before { content: '\f0bb'} /* */
|
||||
.octicon-playback-play:before { content: '\f0bf'} /* */
|
||||
.octicon-playback-rewind:before { content: '\f0bc'} /* */
|
||||
.octicon-plug:before { content: '\f0d4'} /* */
|
||||
.octicon-repo-create:before,
|
||||
.octicon-gist-new:before,
|
||||
.octicon-file-directory-create:before,
|
||||
.octicon-file-add:before,
|
||||
.octicon-plus:before { content: '\f05d'} /* */
|
||||
.octicon-podium:before { content: '\f0af'} /* */
|
||||
.octicon-primitive-dot:before { content: '\f052'} /* */
|
||||
.octicon-primitive-square:before { content: '\f053'} /* */
|
||||
.octicon-pulse:before { content: '\f085'} /* */
|
||||
.octicon-puzzle:before { content: '\f0c0'} /* */
|
||||
.octicon-question:before { content: '\f02c'} /* */
|
||||
.octicon-quote:before { content: '\f063'} /* */
|
||||
.octicon-radio-tower:before { content: '\f030'} /* */
|
||||
.octicon-repo-delete:before,
|
||||
.octicon-repo:before { content: '\f001'} /* */
|
||||
.octicon-repo-clone:before { content: '\f04c'} /* */
|
||||
.octicon-repo-force-push:before { content: '\f04a'} /* */
|
||||
.octicon-gist-fork:before,
|
||||
.octicon-repo-forked:before { content: '\f002'} /* */
|
||||
.octicon-repo-pull:before { content: '\f006'} /* */
|
||||
.octicon-repo-push:before { content: '\f005'} /* */
|
||||
.octicon-rocket:before { content: '\f033'} /* */
|
||||
.octicon-rss:before { content: '\f034'} /* */
|
||||
.octicon-ruby:before { content: '\f047'} /* */
|
||||
.octicon-screen-full:before { content: '\f066'} /* */
|
||||
.octicon-screen-normal:before { content: '\f067'} /* */
|
||||
.octicon-search-save:before,
|
||||
.octicon-search:before { content: '\f02e'} /* */
|
||||
.octicon-server:before { content: '\f097'} /* */
|
||||
.octicon-settings:before { content: '\f07c'} /* */
|
||||
.octicon-log-in:before,
|
||||
.octicon-sign-in:before { content: '\f036'} /* */
|
||||
.octicon-log-out:before,
|
||||
.octicon-sign-out:before { content: '\f032'} /* */
|
||||
.octicon-split:before { content: '\f0c6'} /* */
|
||||
.octicon-squirrel:before { content: '\f0b2'} /* */
|
||||
.octicon-star-add:before,
|
||||
.octicon-star-delete:before,
|
||||
.octicon-star:before { content: '\f02a'} /* */
|
||||
.octicon-steps:before { content: '\f0c7'} /* */
|
||||
.octicon-stop:before { content: '\f08f'} /* */
|
||||
.octicon-repo-sync:before,
|
||||
.octicon-sync:before { content: '\f087'} /* */
|
||||
.octicon-tag-remove:before,
|
||||
.octicon-tag-add:before,
|
||||
.octicon-tag:before { content: '\f015'} /* */
|
||||
.octicon-telescope:before { content: '\f088'} /* */
|
||||
.octicon-terminal:before { content: '\f0c8'} /* */
|
||||
.octicon-three-bars:before { content: '\f05e'} /* */
|
||||
.octicon-thumbsdown:before { content: '\f0db'} /* */
|
||||
.octicon-thumbsup:before { content: '\f0da'} /* */
|
||||
.octicon-tools:before { content: '\f031'} /* */
|
||||
.octicon-trashcan:before { content: '\f0d0'} /* */
|
||||
.octicon-triangle-down:before { content: '\f05b'} /* */
|
||||
.octicon-triangle-left:before { content: '\f044'} /* */
|
||||
.octicon-triangle-right:before { content: '\f05a'} /* */
|
||||
.octicon-triangle-up:before { content: '\f0aa'} /* */
|
||||
.octicon-unfold:before { content: '\f039'} /* */
|
||||
.octicon-unmute:before { content: '\f0ba'} /* */
|
||||
.octicon-versions:before { content: '\f064'} /* */
|
||||
.octicon-remove-close:before,
|
||||
.octicon-x:before { content: '\f081'} /* */
|
||||
.octicon-zap:before { content: '\26A1'} /* ⚡ */
|
||||
30
libraries/framework/skin/base/fonts/open-sans.less
Normal file
30
libraries/framework/skin/base/fonts/open-sans.less
Normal file
@@ -0,0 +1,30 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('@{fonts-path}/open-sans/OpenSans-Light.ttf');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('@{fonts-path}/open-sans/OpenSans-Regular.ttf');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('@{fonts-path}/open-sans/OpenSans-SemiBold.ttf');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('@{fonts-path}/open-sans/OpenSans-Bold.ttf');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url('@{fonts-path}/open-sans/OpenSans-ExtraBold.ttf');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
78
libraries/framework/skin/base/fonts/stateface.less
Normal file
78
libraries/framework/skin/base/fonts/stateface.less
Normal file
@@ -0,0 +1,78 @@
|
||||
@font-face {
|
||||
font-family: 'StateFaceRegular';
|
||||
src: url('@{fonts-path}/stateface/stateface-regular-webfont.eot');
|
||||
src: url('@{fonts-path}/stateface/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fonts-path}/stateface/stateface-regular-webfont.woff') format('woff'),
|
||||
url('@{fonts-path}/stateface/stateface-regular-webfont.ttf') format('truetype'),
|
||||
url('@{fonts-path}/stateface/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.stateface {
|
||||
font-family: 'StateFaceRegular';
|
||||
display: inline-block;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.stateface-ak:before{content:"A";}
|
||||
.stateface-al:before{content:"B";}
|
||||
.stateface-ar:before{content:"C";}
|
||||
.stateface-az:before{content:"D";}
|
||||
.stateface-ca:before{content:"E";}
|
||||
.stateface-co:before{content:"F";}
|
||||
.stateface-ct:before{content:"G";}
|
||||
.stateface-dc:before{content:"y";}
|
||||
.stateface-de:before{content:"H";}
|
||||
.stateface-fl:before{content:"I";}
|
||||
.stateface-ga:before{content:"J";}
|
||||
.stateface-hi:before{content:"K";}
|
||||
.stateface-ia:before{content:"L";}
|
||||
.stateface-id:before{content:"M";}
|
||||
.stateface-il:before{content:"N";}
|
||||
.stateface-in:before{content:"O";}
|
||||
.stateface-ks:before{content:"P";}
|
||||
.stateface-ky:before{content:"Q";}
|
||||
.stateface-la:before{content:"R";}
|
||||
.stateface-ma:before{content:"S";}
|
||||
.stateface-md:before{content:"T";}
|
||||
.stateface-me:before{content:"U";}
|
||||
.stateface-mi:before{content:"V";}
|
||||
.stateface-mn:before{content:"W";}
|
||||
.stateface-mo:before{content:"X";}
|
||||
.stateface-ms:before{content:"Y";}
|
||||
.stateface-mt:before{content:"Z";}
|
||||
.stateface-nc:before{content:"a";}
|
||||
.stateface-nd:before{content:"b";}
|
||||
.stateface-ne:before{content:"c";}
|
||||
.stateface-nh:before{content:"d";}
|
||||
.stateface-nj:before{content:"e";}
|
||||
.stateface-nm:before{content:"f";}
|
||||
.stateface-nv:before{content:"g";}
|
||||
.stateface-ny:before{content:"h";}
|
||||
.stateface-oh:before{content:"i";}
|
||||
.stateface-ok:before{content:"j";}
|
||||
.stateface-or:before{content:"k";}
|
||||
.stateface-pa:before{content:"l";}
|
||||
.stateface-pr:before{content:"3";}
|
||||
.stateface-ri:before{content:"m";}
|
||||
.stateface-sc:before{content:"n";}
|
||||
.stateface-sd:before{content:"o";}
|
||||
.stateface-tn:before{content:"p";}
|
||||
.stateface-tx:before{content:"q";}
|
||||
.stateface-us:before{content:"z";}
|
||||
.stateface-ut:before{content:"r";}
|
||||
.stateface-va:before{content:"s";}
|
||||
.stateface-vt:before{content:"t";}
|
||||
.stateface-wa:before{content:"u";}
|
||||
.stateface-wi:before{content:"v";}
|
||||
.stateface-wv:before{content:"w";}
|
||||
.stateface-wy:before{content:"x";}
|
||||
469
libraries/framework/skin/base/fonts/zocial.less
Normal file
469
libraries/framework/skin/base/fonts/zocial.less
Normal file
@@ -0,0 +1,469 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/*!
|
||||
Zocial Butons
|
||||
http://zocial.smcllns.com
|
||||
by Sam Collins (@smcllns)
|
||||
License: http://opensource.org/licenses/mit-license.php
|
||||
|
||||
You are free to use and modify, as long as you keep this license comment intact or link back to zocial.smcllns.com on your site.
|
||||
*/
|
||||
|
||||
|
||||
/* Button structure */
|
||||
|
||||
.zocial,
|
||||
a.zocial {
|
||||
border: 1px solid #777;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
border-bottom-color: #333;
|
||||
border-bottom-color: rgba(0,0,0,0.4);
|
||||
color: #fff;
|
||||
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
|
||||
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
|
||||
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
|
||||
padding: 0 .95em 0 0;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
|
||||
white-space: nowrap;
|
||||
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
position: relative;
|
||||
|
||||
-moz-border-radius: .3em;
|
||||
-webkit-border-radius: .3em;
|
||||
border-radius: .3em;
|
||||
}
|
||||
|
||||
.zocial:before {
|
||||
content: "";
|
||||
border-right: 0.075em solid rgba(0,0,0,0.1);
|
||||
float: left;
|
||||
font: 120%/1.65 zocial;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
margin: 0 0.5em 0 0;
|
||||
padding: 0 0.5em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-transform: none;
|
||||
|
||||
-moz-box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
|
||||
-webkit-box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
|
||||
box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
|
||||
|
||||
-moz-font-smoothing: antialiased;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.zocial:active {
|
||||
outline: none; /* outline is visible on :focus */
|
||||
}
|
||||
|
||||
/* Buttons can be displayed as standalone icons by adding a class of "icon" */
|
||||
|
||||
.zocial.icon {
|
||||
overflow: hidden;
|
||||
max-width: 2.4em;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
max-height: 2.15em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.zocial.icon:before {
|
||||
padding: 0;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Gradients */
|
||||
|
||||
.zocial {
|
||||
background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
|
||||
background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
|
||||
background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
|
||||
background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
|
||||
background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
|
||||
}
|
||||
|
||||
.zocial:hover, .zocial:focus {
|
||||
background-image: -moz-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
|
||||
background-image: -ms-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
|
||||
background-image: -o-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(49%, rgba(255,255,255,.15)), color-stop(51%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
|
||||
background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
|
||||
background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
|
||||
}
|
||||
|
||||
.zocial:active {
|
||||
background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
|
||||
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
|
||||
background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(30%, rgba(255,255,255,0)), color-stop(50%, transparent), to(rgba(0,0,0,.1)));
|
||||
background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
|
||||
background-image: linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
|
||||
}
|
||||
|
||||
/* Adjustments for light background buttons */
|
||||
|
||||
.zocial.acrobat,
|
||||
.zocial.bitcoin,
|
||||
.zocial.cloudapp,
|
||||
.zocial.dropbox,
|
||||
.zocial.email,
|
||||
.zocial.eventful,
|
||||
.zocial.github,
|
||||
.zocial.gmail,
|
||||
.zocial.instapaper,
|
||||
.zocial.itunes,
|
||||
.zocial.ninetyninedesigns,
|
||||
.zocial.openid,
|
||||
.zocial.plancast,
|
||||
.zocial.pocket,
|
||||
.zocial.posterous,
|
||||
.zocial.reddit,
|
||||
.zocial.secondary,
|
||||
.zocial.stackoverflow,
|
||||
.zocial.viadeo,
|
||||
.zocial.weibo,
|
||||
.zocial.wikipedia {
|
||||
border: 1px solid #aaa;
|
||||
border-color: rgba(0,0,0,0.3);
|
||||
border-bottom-color: #777;
|
||||
border-bottom-color: rgba(0,0,0,0.5);
|
||||
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
|
||||
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
|
||||
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,0.8);
|
||||
}
|
||||
|
||||
/* :hover adjustments for light background buttons */
|
||||
|
||||
.zocial.acrobat:focus,
|
||||
.zocial.acrobat:hover,
|
||||
.zocial.bitcoin:focus,
|
||||
.zocial.bitcoin:hover,
|
||||
.zocial.dropbox:focus,
|
||||
.zocial.dropbox:hover,
|
||||
.zocial.email:focus,
|
||||
.zocial.email:hover,
|
||||
.zocial.eventful:focus,
|
||||
.zocial.eventful:hover,
|
||||
.zocial.github:focus,
|
||||
.zocial.github:hover,
|
||||
.zocial.gmail:focus,
|
||||
.zocial.gmail:hover,
|
||||
.zocial.instapaper:focus,
|
||||
.zocial.instapaper:hover,
|
||||
.zocial.itunes:focus,
|
||||
.zocial.itunes:hover,
|
||||
.zocial.ninetyninedesigns:focus,
|
||||
.zocial.ninetyninedesigns:hover,
|
||||
.zocial.openid:focus,
|
||||
.zocial.openid:hover,
|
||||
.zocial.plancast:focus,
|
||||
.zocial.plancast:hover,
|
||||
.zocial.pocket:focus,
|
||||
.zocial.pocket:hover,
|
||||
.zocial.posterous:focus,
|
||||
.zocial.posterous:hover,
|
||||
.zocial.reddit:focus,
|
||||
.zocial.reddit:hover,
|
||||
.zocial.secondary:focus,
|
||||
.zocial.secondary:hover,
|
||||
.zocial.stackoverflow:focus,
|
||||
.zocial.stackoverflow:hover,
|
||||
.zocial.twitter:focus,
|
||||
.zocial.viadeo:focus,
|
||||
.zocial.viadeo:hover,
|
||||
.zocial.weibo:focus,
|
||||
.zocial.weibo:hover,
|
||||
.zocial.wikipedia:focus,
|
||||
.zocial.wikipedia:hover {
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), color-stop(49%, rgba(255,255,255,0.2)), color-stop(51%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0.15)));
|
||||
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.15));
|
||||
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.15));
|
||||
background-image: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.15));
|
||||
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.15));
|
||||
background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.15));
|
||||
}
|
||||
|
||||
/* :active adjustments for light background buttons */
|
||||
|
||||
.zocial.acrobat:active,
|
||||
.zocial.bitcoin:active,
|
||||
.zocial.dropbox:active,
|
||||
.zocial.email:active,
|
||||
.zocial.eventful:active,
|
||||
.zocial.github:active,
|
||||
.zocial.gmail:active,
|
||||
.zocial.instapaper:active,
|
||||
.zocial.itunes:active,
|
||||
.zocial.ninetyninedesigns:active,
|
||||
.zocial.openid:active,
|
||||
.zocial.plancast:active,
|
||||
.zocial.pocket:active,
|
||||
.zocial.posterous:active,
|
||||
.zocial.reddit:active,
|
||||
.zocial.secondary:active,
|
||||
.zocial.stackoverflow:active,
|
||||
.zocial.viadeo:active,
|
||||
.zocial.weibo:active,
|
||||
.zocial.wikipedia:active {
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.1)));
|
||||
background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
|
||||
background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
|
||||
background-image: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
|
||||
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
|
||||
background-image: linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
|
||||
}
|
||||
|
||||
/* Button icon and color */
|
||||
/* Icon characters are stored in unicode private area */
|
||||
.zocial.acrobat:before {content: "\00E3"; color: #FB0000;}
|
||||
.zocial.amazon:before {content: "a";}
|
||||
.zocial.android:before {content: "&";}
|
||||
.zocial.angellist:before {content: "\00D6";}
|
||||
.zocial.aol:before {content: "\"";}
|
||||
.zocial.appnet:before {content: "\00E1";}
|
||||
.zocial.appstore:before {content: "A";}
|
||||
.zocial.bitbucket:before {content: "\00E9";}
|
||||
.zocial.bitcoin:before {content: "2"; color: #f7931a;}
|
||||
.zocial.blogger:before {content: "B";}
|
||||
.zocial.buffer:before {content: "\00E5";}
|
||||
.zocial.call:before {content: "7";}
|
||||
.zocial.cal:before {content: ".";}
|
||||
.zocial.cart:before {content: "\00C9";}
|
||||
.zocial.chrome:before {content: "[";}
|
||||
.zocial.cloudapp:before {content: "c";}
|
||||
.zocial.creativecommons:before {content: "C";}
|
||||
.zocial.delicious:before {content: "#";}
|
||||
.zocial.digg:before {content: ";";}
|
||||
.zocial.disqus:before {content: "Q";}
|
||||
.zocial.dribbble:before {content: "D";}
|
||||
.zocial.dropbox:before {content: "d"; color: #1f75cc;}
|
||||
.zocial.drupal:before {content: "\00E4"; color: #fff;}
|
||||
.zocial.dwolla:before {content: "\00E0";}
|
||||
.zocial.email:before {content: "]"; color: #312c2a;}
|
||||
.zocial.eventasaurus:before {content: "v"; color: #9de428;}
|
||||
.zocial.eventbrite:before {content: "|";}
|
||||
.zocial.eventful:before {content: "'"; color: #0066CC;}
|
||||
.zocial.evernote:before {content: "E";}
|
||||
.zocial.facebook:before {content: "f";}
|
||||
.zocial.fivehundredpx:before {content: "0"; color: #29b6ff;}
|
||||
.zocial.flattr:before {content: "%";}
|
||||
.zocial.flickr:before {content: "F";}
|
||||
.zocial.forrst:before {content: ":"; color: #50894f;}
|
||||
.zocial.foursquare:before {content: "4";}
|
||||
.zocial.github:before {content: "\00E8";}
|
||||
.zocial.gmail:before {content: "m"; color: #f00;}
|
||||
.zocial.google:before {content: "G";}
|
||||
.zocial.googleplay:before {content: "h";}
|
||||
.zocial.googleplus:before {content: "+";}
|
||||
.zocial.gowalla:before {content: "@";}
|
||||
.zocial.grooveshark:before {content: "8";}
|
||||
.zocial.guest:before {content: "?";}
|
||||
.zocial.html5:before {content: "5";}
|
||||
.zocial.ie:before {content: "6";}
|
||||
.zocial.instagram:before {content: "\00DC";}
|
||||
.zocial.instapaper:before {content: "I";}
|
||||
.zocial.intensedebate:before {content: "{";}
|
||||
.zocial.itunes:before {content: "i"; color: #1a6dd2;}
|
||||
.zocial.klout:before {content: "K"; }
|
||||
.zocial.lanyrd:before {content: "-";}
|
||||
.zocial.lastfm:before {content: "l";}
|
||||
.zocial.lego:before {content: "\00EA"; color:#fff900;}
|
||||
.zocial.linkedin:before {content: "L";}
|
||||
.zocial.lkdto:before {content: "\00EE";}
|
||||
.zocial.logmein:before {content: "\00EB";}
|
||||
.zocial.macstore:before {content: "^";}
|
||||
.zocial.meetup:before {content: "M";}
|
||||
.zocial.myspace:before {content: "_";}
|
||||
.zocial.ninetyninedesigns:before {content: "9"; color: #f50;}
|
||||
.zocial.openid:before {content: "o"; color: #ff921d;}
|
||||
.zocial.opentable:before {content: "\00C7";}
|
||||
.zocial.paypal:before {content: "$";}
|
||||
.zocial.pinboard:before {content: "n";}
|
||||
.zocial.pinterest:before {content: "1";}
|
||||
.zocial.plancast:before {content: "P";}
|
||||
.zocial.plurk:before {content: "j";}
|
||||
.zocial.pocket:before {content: "\00E7"; color:#ee4056;}
|
||||
.zocial.podcast:before {content: "`";}
|
||||
.zocial.posterous:before {content: "~";}
|
||||
.zocial.print:before {content: "\00D1";}
|
||||
.zocial.quora:before {content: "q";}
|
||||
.zocial.reddit:before {content: ">"; color: red;}
|
||||
.zocial.rss:before {content: "R";}
|
||||
.zocial.scribd:before {content: "}"; color: #00d5ea;}
|
||||
.zocial.skype:before {content: "S";}
|
||||
.zocial.smashing:before {content: "*";}
|
||||
.zocial.songkick:before {content: "k";}
|
||||
.zocial.soundcloud:before {content: "s";}
|
||||
.zocial.spotify:before {content: "=";}
|
||||
.zocial.stackoverflow:before {content: "\00EC"; color: #ff7a15;}
|
||||
.zocial.statusnet:before {content: "\00E2"; color: #fff;}
|
||||
.zocial.steam:before {content: "b";}
|
||||
.zocial.stripe:before {content: "\00A3";}
|
||||
.zocial.stumbleupon:before {content: "/";}
|
||||
.zocial.tumblr:before {content: "t";}
|
||||
.zocial.twitter:before {content: "T";}
|
||||
.zocial.viadeo:before {content: "H"; color: #f59b20;}
|
||||
.zocial.vimeo:before {content: "V";}
|
||||
.zocial.vk:before {content: "N";}
|
||||
.zocial.weibo:before {content: "J"; color: #e6162d;}
|
||||
.zocial.wikipedia:before {content: ",";}
|
||||
.zocial.windows:before {content: "W";}
|
||||
.zocial.wordpress:before {content: "w";}
|
||||
.zocial.xing:before {content: "X"}
|
||||
.zocial.yahoo:before {content: "Y";}
|
||||
.zocial.ycombinator:before {content: "\00ED";}
|
||||
.zocial.yelp:before {content: "y";}
|
||||
.zocial.youtube:before {content: "U";}
|
||||
|
||||
/* Button background and text color */
|
||||
|
||||
.zocial.acrobat {background-color: #fff; color: #000;}
|
||||
.zocial.amazon {background-color: #ffad1d; color: #030037; text-shadow: 0 1px 0 rgba(255,255,255,0.5);}
|
||||
.zocial.android {background-color: #a4c639;}
|
||||
.zocial.angellist {background-color: #000;}
|
||||
.zocial.aol {background-color: #f00;}
|
||||
.zocial.appnet {background-color: #3178bd;}
|
||||
.zocial.appstore {background-color: #000;}
|
||||
.zocial.bitbucket {background-color: #205081;}
|
||||
.zocial.bitcoin {background-color: #efefef; color: #4d4d4d;}
|
||||
.zocial.blogger {background-color: #ee5a22;}
|
||||
.zocial.buffer {background-color: #232323;}
|
||||
.zocial.call {background-color: #008000;}
|
||||
.zocial.cal {background-color: #d63538;}
|
||||
.zocial.cart {background-color: #333;}
|
||||
.zocial.chrome {background-color: #006cd4;}
|
||||
.zocial.cloudapp {background-color: #fff; color: #312c2a;}
|
||||
.zocial.creativecommons {background-color: #000;}
|
||||
.zocial.delicious {background-color: #3271cb;}
|
||||
.zocial.digg {background-color: #164673;}
|
||||
.zocial.disqus {background-color: #5d8aad;}
|
||||
.zocial.dribbble {background-color: #ea4c89;}
|
||||
.zocial.dropbox {background-color: #fff; color: #312c2a;}
|
||||
.zocial.drupal {background-color: #0077c0; color: #fff;}
|
||||
.zocial.dwolla {background-color: #e88c02;}
|
||||
.zocial.email {background-color: #f0f0eb; color: #312c2a;}
|
||||
.zocial.eventasaurus {background-color: #192931; color: #fff;}
|
||||
.zocial.eventbrite {background-color: #ff5616;}
|
||||
.zocial.eventful {background-color: #fff; color: #47ab15;}
|
||||
.zocial.evernote {background-color: #6bb130; color: #fff;}
|
||||
.zocial.facebook {background-color: #4863ae;}
|
||||
.zocial.fivehundredpx {background-color: #333;}
|
||||
.zocial.flattr {background-color: #8aba42;}
|
||||
.zocial.flickr {background-color: #ff0084;}
|
||||
.zocial.forrst {background-color: #1e360d;}
|
||||
.zocial.foursquare {background-color: #44a8e0;}
|
||||
.zocial.github {background-color: #fbfbfb; color: #050505;}
|
||||
.zocial.gmail {background-color: #efefef; color: #222;}
|
||||
.zocial.google {background-color: #4e6cf7;}
|
||||
.zocial.googleplay {background-color: #000;}
|
||||
.zocial.googleplus {background-color: #dd4b39;}
|
||||
.zocial.gowalla {background-color: #ff720a;}
|
||||
.zocial.grooveshark {background-color: #111; color:#eee;}
|
||||
.zocial.guest {background-color: #1b4d6d;}
|
||||
.zocial.html5 {background-color: #ff3617;}
|
||||
.zocial.ie {background-color: #00a1d9;}
|
||||
.zocial.instapaper {background-color: #eee; color: #222;}
|
||||
.zocial.instagram {background-color: #3f729b;}
|
||||
.zocial.intensedebate {background-color: #0099e1;}
|
||||
.zocial.klout {background-color: #e34a25;}
|
||||
.zocial.itunes {background-color: #efefeb; color: #312c2a;}
|
||||
.zocial.lanyrd {background-color: #2e6ac2;}
|
||||
.zocial.lastfm {background-color: #dc1a23;}
|
||||
.zocial.lego {background-color: #fb0000;}
|
||||
.zocial.linkedin {background-color: #0083a8;}
|
||||
.zocial.lkdto {background-color: #7c786f;}
|
||||
.zocial.logmein {background-color: #000;}
|
||||
.zocial.macstore {background-color: #007dcb}
|
||||
.zocial.meetup {background-color: #ff0026;}
|
||||
.zocial.myspace {background-color: #000;}
|
||||
.zocial.ninetyninedesigns {background-color: #fff; color: #072243;}
|
||||
.zocial.openid {background-color: #f5f5f5; color: #333;}
|
||||
.zocial.opentable {background-color: #990000;}
|
||||
.zocial.paypal {background-color: #fff; color: #32689a; text-shadow: 0 1px 0 rgba(255,255,255,0.5);}
|
||||
.zocial.pinboard {background-color: blue;}
|
||||
.zocial.pinterest {background-color: #c91618;}
|
||||
.zocial.plancast {background-color: #e7ebed; color: #333;}
|
||||
.zocial.plurk {background-color: #cf682f;}
|
||||
.zocial.pocket {background-color: #fff; color: #777;}
|
||||
.zocial.podcast {background-color: #9365ce;}
|
||||
.zocial.posterous {background-color: #ffd959; color: #bc7134;}
|
||||
.zocial.print {background-color: #f0f0eb; color: #222; text-shadow: 0 1px 0 rgba(255,255,255,0.8);}
|
||||
.zocial.quora {background-color: #a82400;}
|
||||
.zocial.reddit {background-color: #fff; color: #222;}
|
||||
.zocial.rss {background-color: #ff7f25;}
|
||||
.zocial.scribd {background-color: #231c1a;}
|
||||
.zocial.skype {background-color: #00a2ed;}
|
||||
.zocial.smashing {background-color: #ff4f27;}
|
||||
.zocial.songkick {background-color: #ff0050;}
|
||||
.zocial.soundcloud {background-color: #ff4500;}
|
||||
.zocial.spotify {background-color: #60af00;}
|
||||
.zocial.stackoverflow {background-color: #fff; color: #555;}
|
||||
.zocial.statusnet {background-color: #829d25;}
|
||||
.zocial.steam {background-color: #000;}
|
||||
.zocial.stripe {background-color: #2f7ed6;}
|
||||
.zocial.stumbleupon {background-color: #eb4924;}
|
||||
.zocial.tumblr {background-color: #374a61;}
|
||||
.zocial.twitter {background-color: #46c0fb;}
|
||||
.zocial.viadeo {background-color: #fff; color: #000;}
|
||||
.zocial.vimeo {background-color: #00a2cd;}
|
||||
.zocial.vk {background-color: #45688E;}
|
||||
.zocial.weibo {background-color: #faf6f1; color: #000;}
|
||||
.zocial.wikipedia {background-color: #fff; color: #000;}
|
||||
.zocial.windows {background-color: #0052a4; color: #fff;}
|
||||
.zocial.wordpress {background-color: #464646;}
|
||||
.zocial.xing {background-color: #0a5d5e;}
|
||||
.zocial.yahoo {background-color: #a200c2;}
|
||||
.zocial.ycombinator {background-color: #ff6600;}
|
||||
.zocial.yelp {background-color: #e60010;}
|
||||
.zocial.youtube {background-color: #f00;}
|
||||
|
||||
/*
|
||||
The Miscellaneous Buttons
|
||||
These button have no icons and can be general purpose buttons while ensuring consistent button style
|
||||
Credit to @guillermovs for suggesting
|
||||
*/
|
||||
|
||||
.zocial.primary, .zocial.secondary {margin: 0.1em 0; padding: 0 1em;}
|
||||
.zocial.primary:before, .zocial.secondary:before {display: none;}
|
||||
.zocial.primary {background-color: #333;}
|
||||
.zocial.secondary {background-color: #f0f0eb; color: #222; text-shadow: 0 1px 0 rgba(255,255,255,0.8);}
|
||||
|
||||
/* Any browser-specific adjustments */
|
||||
|
||||
button:-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Reference icons from font-files
|
||||
** Base 64-encoded version recommended to resolve cross-site font-loading issues
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'zocial';
|
||||
src: url('@{fonts-path}/zocial/zocial-regular-webfont.eot');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'zocial';
|
||||
src: url('@{fonts-path}/zocial/zocial-regular-webfont.ttf') format('truetype'),
|
||||
url('@{fonts-path}/zocial/zocial-regular-webfont.svg#zocialregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user