comparison rhodecode/public/css/style.css @ 3547:b7f489714639 beta

linkify names on fork/create repos in tooltip messages
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 19 Mar 2013 15:05:32 +0100
parents c5efdafee8fe
children b44bb596ddb2
comparison
equal deleted inserted replaced
3546:c5efdafee8fe 3547:b7f489714639
3383 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); 3383 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3384 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); 3384 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3385 border-color: #c43c35 #c43c35 #882a25; 3385 border-color: #c43c35 #c43c35 #882a25;
3386 } 3386 }
3387 3387
3388 .error_msg a {
3389 text-decoration: underline;
3390 }
3391
3388 .warning_msg { 3392 .warning_msg {
3389 color: #404040 !important; 3393 color: #404040 !important;
3390 background-color: #eedc94; 3394 background-color: #eedc94;
3391 background-repeat: repeat-x; 3395 background-repeat: repeat-x;
3392 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) ); 3396 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3398 background-image: linear-gradient(to bottom, #fceec1, #eedc94); 3402 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3399 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); 3403 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3400 border-color: #eedc94 #eedc94 #e4c652; 3404 border-color: #eedc94 #eedc94 #e4c652;
3401 } 3405 }
3402 3406
3407 .warning_msg a {
3408 text-decoration: underline;
3409 }
3410
3403 .success_msg { 3411 .success_msg {
3404 background-color: #57a957; 3412 background-color: #57a957;
3405 background-repeat: repeat-x !important; 3413 background-repeat: repeat-x !important;
3406 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) ); 3414 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3407 background-image: -moz-linear-gradient(top, #62c462, #57a957); 3415 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3412 background-image: linear-gradient(to bottom, #62c462, #57a957); 3420 background-image: linear-gradient(to bottom, #62c462, #57a957);
3413 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); 3421 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3414 border-color: #57a957 #57a957 #3d773d; 3422 border-color: #57a957 #57a957 #3d773d;
3415 } 3423 }
3416 3424
3425 .success_msg a {
3426 text-decoration: underline;
3427 color: #FFF !important;
3428 }
3429
3417 .notice_msg { 3430 .notice_msg {
3418 background-color: #339bb9; 3431 background-color: #339bb9;
3419 background-repeat: repeat-x; 3432 background-repeat: repeat-x;
3420 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) ); 3433 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3421 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); 3434 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3424 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); 3437 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3425 background-image: -o-linear-gradient(top, #5bc0de, #339bb9); 3438 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3426 background-image: linear-gradient(to bottom, #5bc0de, #339bb9); 3439 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3427 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); 3440 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3428 border-color: #339bb9 #339bb9 #22697d; 3441 border-color: #339bb9 #339bb9 #22697d;
3442 }
3443
3444 .notice_msg a {
3445 text-decoration: underline;
3429 } 3446 }
3430 3447
3431 .success_msg, .error_msg, .notice_msg, .warning_msg { 3448 .success_msg, .error_msg, .notice_msg, .warning_msg {
3432 font-size: 12px; 3449 font-size: 12px;
3433 font-weight: 700; 3450 font-weight: 700;