Thread
:
MeeGo Coding Competition 2011
View Single Post
slender
2011-04-20 , 13:29
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#
187
Just fast mockup done with firebug:
http://www.aijaa.com/v.php?i=008777917293.png
pages.css (line 62)
#container, .head {
background-color: white;
border-radius: 20px 20px 20px 20px;
margin: 20px auto 0;
width: 858px;
}
footer.css (line 8)
#footer .links {
background-color: #4FC3E6;
border-radius: 0 0 20px 20px;
padding: 20px 20px 10px 30px;
}
footer.css (line 28)
#footer .links div ul li a {
border-bottom: 1px dotted;
text-decoration: none;
}
pages.css (line32)
a {
color: #EB2A8A;
}
under div id=footer deleted <hr> element
also added to Further information can be..." element:
<p style="padding: 20px;"> to give little padding.
IMO there should be menu in top right part of container.
__________________
TMO links: [
iSpy
] - [
Power search
] - [
Most thanked
] - [
Cordia - Maemo5 UI on top MeeGo Core
] - [
CommunitySSU
]
Quote & Reply
|
The Following 3 Users Say Thank You to slender For This Useful Post:
b0unc3
,
kojacker
,
zehjotkah
slender
View Public Profile
Send a private message to slender
Find all posts by slender