Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7e4da146
authored
Mar 08, 2011
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stream10 layout resources
1 parent
6b1dbd08
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
267 additions
and
0 deletions
code/LanBortalWeb/WebContent/resources/style/stream10/header.png
code/LanBortalWeb/WebContent/resources/style/stream10/intra_style.css
code/LanBortalWeb/WebContent/resources/style/stream10/intraback.png
code/LanBortalWeb/WebContent/resources/style/stream10/login_background.png
code/LanBortalWeb/WebContent/resources/style/stream10/login_style.css
code/LanBortalWeb/WebContent/resources/style/stream10/header.png
0 → 100644
View file @
7e4da14
5.32 KB
code/LanBortalWeb/WebContent/resources/style/stream10/intra_style.css
0 → 100644
View file @
7e4da14
body
{
background-color
:
#C8C8C8
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-size
:
12px
;
padding
:
0px
;
margin
:
0px
;
text-align
:
center
;
background-image
:
url('intraback.png')
;
background-repeat
:
repeat-x
;
}
.even
{
background-color
:
#353540
;
}
.odd
{
background-color
:
#555560
;
}
img
{
border
:
0px
;
}
p
{
margin
:
2px
0px
7px
0px
;
}
a
{
text-decoration
:
none
;
color
:
#aaaaaa
;
border
:
0px
;
}
a
:hover
{
color
:
#ffffff
;
background-color
:
#E45F00
;
}
h1
{
font-size
:
23px
;
margin
:
0px
;
color
:
#FFFFFF
;
letter-spacing
:
-0.05em
;
}
h3
{
font-size
:
20px
;
margin
:
0px
;
color
:
#FFFFFF
;
letter-spacing
:
-0.05em
;
}
#container
{
margin-left
:
auto
;
margin-right
:
auto
;
width
:
1000px
;
text-align
:
left
;
}
#page
{
width
:
1000px
;
padding
:
20px
;
padding-bottom
:
0px
;
}
#nav
{
height
:
32px
;
text-align
:
center
;
padding-left
:
120px
;
}
#navitem
{
color
:
#ffffff
;
float
:
left
;
margin
:
7px
0px
0px
20px
;
padding
:
2px
10px
2px
10px
;
background-color
:
#888888
;
letter-spacing
:
1px
;
}
#leftnavitem
{
color
:
#ffffff
;
float
:
left
;
padding
:
4px
0px
4px
10px
;
background-color
:
#444444
;
width
:
190px
;
margin-bottom
:
1px
;
}
#topheader
{
width
:
100%
;
height
:
77px
;
background-color
:
#3e3e3e
;
padding
:
0px
;
margin
:
0px
;
}
#header
{
background-color
:
#222222
;
border
:
0px
;
border-style
:
solid
;
border-color
:
#c0c0c0
;
padding-left
:
5px
;
}
#lighttext
{
color
:
#bbbbbb
;
}
#lightborder
{
border
:
0px
;
border-style
:
solid
;
border-color
:
#c0c0c0
;
padding
:
5px
;
background-color
:
#303035
;
margin-top
:
5px
;
margin-bottom
:
0px
;
padding-left
:
20px
;
padding-right
:
20px
;
}
#copyright
{
background-repeat
:
repeat-x
;
text-align
:
right
;
color
:
#666666
;
clear
:
left
;
height
:
27px
;
padding-top
:
5px
;
padding-right
:
10px
;
font-size
:
11px
;
}
#leftnav
{
float
:
left
;
width
:
200px
;
margin-left
:
5px
;
margin-right
:
5px
;
}
#leftnavsep
{
color
:
#ffffff
;
float
:
left
;
padding
:
4px
0px
4px
10px
;
background-color
:
#666666
;
width
:
190px
;
margin-top
:
0px
;
margin-bottom
:
1px
;
}
#content
{
width
:
782px
;
float
:
left
;
height
:
auto
!important
;
height
:
1000px
;
background-color
:
#FF7200
;
color
:
#ffffff
;
}
input
{
background
:
#6f6f6f
;
border-style
:
solid
;
border
:
1px
inset
#222222
;
color
:
#ffffff
;
}
input
.btn
{
background
:
#6f6f6f
;
border-style
:
solid
;
border
:
1px
outset
#222222
;
color
:
#ffffff
;
}
textarea
{
background
:
#6f6f6f
;
border-style
:
solid
;
border
:
1px
inset
#222222
;
color
:
#ffffff
;
}
#introform
{
color
:
#ffffff
;
float
:
left
;
background-color
:
#44444a
;
width
:
180px
;
margin-bottom
:
3px
;
}
#date
{
color
:
#999999
;
}
table
.packetTable
{
border-style
:
solid
;
border-width
:
0px
0
1px
1px
;
border-color
:
black
;
border-spacing
:
0px
;
margin
:
1em
0
1em
0
;
}
table
.packetTable
tr
td
{
border-style
:
solid
;
border-width
:
1px
1px
0
0
;
padding
:
1px
5px
1px
5px
;
border-color
:
black
;
border-spacing
:
0px
;
}
\ No newline at end of file
code/LanBortalWeb/WebContent/resources/style/stream10/intraback.png
0 → 100644
View file @
7e4da14
4.48 KB
code/LanBortalWeb/WebContent/resources/style/stream10/login_background.png
0 → 100644
View file @
7e4da14
15.3 KB
code/LanBortalWeb/WebContent/resources/style/stream10/login_style.css
0 → 100644
View file @
7e4da14
body
{
background-color
:
#ffffff
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-size
:
12px
;
font-style
:
normal
;
font-weight
:
normal
;
text-decoration
:
none
;
padding
:
0px
;
margin
:
0px
;
}
a
{
color
:
#ffffff
;
}
#loginBox
{
position
:
absolute
;
top
:
50%
;
width
:
300px
;
height
:
260px
;
margin-top
:
-130px
;
left
:
50%
;
margin-left
:
-150px
;
background-color
:
#444444
;
background-image
:
url('login_background.png')
;
text-align
:
left
;
color
:
#ffffff
;
}
#loginContent
{
padding-top
:
80px
;
padding-left
:
30px
;
color
:
#ffffff
;
}
label
{
font-size
:
14px
;
color
:
#ffffff
;
display
:
block
;
width
:
70px
;
}
input
{
background
:
#eeeeee
;
color
:
#000000
;
border-style
:
solid
;
border
:
1px
inset
#222222
;
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment