You are here

acquia_agent.css in Acquia Connector 7.3

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

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

h2#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;
  text-indent: -9999px;
  background-image: url('../images/logo-an-slogan.png');
  background-repeat: no-repeat;
  background-position: 145px 0;
  padding-left: 145px;
}

div#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: 2em;
  vertical-align: top;
  text-align: center;
  width: 33%;
}

#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 div.cell.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 div.cell.an-center {
  padding-left: 2em;
}

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

#acquia-agent-an-trial-form {
  padding-bottom: 2em;
}

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

div#an-pg-form {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

div.an-pg-banner {
  display: table-cell;
  text-align: right;
  padding-left: 1em;
}
div.an-pg-banner img {
  max-width: none;
}

#acquia-agent-settings-form-banner {
  padding-top: 1em;
}

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

File

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