Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Flower Diary
- Practicality style
- By inconformista.dreamwidth.org */
- H1, H2, H3 {
- margin: .25em 0;
- padding: .25em 0;
- }
- img {
- border: none;
- }
- hr {
- display: none;
- }
- .entry-content hr,
- .comment-content hr {
- display: block;
- margin: 1em 10%;
- }
- body {
- font-family: Open Sans;
- font-size: 16px;
- line-height: 26px;
- text-align: justify;
- padding: 0;
- color: #ffffff;
- background-color: #355421;
- background-image: url('https://i.imgur.com/DdNvZfL.jpg');
- background-repeat: no-repeat;
- }
- html body {
- margin-left: 0em;
- margin-right: 0em;
- }
- a, a:link, a:visited, a:active {
- color: #00334C;
- }
- a:hover {
- color: #50AABE;
- }
- /* #content layout */
- #content { float: none; }
- @media only screen and (min-width: 45em) {
- .two-columns-left #content {
- border-left: 0em solid transparent;
- }
- }
- #content-footer {
- height: 0;
- font-size: 0; /*to make IE happy*/
- clear: both;
- }
- #header, #footer {
- margin: 0;
- clear: both;
- padding: .5em;
- }
- #header {
- background: transparent;
- color: #00334C;
- }
- h1#title {
- font-family: Open Sans;
- font-size: 20px;
- }
- h2#subtitle,
- h2#pagetitle {
- font-family: Open Sans;
- font-size: 18px;
- }
- #footer {
- background: transparent;
- }
- #footer a { color: #00334C;
- }
- #footer a:hover { color: #50AABE;
- }
- /* modules layout */
- #primary {
- width:100%;
- margin-right:-100%;
- margin-left: 0;
- }
- #primary > .inner:first-child, #secondary > .inner:first-child, #tertiary > .inner:first-child {
- padding: 1em;
- }
- #primary { float: none; }
- #secondary, #tertiary { width: 100%; }
- @media only screen and (min-width: 45em) {
- .multiple-columns #primary {
- float: left;
- }
- .two-columns-left #secondary,
- .three-columns-sides #secondary {
- float: left;
- width: 22%;
- margin-left: -28%;
- margin-top: 20px;
- }
- .two-columns #tertiary {
- clear: both;
- width: auto;
- }
- .two-columns-left #tertiary { margin-left: -15em; }
- .two-columns #tertiary .module {
- float: left;
- width: 15em;
- }
- .navigation ul {
- margin-left: 0;
- padding-left: 0;
- }
- .navigation li {
- display: inline;
- padding: 0 .5em;
- }
- .noentries {
- padding: 0 .5em;
- }
- /* entries */
- .entry {
- color: #ffffff;
- background-color: #355421;
- }
- .entry .entry-title {
- }
- .entry .entry-title, .entry .entry-title a {
- }
- .no-subject .entry .entry-title {
- background: none;
- border: none;
- }
- .entry a { color: #00334C;
- }
- .entry a:visited { }
- .entry a:hover { color: #50AABE;
- }
- .entry a:active { }
- /* ensure comment content stretches out horizontally so it's readable */
- .comment-content:before {
- content: "";
- display: block;
- overflow: hidden;
- width: 10em;
- }
- .comment-content { border-top: 1px transparent solid; } /* for firefox */
- /* To prevent overlapping when icon's on the left */
- /* and list is the first thing in content */
- .entry-content li,
- .comment-content li {
- list-style-position: inside;
- }
- /* To constrain the width and prevent layout breaking */
- .entry-content img, .comment-content img {
- max-width: 100%;
- height: auto;
- }
- @media only screen and (min-width: 60em) {
- .entry-content img, .comment-content img { max-width: none; }
- }
- .metadata ul {
- display: inline;
- list-style: none;
- margin-left: .5em;
- padding-left: 0;
- }
- .metadata li {
- margin-bottom: .5em;
- }
- .metadata.top-metadata ul {
- margin: 0;
- }
- .metadata.top-metadata {
- margin-bottom: 1em;
- }
- .tag ul {
- display: inline;
- margin-left: 0;
- padding-left: 0;
- }
- .tag ul li {
- display: inline;
- } /* same for month view */
- ul.entry-management-links {
- margin-left: 0;
- padding-left: 0;
- }
- ul.entry-management-links li {
- display: inline;
- padding: 0 .25em;
- }
- ul.entry-interaction-links {
- margin-left: 0;
- padding-left: 0;
- text-align: right;
- }
- .entry-interaction-links a, .entry-management-links a {
- }
- .entry-interaction-links a:visited, .entry-management-links a:visited { }
- .entry-interaction-links a:hover, .entry-management-links a:hover { }
- .entry-interaction-links a:active, .entry-management-links a:active { }
- ul.entry-interaction-links li {
- display: inline;
- padding: 0 .25em;
- }
- /* comments */
- .comment-posted {font-weight:bold;}
- .comment-wrapper {
- padding: .5em 0;
- min-width: 15em;
- }
- .comment .comment-title {
- font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 1.2em;
- margin: 0;
- }
- .comment .comment-title, .comment .comment-title a {
- }
- .no-subject .comment .comment-title {
- background: none;
- border: none;
- }
- ul.comment-management-links {
- margin-left: 0;
- padding-left: 0;
- text-align: right;
- }
- ul.comment-management-links li {
- display: inline;
- padding: 0 .25em;
- }
- ul.comment-interaction-links {
- margin-left: 0;
- padding-left: 0;
- }
- ul.comment-interaction-links li {
- display: inline;
- padding: 0 .25em;
- }
- textarea#commenttext {
- width: 100%; /* fix for FF form width glitch */
- }
- /* archive */
- table.month {
- margin: 0 auto;
- border-collapse: collapse;
- }
- table.month td {
- height: 3.25em;
- }
- table.month td,
- table.month th {
- border: 1px solid; /* ? */
- padding: 3px;
- }
- table.month td p {
- margin: 0;
- padding: 3px;
- }
- .month dl dt {
- font-weight: bold;
- }
- .month dl .time {
- padding-right: .5em;
- }
- .month dl h3 {
- display: inline;
- font-size: medium;
- }
- .page-month .month .entry-poster {
- margin-right: .5em;
- }
- .month dl .tag ul {
- margin-top: 0;
- }
- /* icons */
- .sorting-options ul {
- margin-left: 0;
- }
- .sorting-options ul li {
- display: inline;
- }
- .icon-keywords ul {
- display: inline;
- margin-left: 0;
- padding-left: 0;
- }
- .icon-keywords ul li {
- display: inline;
- }
- /* modules */
- .module {
- background: #ffffff;
- color: #00334C;
- background-color: #010204;
- }
- .module a { color: #00334C;
- }
- .module a:visited { }
- .module a:hover { color: #50AABE;
- }
- .module a:active { }
- .module h2 {
- font-family: Open Sans;
- font-size: 1.37em;
- }
- .module-content {
- font-family: Open Sans;
- }
- .module-content ul {
- list-style: outside;
- text-align: center;
- margin: .5em 0;
- padding-left: 0;
- font-family: Open Sans;
- text-transform: uppercase;
- }
- .module-content li {
- margin: .5em 0;
- }
- ul.userlite-interaction-links.icon-links {
- margin-left: 0;
- padding-left: 0;
- }
- ul.userlite-interaction-links.icon-links li {
- display: inline;
- padding: 0 .20em;
- }
- ul.userlite-interaction-links.text-links {
- text-align: left;
- }
- .any-column .module-calendar table { margin: 0; }
- .module-calendar .module-content { text-align: left; }
- @media only screen and (min-width: 45em) {
- .multiple-columns .module-calendar .module-content {
- text-align: center;
- }
- .multiple-columns .module-calendar table {
- margin: 0 auto;
- }
- .multiple-columns .module-syndicate .module-content {
- text-align: center;
- }
- }
- .module-calendar td {
- padding: 1px;
- }
- .module-calendar td a {
- display: block;
- padding: 2px;
- }
- .search-box {
- margin: .2em auto;
- max-width: 100%;
- }
- .search-form .search-box-item,
- .search-form .search-button-item {
- display: block
- }
- .search-form .comment_search_checkbox_item {
- display: inline
- }
- /* wrap long content, particularly openid usernames */
- .module-pagesummary .ljuser {
- white-space: normal !important;
- }
- .module-pagesummary .module-content {
- word-wrap: break-word;
- }
- .module-credit .category-title {
- font-weight: bold;
- }
- .tags_cloud li, .module-tags_cloud li { display: inline; }
- .entry .userpic,
- .comment .userpic {
- text-align: right;
- }
- /*--------------------*/
- /*--- Practicality ---*/
- /*--------------------*/
- /*--- Main ---*/
- body {
- margin: 0;
- }
- a, a:link, a:visited, a:active {
- color: #00334C;
- text-decoration: none;
- }
- a:hover {
- color: #50AABE;
- text-decoration: none;
- }
- p {
- margin: 1em 0;
- }
- input, textarea {
- background: #010204;
- border: 1px solid #355421;
- color: #00334C;
- }
- blockquote {
- color: #50AABE;
- padding: 10px;
- width: 90%;
- }
- ul {
- list-style: square inside;
- margin: .2em 0 0 2.5em;
- }
- ol {
- list-style: decimal inside;
- margin: .2em 0 0 2.5em;
- }
- /*--- Main Containers ---*/
- #canvas {
- width: 60%;
- margin: 0 auto;
- }
- #primary > .inner:first-child {
- padding: 0;
- }
- #secondary > .inner:first-child,
- #tertiary > .inner:first-child {
- padding: 0;
- }
- @media only screen and (min-width: 45em) {
- .column-left #primary > .inner:first-child {
- padding:0px;
- width:100%;
- }
- /*--- Journal Header ---*/
- #header {
- padding: .1em .5em;
- margin-top: 20px;
- border: 1px solid #010204;
- }
- h1#title, h1#title a {
- color: #355421;
- background-color: #010204;
- font-family: Lora;
- font-size: 24px;
- text-transform: uppercase;
- font-weight: normal;
- text-align: center;
- line-height: 100px;
- letter-spacing: 3px;
- padding: 100px:
- }
- h2#subtitle {
- display: none;
- }
- h2#pagetitle {
- display:none;
- }
- /*--- Sidebar ---*/
- li.page-separator {
- display: none;
- }
- .module {
- border: none;
- margin-bottom: 15px;
- padding: 10px;
- }
- h2.module-header {
- color: #72A385;
- text-transform: uppercase;
- font-weight: normal;
- margin: 0 0 10px 0;
- }
- h2.module-header a {
- color: #72A385;
- }
- ul.module-list {
- list-style: none;
- }
- ul.module-list li ,
- ul.module-list-item li {
- padding: 0 0 0 5px;
- }
- .module-content .userpic {
- text-align: center;
- }
- .module-content .userpic img {
- background: #010204;
- border: none;
- padding: 10px;
- }
- .journal-name {
- font-family: Open Sans;
- margin-top: 5px;
- text-align: center;
- }
- .journal-website-name {
- font-family: Open Sans;
- text-align: center;
- }
- ul.userlite-interaction-links.icon-links {
- margin: 5px 0 0;
- text-align: center;
- }
- ul.userlite-interaction-links.icon-links li {
- margin: 0 auto;
- }
- ul.userlite-interaction-links.text-links {
- padding: 0 0 0 5px;
- list-style: none;
- }
- .module-navlinks {
- color: #50AABE;
- font-family: Open Sans;
- text-transform: uppercase;
- font-size: 1.0em;
- letter-spacing: 2px;
- list-style: none;
- text-align: center;
- }
- .module-navlinks a {
- color: #72A385;
- width: 100%;
- display: block;
- border-bottom: 1px solid #e1dfe0;
- }
- .manage-link {
- margin: 10px 0 0;
- font-family: Open Sans;
- text-transform: uppercase;
- text-align: center;
- }
- .module-calendar table {
- text-align: center;
- }
- .module-calendar th {
- background: #F2F2F2;
- color: #50AABE;
- padding: 0;
- }
- .module-calendar td.empty-day {
- }
- .module-calendar td.entry-day {
- background: #F2F2F2;
- }
- .module-calendar td.entry-day a { color: #72A385; }
- .module-calendar td.entry-day a:visited { color: ; }
- .module-calendar td.entry-day a:hover { color: #50AABE; }
- .module-calendar td.entry-day a:active { color: ; }
- /*--- Entries ---*/
- .entry {
- padding: 10px;
- margin: 20px 0 15px 0;
- }
- .entry-content {
- margin: 10px 0 0;
- min-height: 100px;
- text-align: justify;
- }
- .entry .header {
- width: 100%;
- font-family: Lora;
- font-size: 20px;
- line-height: 25px;
- font-weight: normal;
- text-align: center;
- text-transform: uppercase;
- }
- h3.entry-title {
- width: 100%;
- font-family: Lora;
- font-size: 24px;
- line-height: 25px;
- font-weight: normal;
- text-align: center;
- text-transform: uppercase;
- }
- h3.entry-title a,
- h3.entry-title a:active,
- h3.entry-title a:hover,
- h3.entry-title a:visited {
- color: #72A385;
- font-family: Lora;
- }
- .datetime {
- color: #50AABE;
- font-size: 11px;
- font-family: Open Sans;
- }
- .datetime a {
- color: #50AABE;
- }
- .has-userpic .entry .userpic {
- border: none;
- margin: -75px -140px 10px 10px;
- }
- .entry .userpic img {
- background: #010204;
- border: none;
- padding: 10px;
- }
- .entry-poster {
- color: #50AABE;
- text-align: center;
- display: block;
- font-size: 11px;
- text-transform: uppercase;
- margin-bottom: 10px;
- }
- .entry-poster a,
- .entry-poster a:active,
- .entry-poster a:hover,
- .entry-poster a:visited {
- color: #72a385;
- }
- .metadata {
- font-size: 10px;
- text-transform: uppercase;
- font-family: Open Sans;
- margin: 1em 0 0;
- text-align: left;
- }
- .metadata ul {
- padding: 0;
- margin: 0;
- }
- .metadata ul li {
- padding: 0;
- margin: 0;
- }
- .metadata-item-location, .metadata-item-music, .metadata-item-mood, .tag ul {
- color: #50AABE;
- text-align: right;
- }
- .entry .footer {
- clear: both;
- }
- .tag {
- margin: 1em 0 .5em 0;
- font-size: 10px;
- text-transform: uppercase;
- font-family: Open Sans;
- }
- .tag ul li {
- margin: .5em 0 0;
- text-align: right;
- }
- ul.entry-management-links {
- border-top: 1px solid #e1dfe0;
- margin: .5em 0 0;
- padding: .5em 0 0;
- text-align: center;
- }
- ul.entry-management-links li {
- margin: 0 auto;
- text-align: center;
- }
- ul.entry-interaction-links {
- margin: 0;
- padding: 0;
- text-align: center;
- }
- ul.entry-interaction-links li,
- ul.entry-management-links li {
- color: #00334C;
- font-size: 1.3em;
- text-transform: uppercase;
- font-family: Open Sans;
- margin: 0 .5em 0 0;
- padding: 0;
- }
- ul.entry-interaction-links a,
- ul.entry-interaction-links a:active,
- ul.entry-interaction-links a:hover,
- ul.entry-interaction-links a:visited,
- ul.entry-management-links a,
- ul.entry-management-links a:active,
- ul.entry-management-links a:hover,
- ul.entry-management-links a:visited {
- color: #00334C;
- }
- /*--- Archive Page ---*/
- .month {
- background: #FFFFFF;
- color: #00334C;
- margin: 0 0 1em 0;
- padding: 2em;
- }
- .month a { color: #00334C; }
- .month a:visited { color: ; }
- .month a:hover { color: #50AABE; }
- .month a:active { color: ; }
- table.month {
- border-bottom: none;
- }
- .month table {
- margin: auto;
- width: 100%;
- }
- table.month td, table.month th {
- }
- .month caption {
- display: none;
- }
- .month h3 {
- color: #00334C;
- font-size: 1.2em;
- font-weight: normal;
- }
- .month th {
- background: #F2F2F2;
- color: #00334C;
- text-align: center;
- }
- .month td.day {
- color: #50AABE;
- font-weight: normal;
- }
- td.day {
- padding: 1em;
- }
- .month td.day-has-entries {
- background: #;
- color: #50AABE;
- font-weight: normal;
- text-align: left;
- }
- .month td.day-has-entries p {
- font-size: 1.14em;
- font-weight: bold;
- text-align: right;
- }
- .month td.day-has-entries p a { color: #00334C; }
- .month td.day-has-entries p a:visited { color:#00334C; }
- .month td.day-has-entries p a:hover { color: #50AABE; }
- .month td.day-has-entries p a:active { color: #00334C; }
- .month dl, .month dt, .month dd {
- margin: 0;
- padding: 0;
- }
- /*--- Tags Page ---*/
- .page-tags .tags-container {
- background: #010204;
- color: #50AABE;
- padding: .5em;
- }
- .page-tags .tags-container a { color: #00334C; }
- .page-tags .tags-container a:visited { color: #50AABE; }
- .page-tags .tags-container a:hover { color: #50AABE; }
- .page-tags .tags-container a:active { color: #00334C; }
- .page-tags .tags-container h2 {
- font-family: Open Sans;
- font-size: 12px;
- color: #50AABE;
- font-weight: normal;
- margin: 0 0 .5em 0;
- }
- .page-tags .tags-container .ljtaglist {
- list-style: none;
- margin-left: 0;
- }
- /*--- Icons Page ---*/
- .icons-container {
- background: #010204;
- color: #50AABE;
- padding: .5em;
- }
- .icons-container a { color: #00334C; }
- .icons-container a:visited { color: ;#50AABE; }
- .icons-container a:hover { color: #50AABE; }
- .icons-container a:active { color: #00334C; }
- .icons-container h2 {
- font-family: Open Sans;
- font-size: 12px;
- color: #50AABE;
- font-weight: normal;
- margin: 0 0 .5em 0;
- }
- .sorting-options ul {
- padding-left: 0;
- }
- .icons-container .icon {
- margin: 1em 0;
- }
- .icon-image {
- float: left;
- clear: left;
- margin-bottom: .25em;
- min-width: 100px;
- padding-right: 1em;
- }
- .icon-info {
- min-height: 100px;
- }
- .icon-info span {
- font-weight: bold;
- }
- .icon-info .default {
- text-decoration: underline;
- }
- /*--- Comments ---*/
- hr.above-entry-interaction-links, hr.below-reply-container {
- display: none;
- }
- .comment {
- background: #010204;
- color: #50AABE;
- padding: 1em;
- }
- .comment a { color: #00334C; }
- .comment a:visited { color: #50AABE; }
- .comment a:hover { color: #50AABE; }
- .comment a:active { color: #00334C; }
- .comment-title, .comment-title a {
- color: #72A385;
- }
- .comment-content {
- min-height: 100px;
- padding: .5em;
- }
- .comment-poster {
- color: #50AABE;
- margin-bottom: .5em;
- font-size: .8em;
- }
- .comment-poster a {
- color: #72A385;
- }
- .poster-ip {
- font-size: .7em;
- }
- textarea.textbox {
- background: #010204;
- color: #50AABE;
- width: 80% !important;
- }
- .has-userpic .comment .userpic {
- border: none;
- display: block;
- margin: -1em .5em .5em .5em;
- }
- .comment .userpic img {
- background: #010204;
- border: none;
- padding: 10px;
- }
- .comment-management-links ul, .comment-interaction-links ul {
- display: inline;
- font-size: 0.8em;
- text-align: center;
- }
- .comment-management-links li, .comment-interaction-links li {
- font-size: 1.1em;
- text-align: center;
- }
- .comment-interaction-links li a,
- .comment-management-links li a {
- color: #72A385;
- }
- #qrform table {
- border: none !important;
- }
- .bottomcomment {
- background: #010204;
- color: #50AABE;
- margin: .5em 0;
- padding: .7em;
- }
- .bottomcomment a { color: #00334C; }
- .bottomcomment a:visited { color: #50AABE; }
- .bottomcomment a:hover { color: #50AABE; }
- .bottomcomment a:active { color: #00334C; }
- /*--- Contextual Pop-ups ---*/
- .ContextualPopup {
- background: #010204;
- border-radius: 0;
- color: #50AABE;
- }
- .ContextualPopup div.Inner a,
- .ContextualPopup div.Inner a:visited,
- .ContextualPopup div.Inner a:active {
- text-decoration: none;
- }
- .ContextualPopup a { color: #72A385; }
- .ContextualPopup a:visited { color: #50AABE; }
- .ContextualPopup a:hover { color: #50AABE; }
- .ContextualPopup a:active { color: #72A385; }
- .ContextualPopup .Userpic {
- border: 5px solid #010204;
- margin: .5em;
- padding: 0;
- }
- .has-userpic .entry .userpic,
- .has-userpic .comment .userpic {
- float: right;
- }
- .has-userpic .entry .header {
- margin-right: 135px;
- }
- .has-userpic .comment .header {
- margin-right: 135px;
- }
- /* cyrillic-ext */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
- }
- /* cyrillic */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
- }
- /* greek-ext */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
- unicode-range: U+1F00-1FFF;
- }
- /* greek */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
- unicode-range: U+0370-03FF;
- }
- /* vietnamese */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
- }
- /* latin-ext */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
- }
- /* latin */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
- }
- /* cyrillic-ext */
- @font-face {
- font-family: 'Lora';
- font-style: normal;
- font-weight: 400;
- src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/Ukd0sOIY4JZgcODPuj2G3Q.woff2) format('woff2');
- unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
- }
- /* cyrillic */
- @font-face {
- font-family: 'Lora';
- font-style: normal;
- font-weight: 400;
- src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/GsNxiN0oIzsS201cnUag6w.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
- }
- /* vietnamese */
- @font-face {
- font-family: 'Lora';
- font-style: normal;
- font-weight: 400;
- src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/ie2Ux11tIT0C_JTksRPlKA.woff2) format('woff2');
- unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
- }
- /* latin-ext */
- @font-face {
- font-family: 'Lora';
- font-style: normal;
- font-weight: 400;
- src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/I0dEfRgGNE90_hXZq7bjyw.woff2) format('woff2');
- unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
- }
- /* latin */
- @font-face {
- font-family: 'Lora';
- font-style: normal;
- font-weight: 400;
- src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
- }
Advertisement
Add Comment
Please, Sign In to add comment