Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
05fcc028
authored
Feb 14, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: reindent css
parent
d41a307d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
50 deletions
+45
-50
one/static/head.less
+37
-39
one/static/style.less
+8
-11
No files found.
one/static/head.less
View file @
05fcc028
#header
#header {
{
height:80px;
height:80px;
background-color:#072c61;
background-color:#072c61;
background-image:url(bme_feher2.png);
background-image:url(bme_feher2.png);
background-repeat:no-repeat;
background-repeat:no-repeat;
background-position:20px 18px;
background-position:20px 18px;
border-bottom:3px solid #0B4599;
border-bottom:3px solid #0B4599;
box-shadow:0 0 30px rgba(0,0,0,0.4);
box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0;
padding:0 0 0 200px;
h1
{
font-size:2em;
line-height:80px;
float:left;
margin:0;
margin:0;
padding:0 1em;
padding:0 0 0 200px;
a{
h1 {
color: #fff;
font-size:2em;
line-height:80px;
float:left;
margin:0;
padding:0 1em;
a {
color: #fff;
text-decoration: none;
}
}
}
}
}
}
#loginblock
#loginblock
{
{
position:absolute;
position:absolute
;
right:0
;
right
:0;
top
:0;
top:
0;
background-color:#00
0;
background-color:#000
;
background-image:url(hexabar.png)
;
background-image:url(hexabar.png)
;
background-position:center center
;
background-position:center center
;
border-radius:0 0 0 10px
;
border-radius:0 0 0 10px
;
color:#fff
;
color:#fff
;
font-weight:700
;
font-weight:70
0;
margin:
0;
margin:0
;
padding:7px
;
padding:7px;
a {
a{
color: #fff;
color: #fff
;
text-decoration: underline
;
text-decoration: underline;
&:hover {
&:hover{
color: #aaa;
color: #aaa;
}
}
}
}
}
}
one/static/style.less
View file @
05fcc028
...
@@ -3,18 +3,15 @@
...
@@ -3,18 +3,15 @@
@import "box";
@import "box";
@import "wizard";
@import "wizard";
*{
*
{
margin:0;padding:0;
margin:0;padding:0;
}
}
.clear{
.clear
{
clear: both;
clear: both;
}
}
a{
a
bbr
{
text-decoration: none
;
border-bottom: 1px dotted #666
;
}
}
abbr{
a:link,a:visited {
border-bottom: 1px dotted #666;
color:black;
}
a:link,a:visited{
color:black;
}
}
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