Skip to content

Commit e9c19b9

Browse files
committed
v1.1.4へ向けての修正(その5)
これでほぼ完成…かな?(ぉ ・Webフォントファイルの更新(4つほど追加(^^;) ・外部リンク時にJqueryで入れているclass名「external」をCSSでちゃんと表示するようにした ・User Jqueryの一部追加と修正
1 parent 163831b commit e9c19b9

File tree

11 files changed

+380
-413
lines changed

11 files changed

+380
-413
lines changed

themes/mtv_bh5/blog_static/css/vicunafont.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
@font-face {
44
font-family: 'vicunaicon';
5-
src: url('vicunaicon.eot?9w8m3o');
6-
src: url('vicunaicon.eot?9w8m3o#iefix') format('embedded-opentype'),
7-
url('vicunaicon.ttf?9w8m3o') format('truetype'),
8-
url('vicunaicon.woff?9w8m3o') format('woff'),
9-
url('vicunaicon.svg?9w8m3o#vicunaicon') format('svg');
5+
src: url('vicunaicon.eot?7xrvlx');
6+
src: url('vicunaicon.eot?7xrvlx#iefix') format('embedded-opentype'),
7+
url('vicunaicon.ttf?7xrvlx') format('truetype'),
8+
url('vicunaicon.woff?7xrvlx') format('woff'),
9+
url('vicunaicon.svg?7xrvlx#vicunaicon') format('svg');
1010
font-weight: normal;
1111
font-style: normal;
1212
font-display: block;
576 Bytes
Binary file not shown.

themes/mtv_bh5/blog_static/css/vicunaicon.svg

Lines changed: 3 additions & 0 deletions
Loading
576 Bytes
Binary file not shown.
576 Bytes
Binary file not shown.

themes/mtv_bh5/static/style5-flat/core.css

Lines changed: 72 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -543,17 +543,74 @@ article.section > div.textBody h5,
543543
-moz-osx-font-smoothing: grayscale;
544544
}
545545

546-
.vicon-lastfm a::before {
546+
/* ---- Web Font selection
547+
.vicon-facebook a::before {
548+
content: "\e900";
549+
color: #1877F2;
550+
}
551+
.vicon-facebook1 a::before {
552+
content: "\ea90";
553+
color: #1877F2;
554+
}
555+
.vicon-facebook2 a::before {
556+
content: "\ea91";
557+
color: #1877F2;
558+
}
559+
.vicon-feedly::before {
560+
content: "\e901";
561+
color: #2BB24C;
562+
}
563+
.vicon-hatenabook a::before {
564+
content: "\e902";
565+
color: #00A4DE;
566+
}
567+
.vicon-lastfm::before {
547568
content: "\e903";
548569
color: #D51007;
549570
}
550-
.vicon-github a::before {
571+
.vicon-lastfm2::before {
572+
content: "\eacc";
573+
color: #D51007;
574+
}
575+
.vicon-line a::before {
576+
content: "\e904";
577+
#00C300;
578+
}
579+
.vicon-pinter::before {
580+
content: "\e905";
581+
color: #BD081C;
582+
}
583+
.vicon-pinter2::before {
584+
content: "\ead2";
585+
color: #BD081C;
586+
}
587+
.vicon-pocket a::before {
588+
content: "\e906";
589+
color: #EF3F56;
590+
}
591+
.vicon-twitter a::before {
592+
content: "\e907";
593+
color: #1DA1F2;
594+
}
595+
.vicon-github::before {
551596
content: "\e908";
552597
color: #181717;
553598
}
554-
.vicon-quotes-right a::before {
599+
.vicon-quotes-right::before {
555600
content: "\e978";
556601
}
602+
.vicon-link button::before {
603+
content: "\e9cb";
604+
}
605+
.vicon-clip button::before {
606+
content: "\e9cd";
607+
}
608+
.vicon-share::after {
609+
content: "\ea7d";
610+
}
611+
.vicon-new-tab::after {
612+
content: "\ea7e";
613+
}
557614
.vicon-rss a::before {
558615
content: "\ea9b";
559616
color: #FFA500;
@@ -562,10 +619,7 @@ article.section > div.textBody h5,
562619
content: "\ea9c";
563620
color: #FFA500;
564621
}
565-
.vicon-lastfm2 a::before {
566-
content: "\eacc";
567-
color: #D51007;
568-
}
622+
----------------------- */
569623

570624
ul.info {
571625
margin: 0 0 1em 0;
@@ -671,12 +725,6 @@ ul.snsbutton > li button:hover {
671725
font-size: 25px;
672726
}
673727

674-
.vicon-feedly a { color: #2BB24C; }
675-
.vicon-feedly a::before {
676-
content: "\e901";
677-
font-size: 25px;
678-
}
679-
680728
.vicon-hatenabook a { color: #00A4DE; }
681729
.vicon-hatenabook a::before {
682730
content: "\e902";
@@ -689,12 +737,6 @@ ul.snsbutton > li button:hover {
689737
font-size: 25px;
690738
}
691739

692-
.vicon-pinter a { color: #BD081C; }
693-
.vicon-pinter a::before {
694-
content: "\e905";
695-
font-size: 25px;
696-
}
697-
698740
.vicon-pocket a { color: #EF3F56; }
699741
.vicon-pocket a::before {
700742
content: "\e906";
@@ -707,24 +749,6 @@ ul.snsbutton > li button:hover {
707749
font-size: 25px;
708750
}
709751

710-
.vicon-facebook1 a { color: #1877F2; }
711-
.vicon-facebook1 a::before {
712-
content: "\ea90";
713-
font-size: 25px;
714-
}
715-
716-
.vicon-facebook2 a { color: #1877F2; }
717-
.vicon-facebook2 a::before {
718-
content: "\ea91";
719-
font-size: 25px;
720-
}
721-
722-
.vicon-pinter2 a { color: #BD081C; }
723-
.vicon-pinter2 a::before {
724-
content: "\ead2";
725-
font-size: 25px;
726-
}
727-
728752
/* Text Style
729753
---------------*/
730754

@@ -1239,47 +1263,6 @@ article.headline > ul li.textBody {
12391263
font-size: 100%;
12401264
}
12411265

1242-
div.entry article.headlbox {
1243-
margin: 0;
1244-
padding: 0;
1245-
display: table;
1246-
width: 100%;
1247-
font-size: 95%;
1248-
border-bottom: 1px solid #ddd;
1249-
}
1250-
1251-
div.entry article.headlbox:first-child {
1252-
margin-top: 1.8em;
1253-
}
1254-
1255-
article.headlbox ul {
1256-
margin: 0.5em 0.3em;
1257-
list-style: none;
1258-
}
1259-
1260-
div.entry-sect, p.ccount, div.lcomment {
1261-
margin: 0;
1262-
padding: 0.2em;
1263-
display: table-cell;
1264-
border-right: 1px solid #ddd;
1265-
}
1266-
1267-
.headlbox > div.entry-sect {
1268-
}
1269-
1270-
.headlbox > p.ccount {
1271-
text-align: center;
1272-
width: 50px;
1273-
vertical-align: middle;
1274-
}
1275-
1276-
.headlbox > div.lcomment {
1277-
width: 40%;
1278-
padding-left: 0.5em;
1279-
border-right: 0;
1280-
vertical-align: middle;
1281-
}
1282-
12831266
/* ul.thumb
12841267
---------------*/
12851268

@@ -1522,6 +1505,17 @@ body.multi2-l div#utilities:after {
15221505
display: none;
15231506
}
15241507

1508+
.external::after {
1509+
font-family: 'vicunaicon' !important;
1510+
font-size: 12px;
1511+
line-height: 1;
1512+
content: "\ea7e";
1513+
padding-left: 2px;
1514+
padding-right: 2px;
1515+
text-decoration: none;
1516+
outline: 1px solid #fff;
1517+
}
1518+
15251519
div.parePre {
15261520
position: relative;
15271521
margin: 0;

0 commit comments

Comments
 (0)