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

Commit7a654cf

Browse files
committed
added silhuette to background, transformed side menu to menu bar
1 parent59a6df7 commit7a654cf

File tree

5 files changed

+115
-76
lines changed

5 files changed

+115
-76
lines changed

‎_layouts/default.html‎

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,21 @@
1515
</head>
1616

1717
<bodydata-spy="scroll"data-target="#menu">
18-
<divid="menu">
19-
<ulclass="nav">
20-
<li><ahref="#introduction">Introduction</a></li>
21-
<li><ahref="#examples">Examples</a></li>
22-
<li><ahref="#test-libraries">Test libraries</a></li>
23-
<li><ahref="#tools">Tools</a></li>
24-
<li><ahref="#communication">Communication</a></li>
25-
</ul>
18+
<divid="wrapper">
19+
<divclass="header container">
20+
<imgalt="/assets/img/banner.png"src="/assets/img/banner.png">
21+
</div>
22+
<divid="menu"class="navbar"data-spy="affix"data-offset-top="164">
23+
<ulclass="nav">
24+
<liclass="active"><ahref="#introduction">Introduction</a></li>
25+
<li><ahref="#examples">Examples</a></li>
26+
<li><ahref="#test-libraries">Test libraries</a></li>
27+
<li><ahref="#tools">Tools</a></li>
28+
<li><ahref="#communication">Communication</a></li>
29+
</ul>
30+
</div>
31+
{{ content }}
32+
<imgsrc="/assets/img/silhuette.png"id="silhuette"/>
2633
</div>
27-
{{ content }}
2834
</body>
2935
</html>

‎_site/assets/img/favicon-bw.ico‎

-1.37 KB
Binary file not shown.

‎_site/index.html‎

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,20 @@
1515
</head>
1616

1717
<bodydata-spy="scroll"data-target="#menu">
18-
<divid="menu">
19-
<ulclass="nav">
20-
<li><ahref="#introduction">Introduction</a></li>
21-
<li><ahref="#examples">Examples</a></li>
22-
<li><ahref="#test-libraries">Test libraries</a></li>
23-
<li><ahref="#tools">Tools</a></li>
24-
<li><ahref="#communication">Communication</a></li>
25-
</ul>
26-
</div>
27-
<divclass="header container">
28-
<imgalt="/assets/img/banner.png"src="/assets/img/banner.png"/>
29-
</div>
30-
<divclass="section"id="introduction">
18+
<divid="wrapper">
19+
<divclass="header container">
20+
<imgalt="/assets/img/banner.png"src="/assets/img/banner.png">
21+
</div>
22+
<divid="menu"class="navbar"data-spy="affix"data-offset-top="164">
23+
<ulclass="nav">
24+
<liclass="active"><ahref="#introduction">Introduction</a></li>
25+
<li><ahref="#examples">Examples</a></li>
26+
<li><ahref="#test-libraries">Test libraries</a></li>
27+
<li><ahref="#tools">Tools</a></li>
28+
<li><ahref="#communication">Communication</a></li>
29+
</ul>
30+
</div>
31+
<divclass="section"id="introduction">
3132
<h2>Introduction</h2>
3233
<divclass="news container">
3334
<p>News</p>
@@ -118,8 +119,8 @@ <h2>Examples</h2>
118119
<divclass="section"id="test-libraries">
119120
<h2>Test libraries</h2>
120121
<p>Test libraries lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est</p>
121-
<divclass="section"id="standard-test-libraries">
122-
<h3>Standardtestlibraries</h3>
122+
<divclass="section"id="standard-libraries">
123+
<h3>Standard libraries</h3>
123124
<ulclass="simple">
124125
<li><aclass="reference external"href="http://code.google.com/p/robotframework/wiki/BuiltInLibrary">Builtin</a></li>
125126
<li><aclass="reference external"href="http://code.google.com/p/robotframework/wiki/OperatingSystemLibrary">OperatingSystem</a></li>
@@ -132,17 +133,15 @@ <h3>Standard test libraries</h3>
132133
<li><aclass="reference external"href="http://code.google.com/p/robotframework/wiki/XMLLibrary">XML</a></li>
133134
</ul>
134135
</div>
135-
<divclass="section"id="third-party-provided-libraries">
136-
<h3>Third party provided libraries</h3>
136+
<divclass="section"id="external-libraries">
137+
<h3>External libraries</h3>
137138
<ulclass="simple">
138139
<li><aclass="reference external"href="http://code.google.com/p/robotframework-autoitlibrary/">AutoItLibrary</a></li>
139140
<li><aclass="reference external"href="http://franz-see.github.com/Robotframework-Database-Library/">Database Library (Java)</a></li>
140141
<li><aclass="reference external"href="https://github.com/ThomasJaspers/robotframework-dblibrary">Database Library (Python)</a></li>
141142
<li><aclass="reference external"href="http://code.google.com/p/robotframework-eclipselibrary/">Eclipse Library</a></li>
142143
<li><aclass="reference external"href="https://github.com/peritus/robotframework-httplibrary">HTTP test library using livetest</a></li>
143144
<li><aclass="reference external"href="https://github.com/bulkan/robotframework-requests">HTTP test library using Requests</a></li>
144-
<li><aclass="reference external"href="https://github.com/robotframework/JavalibCore">JavalibCore</a></li>
145-
<li><aclass="reference external"href="https://github.com/robotframework/RemoteApplications">RemoteApplications</a></li>
146145
<li><aclass="reference external"href="http://code.google.com/p/robotframework-seleniumlibrary/">SeleniumLibrary</a></li>
147146
<li><aclass="reference external"href="https://github.com/rtomac/robotframework-selenium2library">Selenium2Library</a></li>
148147
<li><aclass="reference external"href="http://code.google.com/p/robotframework-sshlibrary/">SSHLibrary</a></li>
@@ -151,29 +150,26 @@ <h3>Third party provided libraries</h3>
151150
<li><aclass="reference external"href="http://code.google.com/p/robotframework-watinlibrary/">WatinLibrary</a></li>
152151
</ul>
153152
</div>
153+
<divclass="section"id="other">
154+
<h3>Other</h3>
155+
<ulclass="simple">
156+
<li><aclass="reference external"href="https://github.com/robotframework/JavalibCore">JavalibCore</a></li>
157+
<li><aclass="reference external"href="https://github.com/robotframework/RemoteApplications">RemoteApplications</a></li>
158+
</ul>
159+
</div>
154160
</div>
155161
<divclass="section"id="tools">
156162
<h2>Tools</h2>
157163
<p>Tools provide lorem ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum</p>
158164
<divclass="section"id="editors">
159165
<h3>Editors</h3>
160-
<ul>
161-
<li><dlclass="first docutils">
162-
<dt><aclass="reference external"href="http://code.google.com/p/robotframework-ride/">RIDE</a></dt>
163-
<dd><pclass="first last">is an IDE tool for editing test data.</p>
164-
</dd>
165-
</dl>
166-
</li>
167-
<li><pclass="first"><aclass="reference external"href="https://github.com/NitorCreations/RobotFramework-EclipseIDE">Eclipse plugin</a></p>
168-
</li>
169-
<li><pclass="first"><aclass="reference external"href="https://github.com/sakari/robot-mode">Emacs major mode</a></p>
170-
</li>
171-
<li><pclass="first"><aclass="reference external"href="https://github.com/shellderp/sublime-robot-plugin">Sublime plugin</a></p>
172-
</li>
173-
<li><pclass="first"><aclass="reference external"href="https://bitbucket.org/jussimalinen/robot.tmbundle/">TextMate bundle</a></p>
174-
</li>
175-
<li><pclass="first"><aclass="reference external"href="https://github.com/mfukar/robotframework-vim">Vim plugin</a></p>
176-
</li>
166+
<ulclass="simple">
167+
<li><aclass="reference external"href="http://code.google.com/p/robotframework-ride/">RIDE</a> (Robot Framework test data editor)</li>
168+
<li><aclass="reference external"href="https://github.com/NitorCreations/RobotFramework-EclipseIDE">Eclipse plugin</a></li>
169+
<li><aclass="reference external"href="https://github.com/sakari/robot-mode">Emacs major mode</a></li>
170+
<li><aclass="reference external"href="https://github.com/shellderp/sublime-robot-plugin">Sublime plugin</a></li>
171+
<li><aclass="reference external"href="https://bitbucket.org/jussimalinen/robot.tmbundle/">TextMate bundle</a></li>
172+
<li><aclass="reference external"href="https://github.com/mfukar/robotframework-vim">Vim plugin</a></li>
177173
</ul>
178174
</div>
179175
<divclass="section"id="build-tools">
@@ -191,7 +187,7 @@ <h3>Build tools</h3>
191187
</li>
192188
</ul>
193189
</div>
194-
<divclass="section"id="other">
190+
<divclass="section"id="id1">
195191
<h3>Other</h3>
196192
<ul>
197193
<li><dlclass="first docutils">
@@ -247,5 +243,7 @@ <h3>Blogs</h3>
247243
</div>
248244

249245

246+
<imgsrc="/assets/img/silhuette.png"id="silhuette"/>
247+
</div>
250248
</body>
251249
</html>

‎assets/css/robotframework.css‎

Lines changed: 54 additions & 18 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,60 +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-
height: 2em;
76+
color: white;
6377
}
64-
*/
65-
.nava {
78+
79+
.navbar .nav>li>a {
6680
color: white;
6781
font-size:1.5em;
6882
font-weight:400;
6983
font-family:'Oleo Script', serif;
7084
line-height:1.3em;
71-
padding:00.5em;
85+
width:100%;
86+
7287
}
7388

74-
.nava:hover {
75-
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;
7696
}
7797

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

82102
.header.container {
83-
background:url(/assets/img/bg.jpg) repeat;
84103
width:100%;
104+
margin-bottom:0;
85105
}
86106

87107
.header.container>img {
88108
display: block;
89-
width:501px;
90109
margin-left: auto;
91110
margin-right: auto;
92111
}
93112

94-
body> .section {
113+
#wrapper {
114+
/* background: transparent url(/assets/img/silhuette.png) 0 0 no-repeat;
115+
*/
116+
}
117+
118+
#wrapper> .section {
95119
padding:1.5em15em;
96-
border-bottom:1px solid#eee;
97120
min-height:100%;
98121
margin-top:0px;
99122
}
100123

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+
101135
body > .section:nth-child(odd){
102136
background: white url(/assets/img/bg.jpg) repeat;
103137
}
@@ -106,6 +140,8 @@ body > .section:nth-child(even){
106140
background: white url(/assets/img/bg2.jpg) repeat;
107141
}
108142
143+
*/
144+
109145
#introduction:before,
110146
#introduction:after,
111147
#test-libraries:before,

‎index.rst‎

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
layout: default
33
title: Robot Framework
44
---
5-
..container::header
6-
7-
..image::/assets/img/banner.png
8-
95
Introduction
106
============
117

@@ -82,8 +78,8 @@ Test libraries
8278

8379
Test libraries lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est lorem ipsum sil dolor est
8480

85-
Standardtestlibraries
86-
-----------------------
81+
Standard libraries
82+
------------------
8783

8884
- `Builtin<http://code.google.com/p/robotframework/wiki/BuiltInLibrary>`_
8985
- `OperatingSystem<http://code.google.com/p/robotframework/wiki/OperatingSystemLibrary>`_
@@ -95,33 +91,36 @@ Standard test libraries
9591
- `Remote<http://code.google.com/p/robotframework/wiki/RemoteLibrary>`_
9692
- `XML<http://code.google.com/p/robotframework/wiki/XMLLibrary>`_
9793

98-
Third party provided libraries
99-
------------------------------
94+
External libraries
95+
------------------
10096

10197
- `AutoItLibrary<http://code.google.com/p/robotframework-autoitlibrary/>`_
10298
- `Database Library (Java)<http://franz-see.github.com/Robotframework-Database-Library/>`_
10399
- `Database Library (Python)<https://github.com/ThomasJaspers/robotframework-dblibrary>`_
104100
- `Eclipse Library<http://code.google.com/p/robotframework-eclipselibrary/>`_
105101
- `HTTP test library using livetest<https://github.com/peritus/robotframework-httplibrary>`_
106102
- `HTTP test library using Requests<https://github.com/bulkan/robotframework-requests>`_
107-
- `JavalibCore<https://github.com/robotframework/JavalibCore>`_
108-
- `RemoteApplications<https://github.com/robotframework/RemoteApplications>`_
109103
- `SeleniumLibrary<http://code.google.com/p/robotframework-seleniumlibrary/>`_
110104
- `Selenium2Library<https://github.com/rtomac/robotframework-selenium2library>`_
111105
- `SSHLibrary<http://code.google.com/p/robotframework-sshlibrary/>`_
112106
- `SwingLibrary<https://github.com/robotframework/SwingLibrary>`_
113107
- `watir-robot<https://github.com/semperos/watir-robot>`_
114108
- `WatinLibrary<http://code.google.com/p/robotframework-watinlibrary/>`_
115109

110+
Other
111+
-----
112+
113+
- `JavalibCore<https://github.com/robotframework/JavalibCore>`_
114+
- `RemoteApplications<https://github.com/robotframework/RemoteApplications>`_
115+
116116
Tools
117117
=====
118118

119119
Tools provide lorem ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum ipsum lorem ipsumlorem ipsumlorem ipsumlorem ipsum
120120

121121
Editors
122122
-------
123-
- `RIDE<http://code.google.com/p/robotframework-ride/>`_
124-
is an IDE tool for editing test data.
123+
- `RIDE<http://code.google.com/p/robotframework-ride/>`_ (Robot Framework test data editor)
125124
- `Eclipse plugin<https://github.com/NitorCreations/RobotFramework-EclipseIDE>`_
126125
- `Emacs major mode<https://github.com/sakari/robot-mode>`_
127126
- `Sublime plugin<https://github.com/shellderp/sublime-robot-plugin>`_

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp