You are here

mo-card.css in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

Same filename and directory in other branches
  1. 7 css/mo-card.css
/* this is for tour button */

.mo-tour-backdrop {
    opacity: 1;
    z-index: 2;
}

.mo-tour-overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%!important;
    background-color: #000000a1!important;
    height: 100%!important;
    z-index: 999991;
    display:block;
}

.mo-card {
    top: 50%;
    left: 50%;
    width: 24em;
    margin-left: -12em;
    /*set to a negative number 1/2 of your width*/
    background-color: #ffffff00;
    position: fixed;
    z-index : 999991;
    border-radius: 4px;
}

.mo-tour-title>h1 {     font-size: 16px; margin:0;}
.mo-tour-content-area>h2 {     font-size: 13px; margin:0;}
.mo-card>h3, .mo-card>p, .mo-card>div, .mo-card>input {     font-size: 14px;margin:0;}


/* when no side, centre */
.mo-tour-content-area{
    height: 100%;
    width: 100%;
    position: absolute;
    /* border: 1px solid #b8acee; */
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 4px;

}

.mo-tour-arrow{
    text-align: center;
    height: 0;
    font-size: 5em;
}

.mo-tour-arrow>i {
    position: relative;
    top: calc(50% - 0.8em);
}


/* when pointing left */
.mo-point-left.mo-tour-arrow{
    height: 100%;
    width: 5%;
    position: relative;
    left : 0;
    float: left;

}

.mo-point-left.mo-tour-content-area {
    width: 95%;
    left : 5%;
    float: left;
    border-radius: 10px;
}

/* when pointing right */
.mo-point-right.mo-tour-arrow{
    height: 100%;
    width: 5%;
    position: relative;
    float: left;
    margin-left: -27px;
}
.mo-point-right.mo-tour-content-area {
    width: 95%;
    float: left;
    border-radius: 10px;
}
.mo-point-center > .mo-saml-header {
    margin:0;
}
.mo-point-right > .mo-saml-header{
    margin:0;
}
.mo-point-up > .mo-saml-header{
    margin:0;
}
/* when pointing top */
.mo-point-up.mo-tour-arrow{
    height: 8%;
    margin-bottom: 7px;
    margin-left: -27px;
}

.mo-point-up.mo-tour-content-area {
    height: 95%;
    border-radius: 10px;
}

.mo-point-up #mo-card {
 margin-top:    15px;
}
/* when pointing bottom */
.mo-point-down.mo-tour-arrow{
    height: 7%;
    top: 94%;
    position: relative;
    margin-top: -5px;
}

.mo-point-down.mo-tour-content-area {
    height: 92%;
    top: 0;
}

.mo-tour-content-area>img {
    padding-top: 25px;
    width:auto;     /*maintain aspect ratio*/
}
.mo-tour-title>h1 , .mo-tour-content{
    padding: 15px 15px 10px 25px;

}

.mo-tour-button-area{
    position: absolute;
    bottom: 0;
    margin: 25px auto;
    text-align: center;
    width: inherit;
    border-radius: 7px;
}

.mo-tour-button {
    line-height: 1.4;
    font-weight: 600;
    margin:auto 7px;
    height: 35px;
    width: 110px;
    padding: 0 20px;
    border: none;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.mo-point-left.mo-tour-button {
    margin:auto 10px;
}

.mo-skip-btn:hover {
    background-color: #f61717d9;
    color: #ffffff;
}

.mo-skip-btn {
    background-color: #ffffff00;
    border: 2px solid #f61717d9;
    color: #f61717d9;
    cursor: pointer;
}

.mo-tour-primary-btn {
    color : #48a0dc;
    background-color: #ffffff00;
    border: 2px solid #48a0dc;
    cursor:pointer;
}

.mo-tour-primary-btn:hover {
    color : #ffffff;
    background-color:  #48a0dc;
}

.mo-target-index {
    z-index: 999992 !important;
    position: relative !important;
    background-color: #ffffff;
}
.mo-extrabig{
    height: 20em;
    margin-top: -10em;
}
.mo-big {
    height: 18em;
    margin-top: -10em;
    /*set to a negative number 1/2 of your height*/
}

.mo-medium {
    height: 14em;
    margin-top: -7em;
    /*set to a negative number 1/2 of your height*/
}
.mo-largemedium {
    height: 15.4em;
    margin-top: -7em;
    /*set to a negative number 1/2 of your height*/
}

.mo-small {
    height: 10em;
    margin-top: -5em;
    /*set to a negative number 1/2 of your height*/
}

.mo-big img {
    height:80px;
}

.mo-medium img {
    height:60px;
    padding-top:10px;
}

.mo-small img {
    height:40px;
}

.mo-saml-header{
    padding: 2%;
    border: 1px solid #3592b6;
    border-bottom: none;
    line-height: 1.4em;
    font-size: 14px;
    color: #fff;
    background: #00a0d2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mo-saml-arrow
{
    margin-left: -9px;
    border: 13px solid transparent;
    border-right-color: #fff;
    display: block;
    content: " ";
    position: initial;
    width: 0;
    height: 0;
}
.mo-saml-arrow
{
    border: 13px solid transparent;
}
/*arrow when pointing to top*/
.mo-saml-arrow-up
{
    margin-left: 170px;
    margin-top: -26px;
    border-bottom-color: #3eb0e4;
}
/*arrow when pointing to bottom*/
.mo-saml-arrow-down
{
    margin-left: 170px;
    margin-top: 196px;
    border-top-color: #fff;
}
/*arrow when pointing to left side*/
    .mo-saml-arrow-left
{
    margin-left: -9px;
    margin-top: 90px;
    border-right-color: #fff;
}
/*arrow when pointing to right side*/
.mo-saml-arrow-right
{
    margin-left: 323px;
    margin-top: 92px;
    border-left-color: #fff;
}

.next_button{
    padding:5px 10px;
    float:right;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    position: relative;
    bottom:-70px;
    right: 17px;
}
.mo_saml_vt_h3
{
    height: 30px;
    position: relative;
    margin: -1px -1px 5px;
    padding: 15px 18px 14px 60px;
    border: 1px solid #3592b6;
    border-bottom: none;
    line-height: 1.4em;
    font-size: 14px;
    color: #fff;
    background: #00a0d2;
}
.mo_visual_tour_box
{
    position: absolute;
    width: 320px;
    height: 180px;
    top: 0px;
    left: 100px;
    z-index: 9999;
    background-color: #ffffff!important;

}
.restart_button{
    padding:5px 10px;
    float:right;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

File

css/mo-card.css
View source
  1. /* this is for tour button */
  2. .mo-tour-backdrop {
  3. opacity: 1;
  4. z-index: 2;
  5. }
  6. .mo-tour-overlay {
  7. top: 0;
  8. left: 0;
  9. position: fixed;
  10. width: 100%!important;
  11. background-color: #000000a1!important;
  12. height: 100%!important;
  13. z-index: 999991;
  14. display:block;
  15. }
  16. .mo-card {
  17. top: 50%;
  18. left: 50%;
  19. width: 24em;
  20. margin-left: -12em;
  21. /*set to a negative number 1/2 of your width*/
  22. background-color: #ffffff00;
  23. position: fixed;
  24. z-index : 999991;
  25. border-radius: 4px;
  26. }
  27. .mo-tour-title>h1 { font-size: 16px; margin:0;}
  28. .mo-tour-content-area>h2 { font-size: 13px; margin:0;}
  29. .mo-card>h3, .mo-card>p, .mo-card>div, .mo-card>input { font-size: 14px;margin:0;}
  30. /* when no side, centre */
  31. .mo-tour-content-area{
  32. height: 100%;
  33. width: 100%;
  34. position: absolute;
  35. /* border: 1px solid #b8acee; */
  36. background-color: rgb(255, 255, 255);
  37. text-align: center;
  38. border-radius: 4px;
  39. }
  40. .mo-tour-arrow{
  41. text-align: center;
  42. height: 0;
  43. font-size: 5em;
  44. }
  45. .mo-tour-arrow>i {
  46. position: relative;
  47. top: calc(50% - 0.8em);
  48. }
  49. /* when pointing left */
  50. .mo-point-left.mo-tour-arrow{
  51. height: 100%;
  52. width: 5%;
  53. position: relative;
  54. left : 0;
  55. float: left;
  56. }
  57. .mo-point-left.mo-tour-content-area {
  58. width: 95%;
  59. left : 5%;
  60. float: left;
  61. border-radius: 10px;
  62. }
  63. /* when pointing right */
  64. .mo-point-right.mo-tour-arrow{
  65. height: 100%;
  66. width: 5%;
  67. position: relative;
  68. float: left;
  69. margin-left: -27px;
  70. }
  71. .mo-point-right.mo-tour-content-area {
  72. width: 95%;
  73. float: left;
  74. border-radius: 10px;
  75. }
  76. .mo-point-center > .mo-saml-header {
  77. margin:0;
  78. }
  79. .mo-point-right > .mo-saml-header{
  80. margin:0;
  81. }
  82. .mo-point-up > .mo-saml-header{
  83. margin:0;
  84. }
  85. /* when pointing top */
  86. .mo-point-up.mo-tour-arrow{
  87. height: 8%;
  88. margin-bottom: 7px;
  89. margin-left: -27px;
  90. }
  91. .mo-point-up.mo-tour-content-area {
  92. height: 95%;
  93. border-radius: 10px;
  94. }
  95. .mo-point-up #mo-card {
  96. margin-top: 15px;
  97. }
  98. /* when pointing bottom */
  99. .mo-point-down.mo-tour-arrow{
  100. height: 7%;
  101. top: 94%;
  102. position: relative;
  103. margin-top: -5px;
  104. }
  105. .mo-point-down.mo-tour-content-area {
  106. height: 92%;
  107. top: 0;
  108. }
  109. .mo-tour-content-area>img {
  110. padding-top: 25px;
  111. width:auto; /*maintain aspect ratio*/
  112. }
  113. .mo-tour-title>h1 , .mo-tour-content{
  114. padding: 15px 15px 10px 25px;
  115. }
  116. .mo-tour-button-area{
  117. position: absolute;
  118. bottom: 0;
  119. margin: 25px auto;
  120. text-align: center;
  121. width: inherit;
  122. border-radius: 7px;
  123. }
  124. .mo-tour-button {
  125. line-height: 1.4;
  126. font-weight: 600;
  127. margin:auto 7px;
  128. height: 35px;
  129. width: 110px;
  130. padding: 0 20px;
  131. border: none;
  132. transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  133. transition: background-color 0.3s ease-in-out;
  134. transition: color 0.3s ease-in-out;
  135. }
  136. .mo-point-left.mo-tour-button {
  137. margin:auto 10px;
  138. }
  139. .mo-skip-btn:hover {
  140. background-color: #f61717d9;
  141. color: #ffffff;
  142. }
  143. .mo-skip-btn {
  144. background-color: #ffffff00;
  145. border: 2px solid #f61717d9;
  146. color: #f61717d9;
  147. cursor: pointer;
  148. }
  149. .mo-tour-primary-btn {
  150. color : #48a0dc;
  151. background-color: #ffffff00;
  152. border: 2px solid #48a0dc;
  153. cursor:pointer;
  154. }
  155. .mo-tour-primary-btn:hover {
  156. color : #ffffff;
  157. background-color: #48a0dc;
  158. }
  159. .mo-target-index {
  160. z-index: 999992 !important;
  161. position: relative !important;
  162. background-color: #ffffff;
  163. }
  164. .mo-extrabig{
  165. height: 20em;
  166. margin-top: -10em;
  167. }
  168. .mo-big {
  169. height: 18em;
  170. margin-top: -10em;
  171. /*set to a negative number 1/2 of your height*/
  172. }
  173. .mo-medium {
  174. height: 14em;
  175. margin-top: -7em;
  176. /*set to a negative number 1/2 of your height*/
  177. }
  178. .mo-largemedium {
  179. height: 15.4em;
  180. margin-top: -7em;
  181. /*set to a negative number 1/2 of your height*/
  182. }
  183. .mo-small {
  184. height: 10em;
  185. margin-top: -5em;
  186. /*set to a negative number 1/2 of your height*/
  187. }
  188. .mo-big img {
  189. height:80px;
  190. }
  191. .mo-medium img {
  192. height:60px;
  193. padding-top:10px;
  194. }
  195. .mo-small img {
  196. height:40px;
  197. }
  198. .mo-saml-header{
  199. padding: 2%;
  200. border: 1px solid #3592b6;
  201. border-bottom: none;
  202. line-height: 1.4em;
  203. font-size: 14px;
  204. color: #fff;
  205. background: #00a0d2;
  206. border-top-left-radius: 10px;
  207. border-top-right-radius: 10px;
  208. }
  209. .mo-saml-arrow
  210. {
  211. margin-left: -9px;
  212. border: 13px solid transparent;
  213. border-right-color: #fff;
  214. display: block;
  215. content: " ";
  216. position: initial;
  217. width: 0;
  218. height: 0;
  219. }
  220. .mo-saml-arrow
  221. {
  222. border: 13px solid transparent;
  223. }
  224. /*arrow when pointing to top*/
  225. .mo-saml-arrow-up
  226. {
  227. margin-left: 170px;
  228. margin-top: -26px;
  229. border-bottom-color: #3eb0e4;
  230. }
  231. /*arrow when pointing to bottom*/
  232. .mo-saml-arrow-down
  233. {
  234. margin-left: 170px;
  235. margin-top: 196px;
  236. border-top-color: #fff;
  237. }
  238. /*arrow when pointing to left side*/
  239. .mo-saml-arrow-left
  240. {
  241. margin-left: -9px;
  242. margin-top: 90px;
  243. border-right-color: #fff;
  244. }
  245. /*arrow when pointing to right side*/
  246. .mo-saml-arrow-right
  247. {
  248. margin-left: 323px;
  249. margin-top: 92px;
  250. border-left-color: #fff;
  251. }
  252. .next_button{
  253. padding:5px 10px;
  254. float:right;
  255. border-color: #0073aa #006799 #006799;
  256. box-shadow: 0 1px 0 #006799;
  257. color: #fff;
  258. text-decoration: none;
  259. text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  260. position: relative;
  261. bottom:-70px;
  262. right: 17px;
  263. }
  264. .mo_saml_vt_h3
  265. {
  266. height: 30px;
  267. position: relative;
  268. margin: -1px -1px 5px;
  269. padding: 15px 18px 14px 60px;
  270. border: 1px solid #3592b6;
  271. border-bottom: none;
  272. line-height: 1.4em;
  273. font-size: 14px;
  274. color: #fff;
  275. background: #00a0d2;
  276. }
  277. .mo_visual_tour_box
  278. {
  279. position: absolute;
  280. width: 320px;
  281. height: 180px;
  282. top: 0px;
  283. left: 100px;
  284. z-index: 9999;
  285. background-color: #ffffff!important;
  286. }
  287. .restart_button{
  288. padding:5px 10px;
  289. float:right;
  290. border-color: #0073aa #006799 #006799;
  291. box-shadow: 0 1px 0 #006799;
  292. color: #fff;
  293. text-decoration: none;
  294. text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
  295. }