Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
5fa603af
Commit
5fa603af
authored
Oct 11, 2013
by
fred
Browse files
style: some adjustments for big screens
parent
fc6b7f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
5fa603af
...
...
@@ -63,20 +63,9 @@
/****************************************************/
/* WRAPPER */
/****************************************************/
.wrapper
{
max-width
:
1
2
60px
;
margin
:
auto
;
padding
:
0
1%
;}
.wrapper
{
max-width
:
1
5
60px
;
padding
:
0
1%
;}
.wrapper.text
{
max-width
:
780px
;
margin
:
auto
;}
.wrapper.half
{
max-width
:
510px
;
margin
:
auto
;}
.wrapper.sided
{
max-width
:
1260px
;
}
.wrapper
.rightPart
{
margin-top
:
1em
;}
@media
screen
and
(
max-width
:
400px
)
{
.wrapper
{
padding
:
0
3%
;}
}
@media
screen
and
(
min-width
:
400px
)
and
(
max-width
:
1024px
){
.wrapper
{
padding
:
0
5%
;}
}
@media
screen
and
(
min-width
:
1024px
)
and
(
max-width
:
1260px
){
.wrapper
{
padding
:
0
7%
;}
}
@media
screen
and
(
min-width
:
760px
)
{
.wrapper
.rightPart
{
...
...
@@ -916,6 +905,10 @@ h1.top#frequence {
/****************************************************/
/**** News ****/
#newsRoll
{
max-width
:
500px
;
}
.newsRoll
.title
{
background
:
black
;
color
:
white
;
...
...
Write
Preview
Supports
Markdown
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