Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.57 KB | None | 0 0
  1. /* Toonter Button */
  2. .ToonterIcon {
  3.   border-width: 5.53px;
  4.   border-color: rgb( 242, 101, 34 );
  5.   border-style: solid;
  6.   border-radius: 10px;
  7.   background-color: rgb( 242, 101, 34 );
  8.   position: absolute;
  9.   left: 17px;
  10.   top: 177px;
  11.   width: 27.94px;
  12.   height: 27.94px;
  13.   z-index: 5;
  14. }
  15.  
  16. /* Info button */
  17. .InfoIcon {
  18.   border-width: 5.53px;
  19.   border-color: rgb( 100, 148, 168 );
  20.   border-style: solid;
  21.   border-radius: 10px;
  22.   background-color: rgb( 255, 255, 255 );
  23.   position: absolute;
  24.   left: 65px;
  25.   top: 177px;
  26.   width: 27.94px;
  27.   height: 27.94px;
  28.   z-index: 7;
  29. }
  30.  
  31. /* Email button */
  32. .EmailIcon {
  33.   border-width: 5.53px;
  34.   border-color: rgb( 83, 71, 65 );
  35.   border-style: solid;
  36.   border-radius: 10px;
  37.   background-color: rgb( 83, 71, 65 );
  38.   position: absolute;
  39.   left: 113px;
  40.   top: 177px;
  41.   width: 27.94px;
  42.   height: 27.94px;
  43.   z-index: 9;
  44. }
  45.  
  46. /* Button text properties -- info button */
  47. .buttonText {
  48.   font-size: 18px;
  49.   font-family: "Impress BT";
  50.   color: rgb( 0, 174, 247 );
  51.   line-height: 1.111;
  52.   text-align: center;
  53.   -moz-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  54.   -webkit-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  55.   -ms-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  56.   position: absolute;
  57.   left: 82.5px;
  58.   top: 207.682px;
  59.   z-index: 8;
  60. }
  61.  
  62. /* Button text properties -- toonter button */
  63. .Toonter {
  64.   font-size: 18px;
  65.   font-family: "Impress BT";
  66.   color: rgb( 255, 255, 255 );
  67.   line-height: 1.111;
  68.   text-align: center;
  69.   -moz-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  70.   -webkit-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  71.   -ms-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  72.   position: absolute;
  73.   left: 33px;
  74.   top: 207.682px;
  75.   z-index: 6;
  76. }
  77.  
  78. /* Button text properties -- email button */
  79. ._ {
  80.   font-size: 18px;
  81.   font-family: "Impress BT";
  82.   color: rgb( 91, 222, 12 );
  83.   line-height: 1.111;
  84.   text-align: center;
  85.   -moz-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  86.   -webkit-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  87.   -ms-transform: matrix( 1.78387500448981,0,0,1.66804022172679,0,0);
  88.   position: absolute;
  89.   left: 124.5px;
  90.   top: 208.182px;
  91.   z-index: 10;
  92. }
  93.  
  94. /* Text properties for staff description (EG; Administrator, Moderator, Support) */
  95. .Primary_Title {
  96.   font-size: 18px;
  97.   font-family: "Impress BT";
  98.   color: rgb( 49, 49, 49 );
  99.   line-height: 1.111;
  100.   text-align: left;
  101.   position: absolute;
  102.   left: 34px;
  103.   top: 171.682px;
  104.   z-index: 4;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement