Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
16aed939
Commit
16aed939
authored
Apr 02, 2014
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve css for features part
parent
eca41777
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
33 deletions
+52
-33
printrun.css
css/printrun.css
+38
-14
index.html
index.html
+14
-19
No files found.
css/printrun.css
View file @
16aed939
...
...
@@ -12,6 +12,11 @@ body {
padding
:
0
;
}
.spacer
{
clear
:
both
;
width
:
100%
;
}
h2
{
border-left
:
5px
solid
#333
;
padding-left
:
10px
;
...
...
@@ -135,22 +140,21 @@ h2 {
/* HOME
-------------------------------------------------- */
.
container.
home
{
.home
{
margin-bottom
:
30px
;
width
:
960px
;
}
.home
.row
.col-md-4
,
.home
.row
.col-md
-8
{
.home
col-4
,
.homecol
-8
{
width
:
300px
;
}
@media
(
max-width
:
959px
)
{
.home
.row
{
margin-left
:
auto
;
margin-right
:
auto
;
}
.home
.homerow
{
margin-left
:
auto
;
margin-right
:
auto
;
}
.home
.row
.col-md-4
,
.home
.row
.col-md-8
{
@media
(
max-width
:
639px
)
{
.homerow
.homecol-4
,
.homerow
.homecol-8
{
margin-left
:
auto
;
margin-right
:
auto
;
padding-left
:
0
;
...
...
@@ -158,14 +162,26 @@ h2 {
}
}
@media
(
min-width
:
960px
)
{
.home
.row
{
width
:
960px
;
@media
(
min-width
:
639px
)
and
(
max-width
:
959px
)
{
.home
.homerow
{
width
:
640px
;
}
.homerow
div
:nth-last-child
(
2
)
{
float
:
none
;
clear
:
both
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.homerow
div
:nth-last-child
(
2
)
div
{
margin-top
:
20px
;
margin-bottom
:
40px
;
}
}
.home
.row
.col-md-4
,
.home
.row
.col-md-8
{
@media
(
min-width
:
639px
)
{
.homerow
.homecol-4
,
.homerow
.homecol-8
{
margin-left
:
10px
;
margin-right
:
10px
;
padding-left
:
0
;
...
...
@@ -173,13 +189,21 @@ h2 {
float
:
left
;
}
.home
.row
.col-md
-8
{
.home
row
.homecol
-8
{
width
:
620px
;
}
}
@media
(
min-width
:
960px
)
{
.homerow
{
width
:
960px
;
}
}
.homebox
{
position
:
relative
;
width
:
100%
;
height
:
370px
;
color
:
#fff
;
text-align
:
center
;
...
...
index.html
View file @
16aed939
...
...
@@ -103,11 +103,12 @@
</div>
<!-- /.carousel -->
<div
id=
"features"
class=
"separator bg-lightblue"
></div>
<div
class=
"container
home
"
>
<div
class=
"container
content
"
>
<h2
class=
"border-lightblue"
>
Features
</h2>
<div
class=
"row"
>
<div
class=
"col-md-8"
>
</div>
<div
class=
"home"
>
<div
class=
"homerow"
>
<div
class=
"homecol-8"
>
<div
class=
"homebox homebox-large"
>
<div
class=
"front"
>
<img
src=
"images/pronterface-pronsole-printcore.jpg"
alt=
"Pronterface, Pronsole, Printcore"
/>
...
...
@@ -127,7 +128,7 @@
</div>
</div>
</div>
<div
class=
"
col-md
-4"
>
<div
class=
"
homecol
-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/customui.jpg"
alt=
"Customizable UI"
/>
...
...
@@ -139,10 +140,7 @@
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<div
class=
"homecol-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/pronsole-screenshot.jpg"
alt=
"CLI printing"
/>
...
...
@@ -153,7 +151,7 @@
</div>
</div>
</div>
<div
class=
"
col-md
-4"
>
<div
class=
"
homecol
-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/slic3r-integration.jpg"
alt=
"Slic3r integration"
/>
...
...
@@ -164,7 +162,7 @@
</div>
</div>
</div>
<div
class=
"
col-md
-4"
>
<div
class=
"
homecol
-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/customcontrols.jpg"
alt=
"Macros & custom buttons"
/>
...
...
@@ -176,10 +174,7 @@
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<div
class=
"homecol-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/part-excluder.jpg"
alt=
"Part excluder"
/>
...
...
@@ -190,7 +185,7 @@
</div>
</div>
</div>
<div
class=
"
col-md
-4"
>
<div
class=
"
homecol
-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/stlplater.jpg"
alt=
"STL plater"
/>
...
...
@@ -201,7 +196,7 @@
</div>
</div>
</div>
<div
class=
"
col-md
-4"
>
<div
class=
"
homecol
-4"
>
<div
class=
"homebox"
>
<div
class=
"front"
>
<img
src=
"images/gcodeplater.jpg"
alt=
"G-Code plater"
/>
...
...
@@ -212,9 +207,9 @@
</div>
</div>
</div>
<div
class=
"spacer"
></div>
</div>
</div>
<!-- /container -->
</div>
<div
class=
"main"
>
<div
id=
"download"
class=
"separator bg-purple"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment