File tree Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
get_header (); ?>
6
6
7
- <div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
8
-
9
7
<!-- body -->
10
8
<div class="content-full full-width twelve columns">
11
9
Original file line number Diff line number Diff line change 1
1
<?php get_header (); ?>
2
2
<?php the_post (); ?>
3
3
4
- <div class="beta-ribbon-wrapper"><div class="beta-ribbon"><a href="/about/#beta">Beta</a></div></div>
5
4
<div class="content-right twelve columns">
6
5
<div id="content">
7
6
<?php get_template_part ( 'content ' , 'page ' ); ?>
Original file line number Diff line number Diff line change 26
26
clear : both;
27
27
}
28
28
29
- /*******************************************************************************/
30
- /* Beta Ribbon
31
- /*******************************************************************************/
32
- .beta-ribbon-wrapper {
33
- width : 85px ;
34
- height : 88px ;
35
- overflow : hidden;
36
- position : absolute;
37
- top : 0 ;
38
- right : 0 ;
39
- z-index : 10 ;
40
- }
41
-
42
- .beta-ribbon {
43
- font-weight : bold;
44
- text-align : center;
45
- text-shadow : rgba (255 , 255 , 255 , 0.5 ) 0 1px 0 ;
46
- -webkit-transform : rotate (45deg );
47
- -ms-transform : rotate (45deg );
48
- transform : rotate (45deg );
49
- position : relative;
50
- padding : 7px 0 ;
51
- left : -5px ;
52
- top : 11px ;
53
- width : 120px ;
54
- background-color : # ffea94 ;
55
- background-image : -webkit-linear-gradient (top, # ffea94, # ffea5E );
56
- background-image : linear-gradient (to bottom, # ffea94, # ffea5E );
57
- color : # 6a6340 ;
58
- box-shadow : 0 0 3px rgba (0 , 0 , 0 , 0.3 );
59
- cursor : pointer;
60
- }
61
-
62
- .beta-ribbon : hover {
63
- background-color : # ffea5e ;
64
- background-image : -webkit-linear-gradient (top, # ffea5e, # ffea94 );
65
- background-image : linear-gradient (to bottom, # ffea5e, # ffea94 );
66
- }
67
- .beta-ribbon a {
68
- text-decoration : none;
69
- color : # 393939 ;
70
- }
71
-
72
- .beta-ribbon : hover a {
73
- text-decoration : underline;
74
- }
75
29
/*******************************************************************************/
76
30
/* Sidebar
77
31
/*******************************************************************************/
You can’t perform that action at this time.
0 commit comments