You are here

acquia_connector.admin.theme.css in Acquia Connector 8.2

.an-start-form {
  border: 1px solid #ccc;
  padding: 35px 35px 10px 35px;
  min-width: 930px;
  margin-bottom: 30px;
  background-color: #fff;
}

.an-info-header {
  min-width: 350px;
  min-height: 50px;
  display: block;
  direction: ltr;
  text-indent: -9999px;
  background-image: url('../images/logo-an-word.png');
  background-repeat: no-repeat;
  background-position: 145px 0;
  padding-left: 145px;
  position: relative;
}

.an-info-header:before {
  content: ' ';
  height: 136px;
  width: 116px;
  background-image: url('../images/logo-an-image.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
}

.an-slogan {
  min-width: 509px;
  min-height: 51px;
  display: block;
  direction: ltr;
  text-indent: -9999px;
  background-image: url('../images/logo-an-slogan.png');
  background-repeat: no-repeat;
  background-position: 145px 0;
  padding-left: 145px;
}

.an-info-box {
  display: table;
  width: 90%;
  table-layout: fixed;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.an-info-box div.cell {
  display: table-cell;
  padding-right: 2.2em;
  vertical-align: top;
  text-align: left;
  text-align: center;
}

.an-info-box div.cell .cell-title {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  position: relative;
  padding: 0 10%;
  margin-bottom: 25px;
}

.an-info-box div.cell:first-child .cell-title {
  padding: 0 25%;
}

.an-info-box .with-arrow .cell-title:after {
  content: ' ';
  height: 174px;
  width: 64px;
  background-image: url('../images/separator-arrow.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -40px;
}

.an-info-box div.cell img {
  display: block;
  margin: 0 auto 25px;
}

.an-info-box div.cell .cell-p {
  text-align: left;
  font-size: 15px;
}

.an-info-box .an-center {
  padding-left: 2em;
}

.an-info-box .an-right {
  padding-left: 2em;
}

.an-pg-container {
  display: table;
  width: 100%;
}

.an-pg-banner {
  display: table-cell;
  text-align: right;
  padding-left: 1em;
}

.acquia-spi,
.acquia-identification {
  padding-left: 1em;
}

fieldset .fieldset-legend {
  font-weight: bold;
}

.an-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

File

css/acquia_connector.admin.theme.css
View source
  1. .an-start-form {
  2. border: 1px solid #ccc;
  3. padding: 35px 35px 10px 35px;
  4. min-width: 930px;
  5. margin-bottom: 30px;
  6. background-color: #fff;
  7. }
  8. .an-info-header {
  9. min-width: 350px;
  10. min-height: 50px;
  11. display: block;
  12. direction: ltr;
  13. text-indent: -9999px;
  14. background-image: url('../images/logo-an-word.png');
  15. background-repeat: no-repeat;
  16. background-position: 145px 0;
  17. padding-left: 145px;
  18. position: relative;
  19. }
  20. .an-info-header:before {
  21. content: ' ';
  22. height: 136px;
  23. width: 116px;
  24. background-image: url('../images/logo-an-image.png');
  25. background-repeat: no-repeat;
  26. position: absolute;
  27. top: -20px;
  28. left: 0;
  29. }
  30. .an-slogan {
  31. min-width: 509px;
  32. min-height: 51px;
  33. display: block;
  34. direction: ltr;
  35. text-indent: -9999px;
  36. background-image: url('../images/logo-an-slogan.png');
  37. background-repeat: no-repeat;
  38. background-position: 145px 0;
  39. padding-left: 145px;
  40. }
  41. .an-info-box {
  42. display: table;
  43. width: 90%;
  44. table-layout: fixed;
  45. margin-top: 1.5em;
  46. margin-bottom: 1.5em;
  47. }
  48. .an-info-box div.cell {
  49. display: table-cell;
  50. padding-right: 2.2em;
  51. vertical-align: top;
  52. text-align: left;
  53. text-align: center;
  54. }
  55. .an-info-box div.cell .cell-title {
  56. font-size: 20px;
  57. font-weight: 300;
  58. color: #666;
  59. position: relative;
  60. padding: 0 10%;
  61. margin-bottom: 25px;
  62. }
  63. .an-info-box div.cell:first-child .cell-title {
  64. padding: 0 25%;
  65. }
  66. .an-info-box .with-arrow .cell-title:after {
  67. content: ' ';
  68. height: 174px;
  69. width: 64px;
  70. background-image: url('../images/separator-arrow.png');
  71. background-repeat: no-repeat;
  72. position: absolute;
  73. top: 0;
  74. right: -40px;
  75. }
  76. .an-info-box div.cell img {
  77. display: block;
  78. margin: 0 auto 25px;
  79. }
  80. .an-info-box div.cell .cell-p {
  81. text-align: left;
  82. font-size: 15px;
  83. }
  84. .an-info-box .an-center {
  85. padding-left: 2em;
  86. }
  87. .an-info-box .an-right {
  88. padding-left: 2em;
  89. }
  90. .an-pg-container {
  91. display: table;
  92. width: 100%;
  93. }
  94. .an-pg-banner {
  95. display: table-cell;
  96. text-align: right;
  97. padding-left: 1em;
  98. }
  99. .acquia-spi,
  100. .acquia-identification {
  101. padding-left: 1em;
  102. }
  103. fieldset .fieldset-legend {
  104. font-weight: bold;
  105. }
  106. .an-wrapper {
  107. display: table-cell;
  108. vertical-align: top;
  109. width: 100%;
  110. }