2014-03-12 14:52:47 +01:00
|
|
|
/*
|
|
|
|
|
|
|
|
Jappix - An open social platform
|
|
|
|
This is the anonymous mode CSS stylesheet for Jappix
|
|
|
|
|
|
|
|
-------------------------------------------------
|
|
|
|
|
|
|
|
License: AGPL
|
|
|
|
Author: Valérian Saliou
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#top-content {
|
2014-04-08 20:14:28 +02:00
|
|
|
min-width: 500px !important;
|
2014-03-12 14:52:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-content {
|
2014-04-08 20:14:28 +02:00
|
|
|
min-width: 490px !important;
|
|
|
|
min-height: 450px !important;
|
2014-03-12 14:52:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#left-content {
|
2014-04-08 20:14:28 +02:00
|
|
|
display: none;
|
2014-03-12 14:52:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#right-content {
|
2014-04-08 20:14:28 +02:00
|
|
|
left: 0 !important;
|
|
|
|
right: 0 !important;
|
2014-03-12 14:52:47 +01:00
|
|
|
}
|