Warning, /webapps/ocs-webserver/httpdocs/theme/react/lib/bookblock/css/demo3.css is written in an unsupported language. File is not indexed.

0001 @font-face {
0002         font-family: 'arrows';
0003         src:url('../fonts/arrows/arrows.eot');
0004         src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
0005                 url('../fonts/arrows/arrows.woff') format('woff'),
0006                 url('../fonts/arrows/arrows.ttf') format('truetype'),
0007                 url('../fonts/arrows/arrows.svg#arrows') format('svg');
0008         font-weight: normal;
0009         font-style: normal;
0010 }
0011 
0012 .bb-custom-wrapper {
0013         width: 420px;
0014         position: relative;
0015         margin: 0 auto 40px;
0016         text-align: center;
0017 }
0018 
0019 .bb-custom-wrapper .bb-bookblock {
0020         box-shadow: 0 12px 20px -10px rgba(81,64,49,0.6);
0021 }
0022 
0023 .bb-custom-wrapper h3 {
0024         font-size: 1.4em;
0025         font-weight: 300;
0026         margin: 0.4em 0 1em;
0027 }
0028 
0029 .bb-custom-wrapper nav {
0030         width: 100%;
0031         height: 30px;
0032         margin: 1em auto 0;
0033         position: relative;
0034         z-index: 0;
0035         text-align: center;
0036 }
0037 
0038 .bb-custom-wrapper nav a {
0039         display: inline-block;
0040         width: 30px;
0041         height: 30px;
0042         text-align: center;
0043         border-radius: 2px;
0044         background: #ea5381;
0045         color: #fff;
0046         font-size: 0;
0047         margin: 2px;
0048 }
0049 
0050 .bb-custom-wrapper nav a:hover {
0051         opacity: 0.6;
0052 }
0053 
0054 .bb-custom-icon:before {
0055         font-family: 'arrows';
0056         speak: none;
0057         font-style: normal;
0058         font-weight: normal;
0059         font-variant: normal;
0060         text-transform: none;
0061         line-height: 1;
0062         font-size: 20px;
0063         line-height: 30px;
0064         display: block;
0065         -webkit-font-smoothing: antialiased;
0066 }
0067 
0068 .bb-custom-icon-first:before,
0069 .bb-custom-icon-last:before {
0070         content: "\e002";
0071 }
0072 
0073 .bb-custom-icon-arrow-left:before,
0074 .bb-custom-icon-arrow-right:before {
0075         content: "\e003";
0076 }
0077 
0078 .bb-custom-icon-arrow-left:before,
0079 .bb-custom-icon-first:before {
0080         -webkit-transform: rotate(180deg);
0081         transform: rotate(180deg);
0082 }
0083 
0084 /* No JS */
0085 .no-js .bb-custom-wrapper {
0086         height: auto;
0087 }
0088 
0089 .no-js .bb-custom-content {
0090         height: 470px;
0091 }