Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59a6df7

Browse files
committed
played around with favicon
1 parente3411bf commit59a6df7

File tree

10 files changed

+54
-19
lines changed

10 files changed

+54
-19
lines changed

‎_site/assets/css/robotframework.css‎

Lines changed: 54 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ body {
33
font-size:100%;
44
line-height:1.95em;
55
color:#7D6D6D;
6+
background: whiteurl(/assets/img/bg.jpg) repeat;
67
}
78

89
h1,h2,h3,h4,h5,h6 {
@@ -30,6 +31,7 @@ ul {
3031
list-style-type: none;
3132
}
3233

34+
/*
3335
.nav {
3436
color: white;
3537
background: -webkit-gradient(linear, left top, left bottom, from(#B86767), to(#7A4545));
@@ -44,61 +46,92 @@ ul {
4446
width: auto;
4547
border-radius: 5px;
4648
}
49+
*/
4750

48-
/*
49-
.nav {
50-
color: white;
51+
#menu {
5152
background:-webkit-gradient(linear, left top, left bottom,from(#B86767),to(#7A4545));
5253
background:-webkit-linear-gradient(top,#B86767,#7A4545);
5354
background:-moz-linear-gradient(top,#B86767,#7A4545);
5455
background:-o-linear-gradient(top,#B86767,#7A4545);
5556
background:-ms-linear-gradient(top,#B86767,#7A4545);
5657
background:linear-gradient(top,#B86767,#7A4545);
58+
margin:0;
59+
color: white;
60+
height:3.2em;
61+
line-height:100%;
62+
width:100%;
63+
z-index:99;
64+
}
65+
66+
.navbar .nav {
67+
padding-left:14em;
68+
}
69+
70+
.affix {
5771
position: fixed;
58-
top: 0em;
59-
left: 0em;
72+
top:0;
73+
left:0;
74+
height:3.2em;
6075
width:100%;
61-
border-radius: 5px;
62-
63-
height: 2em;
76+
color: white;
6477
}
65-
*/
66-
.nava {
78+
79+
.navbar .nav>li>a {
6780
color: white;
6881
font-size:1.5em;
6982
font-weight:400;
7083
font-family:'Oleo Script', serif;
7184
line-height:1.3em;
72-
padding:00.5em;
85+
width:100%;
86+
7387
}
7488

75-
.nava:hover {
76-
background-color: transparent!important;
89+
.navbar .nav> .active>a,
90+
.navbar .nav> .active>a:hover,
91+
.navbar .nav>li>a:hover {
92+
color: white;
93+
background-color: transparent;
94+
text-decoration: underline;
95+
padding-right:0;
7796
}
7897

79-
.nav>li.active {
80-
background-color:rgba(255,255,255,0.2);
98+
.navbar .nav> .active>a {
99+
background-color:transparent;
81100
}
82101

83102
.header.container {
84-
background:url(/assets/img/bg.jpg) repeat;
85103
width:100%;
104+
margin-bottom:0;
86105
}
87106

88107
.header.container>img {
89108
display: block;
90-
width:501px;
91109
margin-left: auto;
92110
margin-right: auto;
93111
}
94112

95-
body> .section {
113+
#wrapper {
114+
/* background: transparent url(/assets/img/silhuette.png) 0 0 no-repeat;
115+
*/
116+
}
117+
118+
#wrapper> .section {
96119
padding:1.5em15em;
97-
border-bottom:1px solid#eee;
98120
min-height:100%;
99121
margin-top:0px;
100122
}
101123

124+
#silhuette {
125+
width:400px;
126+
height:400px;
127+
position: fixed;
128+
bottom:0;
129+
right:50px;
130+
z-index:-1;
131+
}
132+
133+
/*
134+
102135
body > .section:nth-child(odd){
103136
background: white url(/assets/img/bg.jpg) repeat;
104137
}
@@ -107,6 +140,8 @@ body > .section:nth-child(even){
107140
background: white url(/assets/img/bg2.jpg) repeat;
108141
}
109142
143+
*/
144+
110145
#introduction:before,
111146
#introduction:after,
112147
#test-libraries:before,
894 Bytes
Binary file not shown.
File renamed without changes.
1.37 KB
Binary file not shown.

‎_site/assets/img/silhuette.png‎

70.9 KB
Loading

‎_site/favicon.ico‎

-512 Bytes
Binary file not shown.

‎assets/img/favicon-black-white.ico‎

894 Bytes
Binary file not shown.
1.37 KB
Binary file not shown.

‎assets/img/favicon-robot-head.ico‎

1.37 KB
Binary file not shown.

‎favicon.ico‎

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp