You are here

lingotek.signup.css in Lingotek Translation 3.1.x

.lingotek_signup {
}

.lingotek_signup::after {
    content: "";
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url("../images/ltk-badge-orng-gry60x60.svg");
    background-position: 0px;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.lingotek_signup_types {
    background: rgba(239, 239, 239, 0.35);
}

.lingotek_signup_box {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    width: 30%;
    padding: 5px;
    display: block;
    float: left;
    min-width: 250px;
    min-height: 250px;
    margin: 20px;
}

    .lingotek_signup_box h3 {
        background: #F8F8F8;
        border-bottom: 1px solid #CCCCCC;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
    }

    .lingotek_signup_box .lingotek_signup_box_main {
        padding: 10px;
        margin: 0 auto;
        text-align: center;
        vertical-align: center;
        min-height: 180px;
        max-width: 70%;
    }

    .lingotek_signup_box .lingotek_signup_box_cta {
        display: block;
        width: 50%;
        height: 25px;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        text-transform: capitalize;
        vertical-align: bottom;
        margin: 0 auto;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        color: #635E58;
        min-width: 180px;
    }

    .lingotek_signup_box .lingotek_signup_box_cta.lingotek_signup_box_main_cta {
        background-color: #F47920;
        color: white;
        font-weight: bold;
    }


#edit-account-types{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.lingotek_signup_types {
    background: none;
}

.lingotek_signup_box {
    width: 400px;
    min-width: 95px;
    min-height: 330px;
    color: rgba(99,94,88,1);
    box-shadow: 1px 1px 8px rgba(0,0,0,.2);
    border:none;
}

.lingotek_signup_box h3{
    border-bottom: 1px solid rgba(99,94,88,.2);
}



.lingotek_signup_box_main {
    height: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.item-list {
    display: flex;
    height: 75%;
    align-items: center;
    text-align: left;
}

.lingotek_signup_box .lingotek_signup_box_cta {
    display: block;
    width: 50%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    vertical-align: bottom;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #635E58;
    min-width: 180px;
}


.lingotek_signup_box .lingotek_signup_box_main {
    padding: 10px;
    margin: 0 auto;
    text-align: left;
    vertical-align: center;
    min-height: auto;
    max-width: 100%;
    font-size: 12pt;
    line-height: 24pt;
}

.lingotek_signup_box .lingotek_signup_box_cta {
    display: block;
    width: 50%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    vertical-align: bottom;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #635E58;
    min-width: 180px;
    width: calc(100% - 48px);
    font-size: 12pt;

    line-height: 20pt;
}

#edit-existing-account .lingotek_signup_box_main {
    text-align: center;
}

.lingotek_signup::after {
    content: "";
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 0px 100px;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    font-weight:normal;

}

.lingotek_signup_box .lingotek_signup_box_cta.lingotek_signup_box_main_cta {
    background-color: #F47920;
    color: white;
    font-weight: normal;

}


.lingotek_signup_box_cta {
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

File

css/lingotek.signup.css
View source
  1. .lingotek_signup {
  2. }
  3. .lingotek_signup::after {
  4. content: "";
  5. background-size: 40%;
  6. background-repeat: no-repeat;
  7. background-image: url("../images/ltk-badge-orng-gry60x60.svg");
  8. background-position: 0px;
  9. opacity: 0.25;
  10. top: 0;
  11. left: 0;
  12. bottom: 0;
  13. right: 0;
  14. position: absolute;
  15. z-index: -1;
  16. }
  17. .lingotek_signup_types {
  18. background: rgba(239, 239, 239, 0.35);
  19. }
  20. .lingotek_signup_box {
  21. background: #F8F8F8;
  22. border: 1px solid #CCCCCC;
  23. width: 30%;
  24. padding: 5px;
  25. display: block;
  26. float: left;
  27. min-width: 250px;
  28. min-height: 250px;
  29. margin: 20px;
  30. }
  31. .lingotek_signup_box h3 {
  32. background: #F8F8F8;
  33. border-bottom: 1px solid #CCCCCC;
  34. margin: 0 auto;
  35. text-align: center;
  36. text-transform: uppercase;
  37. padding: 5px;
  38. }
  39. .lingotek_signup_box .lingotek_signup_box_main {
  40. padding: 10px;
  41. margin: 0 auto;
  42. text-align: center;
  43. vertical-align: center;
  44. min-height: 180px;
  45. max-width: 70%;
  46. }
  47. .lingotek_signup_box .lingotek_signup_box_cta {
  48. display: block;
  49. width: 50%;
  50. height: 25px;
  51. padding: 10px;
  52. text-align: center;
  53. border-radius: 5px;
  54. text-transform: capitalize;
  55. vertical-align: bottom;
  56. margin: 0 auto;
  57. background-color: #FFFFFF;
  58. border: 1px solid #CCCCCC;
  59. color: #635E58;
  60. min-width: 180px;
  61. }
  62. .lingotek_signup_box .lingotek_signup_box_cta.lingotek_signup_box_main_cta {
  63. background-color: #F47920;
  64. color: white;
  65. font-weight: bold;
  66. }
  67. #edit-account-types{
  68. display: flex;
  69. justify-content: space-around;
  70. flex-wrap: wrap;
  71. }
  72. .lingotek_signup_types {
  73. background: none;
  74. }
  75. .lingotek_signup_box {
  76. width: 400px;
  77. min-width: 95px;
  78. min-height: 330px;
  79. color: rgba(99,94,88,1);
  80. box-shadow: 1px 1px 8px rgba(0,0,0,.2);
  81. border:none;
  82. }
  83. .lingotek_signup_box h3{
  84. border-bottom: 1px solid rgba(99,94,88,.2);
  85. }
  86. .lingotek_signup_box_main {
  87. height: 70%;
  88. display: flex;
  89. justify-content: center;
  90. flex-direction: column;
  91. }
  92. .item-list {
  93. display: flex;
  94. height: 75%;
  95. align-items: center;
  96. text-align: left;
  97. }
  98. .lingotek_signup_box .lingotek_signup_box_cta {
  99. display: block;
  100. width: 50%;
  101. padding: 10px;
  102. text-align: center;
  103. border-radius: 5px;
  104. text-transform: capitalize;
  105. vertical-align: bottom;
  106. margin: 0 auto;
  107. background-color: #FFFFFF;
  108. border: 1px solid #CCCCCC;
  109. color: #635E58;
  110. min-width: 180px;
  111. }
  112. .lingotek_signup_box .lingotek_signup_box_main {
  113. padding: 10px;
  114. margin: 0 auto;
  115. text-align: left;
  116. vertical-align: center;
  117. min-height: auto;
  118. max-width: 100%;
  119. font-size: 12pt;
  120. line-height: 24pt;
  121. }
  122. .lingotek_signup_box .lingotek_signup_box_cta {
  123. display: block;
  124. width: 50%;
  125. padding: 10px;
  126. text-align: center;
  127. border-radius: 5px;
  128. text-transform: capitalize;
  129. vertical-align: bottom;
  130. margin: 0 auto;
  131. background-color: #FFFFFF;
  132. border: 1px solid #CCCCCC;
  133. color: #635E58;
  134. min-width: 180px;
  135. width: calc(100% - 48px);
  136. font-size: 12pt;
  137. line-height: 20pt;
  138. }
  139. #edit-existing-account .lingotek_signup_box_main {
  140. text-align: center;
  141. }
  142. .lingotek_signup::after {
  143. content: "";
  144. background-size: 40%;
  145. background-repeat: no-repeat;
  146. background-position: 0px 100px;
  147. opacity: 1;
  148. top: 0;
  149. left: 0;
  150. bottom: 0;
  151. right: 0;
  152. position: absolute;
  153. z-index: -1;
  154. font-weight:normal;
  155. }
  156. .lingotek_signup_box .lingotek_signup_box_cta.lingotek_signup_box_main_cta {
  157. background-color: #F47920;
  158. color: white;
  159. font-weight: normal;
  160. }
  161. .lingotek_signup_box_cta {
  162. box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  163. }