web/data/cubicweb.old.css
changeset 9821 2077c8da1893
parent 9816 af6e3db801fc
parent 9760 7bc3e55d365e
child 9897 fa44db7da2dc
equal deleted inserted replaced
9819:95902c0b991b 9821:2077c8da1893
   258 /***************************************/
   258 /***************************************/
   259 
   259 
   260 /* header */
   260 /* header */
   261 
   261 
   262 table#header {
   262 table#header {
   263   background: %(headerBg)s;
   263   background-image: linear-gradient(white, #e2e2e2);
   264   width: 100%;
   264   width: 100%;
       
   265   border-bottom: 1px solid #bbb;
       
   266   text-shadow: 1px 1px 0 #f5f5f5;
   265 }
   267 }
   266 
   268 
   267 table#header td {
   269 table#header td {
   268   vertical-align: middle;
   270   vertical-align: middle;
   269 }
   271 }
   270 
   272 
   271 table#header a {
   273 table#header, table#header a {
   272   color: #000;
   274   color: #444;
   273 }
   275 }
       
   276 
   274 table#header td#headtext {
   277 table#header td#headtext {
   275   white-space: nowrap;
   278   white-space: nowrap;
       
   279   padding: 0 10px;
       
   280   width: 10%;
       
   281 }
       
   282 
       
   283 #logo{
       
   284   width: 150px;
       
   285   height: 42px;
       
   286   background-image: url(logo-cubicweb.svg);
       
   287   background-repeat: no-repeat;
       
   288   background-position: center center;
       
   289   background-size: contain;
       
   290   float: left;
   276 }
   291 }
   277 
   292 
   278 table#header td#header-right {
   293 table#header td#header-right {
   279   padding-top: 1em;
       
   280   white-space: nowrap;
   294   white-space: nowrap;
       
   295   width: 10%;
   281 }
   296 }
   282 table#header td#header-center{
   297 table#header td#header-center{
   283   width: 100%;
   298   border-bottom-left-radius: 10px;
       
   299   border-top-left-radius: 10px;
       
   300   padding-left: 1em;
   284 }
   301 }
   285 
   302 
   286 span#appliName {
   303 span#appliName {
   287   font-weight: bold;
   304   font-weight: bold;
   288   color: #000;
       
   289   white-space: nowrap;
   305   white-space: nowrap;
   290 }
   306 }
   291 
   307 
   292 /* FIXME appear with 4px width in IE6 */
   308 /* FIXME appear with 4px width in IE6 */
   293 div#stateheader{
   309 div#stateheader{
   635 }
   651 }
   636 
   652 
   637 div#userActionsBox {
   653 div#userActionsBox {
   638   width: 14em;
   654   width: 14em;
   639   text-align: right;
   655   text-align: right;
       
   656   display: inline-block;
       
   657   padding-right: 10px;
   640 }
   658 }
   641 
   659 
   642 div#userActionsBox a.popupMenu {
   660 div#userActionsBox a.popupMenu {
   643   color: black;
   661   color: black;
   644   text-decoration: underline;
   662   text-decoration: underline;