Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f9ae5d75
authored
Feb 04, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
homepage: html markup cleaned up
parent
21d0da89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
237 deletions
+12
-237
miscellaneous/homepage/index.html
+12
-237
No files found.
miscellaneous/homepage/index.html
View file @
f9ae5d75
...
...
@@ -4,7 +4,8 @@
<link
rel=
"icon"
type=
"image/png"
href=
"https://cloud.ik.bme.hu/static/favicon.png"
>
<link
rel=
"icon"
type=
"image/png"
href=
"https://cloud.ik.bme.hu/one/static/favicon.png"
>
<link
href=
"https://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext"
rel=
"stylesheet"
type=
"text/css"
>
<style
type=
"text/css"
id=
"less:static-style"
>body
{
<style
type=
"text/css"
id=
"less:static-style"
>
body
{
word-spacing
:
2px
;
letter-spacing
:
0.5px
;
min-height
:
100%
;
...
...
@@ -218,207 +219,6 @@
float
:
none
;
background-image
:
url(https://cloud.ik.bme.hu/static/icons/computer.png)
;
}
.wm
.details
.os-win
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/windows.png)
;
}
.wm
.details
.os-linux
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/animal-penguin.png)
;
}
.wm
.details
.type
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/box-share.png)
;
}
.wm
.details
.date
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/calendar-day.png)
;
}
.wm
.details
.cpu
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/processor.png)
;
}
.wm
.details
.memory
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/memory.png)
;
}
.wm
.details
.count
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/documents-stack.png)
;
}
.wm
.details
.value
{
float
:
right
;
width
:
200px
;
text-align
:
right
;
}
.wm
.details
.description
{
font-size
:
inherit
;
background-image
:
url(https://cloud.ik.bme.hu/static/icons/document-snippet.png)
;
}
.wm
.details
.description
.value
{
font-size
:
0.8em
;
}
.wm.opened
.details
{
display
:
block
;
}
.wm.new
.name
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/computer--plus.png)
;
}
.file-list
{
list-style
:
none
;
}
.file-list
.name
{
float
:
left
;
}
.file-list
.info
{
float
:
right
;
width
:
60px
;
text-align
:
right
;
}
.filetype-c
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/document-visual-studio.png)
;
}
.filetype-text
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/document.png)
;
}
.filetype-image
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/document-image.png)
;
}
.filetype-zip
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/folder-zipper.png)
;
}
.filetype-folder
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/folder-horizontal.png)
;
}
.filetype-more
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/arrow-circle-double.png)
;
}
.filetype-up
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/upload-cloud.png)
;
}
.wm-on
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/computer-cloud.png)
;
}
.wm-off
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/computer-off.png)
;
}
#template
.wm
.summary
.name
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/document-template.png)
;
}
#new-template-button
.name
{
background-image
:
url(https://cloud.ik.bme.hu/static/icons/document--plus.png)
!important
;
}
.wm-list.modal
{
border-radius
:
4px
;
border
:
1px
solid
#666
;
}
.wm-list.modal
input
{
padding
:
2px
10px
;
}
.wm-list.modal
.wm
:nth-child
(
1
)
.summary
{
border-top
:
none
;
}
#modal
{
position
:
absolute
;
width
:
100%
;
height
:
100%
;
}
#shadow
{
position
:
absolute
;
height
:
100%
;
width
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
0.6
);
}
#modal-container
{
width
:
500px
;
position
:
fixed
;
left
:
50%
;
top
:
50%
;
margin-left
:
-270px
;
margin-top
:
-200px
;
min-height
:
200px
;
background-color
:
#fff
;
border-radius
:
4px
;
padding
:
20px
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.4
);
border
:
1px
solid
#333
;
}
#modal-container
.container
{
max-height
:
400px
;
overflow
:
auto
;
}
#modal-container
ul
{
list-style
:
none
;
}
.wizard
li
{
border-bottom
:
1px
dotted
#999
;
}
.wizard
label
{
float
:
left
;
padding
:
5px
;
margin
:
10px
5px
;
}
.wizard
h2
{
margin
:
10px
0
;
}
.wizard
.progress
{
text-align
:
center
;
}
.wizard
.progress
.bar
{
height
:
20px
;
background-color
:
#66c400
;
}
.wizard
.progress
.bar-container
{
border
:
1px
solid
#666
;
box-shadow
:
0
0
20px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
height
:
20px
;
position
:
absolute
;
z-index
:
-1
;
width
:
500px
;
}
.wizard
input
[
type
=
text
]
{
display
:
block
;
float
:
right
;
padding
:
5px
;
margin
:
10px
5px
;
width
:
200px
;
text-align
:
right
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.3
);
border
:
none
;
border-radius
:
4px
;
}
.wizard
input
:focus
{
box-shadow
:
0
0
12px
#8080ff
;
outline
:
none
;
}
.wizard
textarea
{
float
:
right
;
padding
:
5px
;
margin
:
10px
5px
;
width
:
300px
;
height
:
100px
;
font-family
:
'Ubuntu'
,
sans-serif
;
font-size
:
12px
;
text-align
:
right
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.3
);
border
:
none
;
}
.wizard
nav
a
{
text-decoration
:
underline
;
display
:
block
;
}
.wizard
nav
.prev
{
float
:
left
;
}
.wizard
nav
.next
{
float
:
right
;
}
.wizard
ul
.radio
{
float
:
right
;
}
.wizard
.radio
li
{
float
:
left
;
padding
:
5px
;
margin
:
10px
5px
;
border-bottom
:
none
!important
;
}
.wizard
.radio
label
{
float
:
none
!important
;
}
*
{
margin
:
0
;
padding
:
0
;
...
...
@@ -439,30 +239,16 @@ a:visited {
strong
{
font-size
:
.9em
;
}
</style>
<!--<script src="./IK Cloud_files/jquery.min.js"></script>-->
</style>
</head>
<body>
<div
id=
"header"
>
<h1><a
href=
"http://cloud.ik.bme.hu/"
>
IK Cloud
</a></h1>
<h1>
<a
href=
"http://cloud.ik.bme.hu/"
>
IK Cloud
</a>
</h1>
</div>
<div
id=
"content"
>
<div
class=
"boxes"
>
<div
class=
"boxes"
>
<div
class=
"contentblock"
id=
"state"
>
<h2>
A projektről
</h2>
<div>
...
...
@@ -482,10 +268,8 @@ strong {
működő öregedő szerverpark jelentős része.
</p>
</div>
</div>
</div>
<div
class=
"boxes"
>
</div>
<div
class=
"boxes"
>
<div
class=
"contentblock"
id=
"state"
>
<h2>
Virtuális labor
</h2>
<div>
...
...
@@ -500,7 +284,6 @@ strong {
most!</a></p>-->
</div>
</div>
<div
class=
"contentblock"
id=
"state"
lang=
"en"
>
<h2>
About the project
</h2>
<div>
...
...
@@ -511,16 +294,8 @@ strong {
</p>
</div>
</div>
</div>
<div
class=
"clear"
></div>
</div>
<div
id=
"modal"
style=
"display: none"
>
<div
id=
"shadow"
></div>
<div
id=
"modal-container"
>
</div>
<div
class=
"clear"
></div>
</div>
</body></html>
</body>
</html>
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