Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1e57b4c
authored
Feb 04, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
homepage: unused css rules removed
parent
f9ae5d75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
151 deletions
+8
-151
miscellaneous/homepage/index.html
+8
-151
No files found.
miscellaneous/homepage/index.html
View file @
e1e57b4c
...
...
@@ -29,10 +29,14 @@ body {
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.3
);
margin
:
20px
;
}
.contentblock
p
,
.contentblock
dl
{
margin
:
0
;
margin
:
10px
;
.contentblock
p
{
margin
:
15px
;
text-align
:
justify
;
}
.contentblock
img
{
margin
:
0px
auto
;
display
:
block
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.3
);
}
.contentblock
h2
{
background-color
:
#000
;
...
...
@@ -47,9 +51,6 @@ body {
margin-top
:
0
;
padding
:
10px
;
}
.wm-list
{
list-style
:
none
;
}
#header
{
height
:
80px
;
background-color
:
#072c61
;
...
...
@@ -71,154 +72,10 @@ body {
#header
h1
a
{
color
:
#fff
;
}
#loginblock
{
position
:
absolute
;
right
:
0
;
top
:
0
;
background-color
:
#000
;
background-image
:
url(https://cloud.ik.bme.hu/static/hexabar.png)
;
background-position
:
center
center
;
border-radius
:
0
0
0
10px
;
color
:
#fff
;
font-weight
:
700
;
margin
:
0
;
padding
:
7px
;
}
#loginblock
a
{
color
:
#fff
;
text-decoration
:
underline
;
}
#loginblock
a
:hover
{
color
:
#aaa
;
}
.boxes
{
width
:
480px
;
float
:
left
;
}
.box
{
background-color
:
#000
;
background-image
:
url(https://cloud.ik.bme.hu/static/hexa.png)
;
background-position
:
center
30%
;
background-repeat
:
no-repeat
;
color
:
#fff
;
font-weight
:
700
;
line-height
:
1.5em
;
width
:
400px
;
border-radius
:
10px
;
border-top-width
:
30px
;
margin
:
10px
420px
10px
10px
;
padding
:
2px
;
}
.box
h3
{
color
:
#fff
;
text-align
:
center
;
margin
:
0
;
padding
:
3px
;
}
.box
.content
{
min-height
:
100px
;
margin
:
0
;
padding
:
5px
;
}
#new-wm-tooltip
{
position
:
relative
;
}
#new-wm-tooltip-container
{
margin
:
10px
10px
5px
150px
;
border-radius
:
4px
;
border
:
1px
solid
#888
;
background
:
#FFFF66
;
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
0.2
);
}
#new-wm-tooltip-container
p
{
text-align
:
left
;
font-size
:
0.8em
;
word-spacing
:
2px
;
}
#new-wm-tooltip-container
:after
{
content
:
""
;
position
:
absolute
;
left
:
300px
;
border-width
:
15px
;
border-style
:
solid
;
border-color
:
#FFFF66
transparent
transparent
transparent
;
}
.wm.opened
.actions
{
display
:
block
!important
;
}
.wm
.summary
{
padding
:
15px
5px
;
border-top
:
1px
solid
#888
;
cursor
:
pointer
;
background-color
:
#c1c1c1
;
}
.wm
.summary.unfinished
{
background-color
:
#FFFF66
;
}
.wm
.summary
:hover
{
background-color
:
#b1b1b1
;
}
.wm
.summary
:hover
.actions
{
display
:
block
;
}
.wm
.summary
.id
{
float
:
right
;
width
:
30px
;
}
.wm
.summary
.name
{
float
:
left
;
padding-left
:
25px
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
.wm
.summary
.status
{
text-align
:
right
;
float
:
right
;
width
:
60px
;
}
.wm
.summary
.actions
{
float
:
right
;
margin-left
:
5px
;
display
:
none
;
}
.wm
.summary
.actions
a
{
height
:
16px
;
width
:
16px
;
display
:
block
;
float
:
left
;
margin-left
:
2px
;
}
.wm
.summary
.actions
a
:hover
{
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.4
);
background-color
:
rgba
(
0
,
0
,
0
,
0.4
);
}
.wm
.details
{
border-top
:
1px
solid
#888
;
background-color
:
#d1d1d1
;
padding
:
15px
5px
;
display
:
none
;
}
.wm
.details
h3
{
font-weight
:
normal
;
}
.wm
.details
ul
{
list-style
:
none
;
margin
:
10px
3px
;
}
.wm
.details
li
{
margin
:
12px
0px
;
padding
:
3px
0px
3px
20px
;
border-bottom
:
1px
dotted
#aaa
;
background-repeat
:
no-repeat
;
background-position
:
0px
4px
;
}
.wm
.details
a
{
text-decoration
:
underline
;
}
.wm
.details
.name
{
float
:
none
;
background-image
:
url(https://cloud.ik.bme.hu/static/icons/computer.png)
;
}
*
{
margin
:
0
;
padding
:
0
;
...
...
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