Advertisement
Guest User

Untitled

a guest
Nov 17th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.29 KB | None | 0 0
  1. diff -ruNp ejudge-svn-8755\style\unpriv3.css ejudge\style\unpriv3.css
  2. --- ejudge-svn-8755\style\unpriv3.css   2014-11-18 00:39:06.896000000 +0300
  3. +++ ejudge\style\unpriv3.css        2014-11-18 00:36:29.280000000 +0300
  4. @@ -373,21 +373,21 @@ td#probNavTaskArea {
  5.     padding-top: 10px;
  6.  }
  7.  
  8. -.nBottomNavList li {
  9. +.nBottomNavList li, .nTopNavList li {
  10.     display: inline-block;
  11.  }
  12.  
  13.  .nBottomNavList li  a, .nTopNavList li a {
  14.     font-size: 17px;
  15.     padding: 0 20px 0;
  16. +   position: relative;
  17. +   bottom: 5px;
  18.  }
  19.  
  20.  .nBottomNavList li  a, .nTopNavList li a , A.tab:visited  {
  21.     color: rgb(48, 72, 92);
  22.     text-shadow: white 0 0 2px;
  23.     padding-top: 10px;
  24. -   position: relative;
  25. -   bottom: 5px;
  26.  }
  27.  
  28.  .nBottomNavList li  a {
  29. @@ -497,13 +497,13 @@ table.probNav {
  30.     background: -ms-linear-gradient(top,  rgba(215,233,243,1) 0%,rgba(131,196,249,1) 4%,rgba(123,184,225,1) 66%,rgba(120,180,220,1) 100%); /* IE10+ */
  31.     background: linear-gradient(to bottom,  rgba(215,233,243,1) 0%,rgba(131,196,249,1) 4%,rgba(123,184,225,1) 66%,rgba(120,180,220,1) 100%); /* W3C */
  32.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e9f3', endColorstr='#78b4dc',GradientType=0 ); /* IE6-9 */
  33. -   padding-top: 35px;
  34. +   padding-top: 15px;
  35.     border: 1px solid rgba(66, 144, 163, 0.68);
  36.     border-radius: 5px 5px 0 0;
  37.  } 
  38.  
  39.  #nBottomNavSelected div.nProbCurrent {
  40. -   padding-top: 35px;
  41. +   padding-top: 14px;
  42.     background: rgb(141,195,239); /* Old browsers */
  43.     background: -moz-linear-gradient(top,  rgba(141,195,239,1) 0%, rgba(131,183,217,1) 66%, rgba(128,178,212,1) 100%); /* FF3.6+ */
  44.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,195,239,1)), color-stop(66%,rgba(131,183,217,1)), color-stop(100%,rgba(128,178,212,1))); /* Chrome,Safari4+ */
  45. @@ -522,23 +522,29 @@ table.probNav {
  46.  
  47.  #nBottomNavSelected {
  48.     border: none;
  49. -   padding-top: 35px;
  50. +   padding-top: 14px;
  51.     margin: 0;
  52.     position: relative;
  53. -   top: 26px;
  54. +   top: 5px;
  55.  }
  56.  
  57.  #nBottomNavSelected a {
  58.     position: relative;
  59. -   bottom: 29px;
  60. +   bottom: 5px;
  61.  }
  62.  
  63.  #nTopNavSelected {
  64.     border: none;
  65. -   padding-top: 35px;
  66. +   padding-top: 14px;
  67.     margin: 0;
  68.  }
  69.  
  70. +#nTopNavSelected a {
  71. +   position: relative;
  72. +   bottom: 10px;
  73. +   padding-top: 0px;
  74. +}
  75. +
  76.  li .nProbEmpty:hover {
  77.     background: rgba(0, 0, 0, 0.17);
  78.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement