Commit ab8ee4a7 authored by WeebPal Drupal Development Company's avatar WeebPal Drupal Development Company
Browse files

- update css coding standard

parent 8205537d
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
.region-content .node-blog {
  border-top: 1px dotted #cdcdcd;
  margin-bottom: 20px;
  padding-top: 20px;
}

.region-content .node-blog:first-child {
  border-top: none;
  padding-top: 0;
}

.region-content .views-row {
.region-content .views-row,
.region-content .node-blog {
  border-top: 1px dotted #cdcdcd;
}

.region-content .views-row:first-child {
.region-content .views-row:first-child,
.region-content .node-blog:first-child {
  border-top: none;
}

@@ -27,7 +27,7 @@
}

.node-title {
  font-family: arial,helvetica,sans-serif !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 1.273em;
  font-weight: 100;
  line-height: normal;
+41 −37
Original line number Diff line number Diff line
@@ -411,25 +411,20 @@ body.not-logged-in .block-node table td.delete {
  padding: 0;
}

#search-block-form .form-submit {
#search-block-form .form-submit,
.form-submit {
  background: #454545;
  border: none;
  color: #fff;
  cursor: pointer;
  display: none;
  font-weight: 700;
  padding: 4px 5px;
  text-transform: uppercase;
  vertical-align: middle;
}

.form-submit {
  background: #454545;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 4px 5px;
  vertical-align: middle;
#search-block-form .form-submit {
  border: none;
  display: none;
  text-transform: uppercase;
}

#search-block-form .form-text {
@@ -630,14 +625,17 @@ body.not-logged-in .block-node table td.delete {
  padding: 4px;
}

.galleryformatter .gallery-slides,
.galleryformatter .gallery-thumbs {
  margin: 0;
}

.galleryformatter .gallery-slides {
  height: 310px !important;
  margin: 0;
  width: 310px !important;
}

.galleryformatter .gallery-thumbs {
  margin: 0;
  padding: 10px 35px 0;
  width: 240px !important;
}
@@ -658,18 +656,17 @@ body.not-logged-in .block-node table td.delete {
  padding: 4px;
}

.galleryformatter .gallery-thumbs .arrow {
.galleryformatter .gallery-thumbs .arrow,
.galleryformatter .gallery-thumbs li.active {
  background: url(../images/btn-control.png) no-repeat;
}

.galleryformatter .gallery-thumbs .arrow {
  bottom: 32px;
  height: 16px;
  width: 9px;
}

.galleryformatter .gallery-thumbs li.active {
  background: url(../images/btn-control.png) no-repeat;
  background-position: center -81px !important;
}

.galleryformatter .gallery-thumbs .back {
  background-position: 0 0;
  left: 13px;
@@ -690,6 +687,9 @@ body.not-logged-in .block-node table td.delete {

.galleryformatter .gallery-thumbs li a:hover {
  background: none;
}

.galleryformatter .gallery-thumbs li a:hover {
  border-color: #000;
}

@@ -698,6 +698,10 @@ body.not-logged-in .block-node table td.delete {
  border-color: #3b6f9e;
}

.galleryformatter .gallery-thumbs li.active {
  background-position: center -81px !important;
}

.galleryformatter .slide-button {
  display: none;
}
+72 −72
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ body.bf-sss,
.ntf-sss .node-title,
.ctf-sss .comment-title,
.btf-sss .block-title {
  font-family: calibri, candara, "helvetica neue", "trebuchet ms", arial, helvetica, sans-serif;
  font-family: Calibri, Candara, "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body.bf-ssl,
@@ -17,7 +17,7 @@ body.bf-ssl,
.ntf-ssl .node-title,
.ctf-ssl .comment-title,
.btf-ssl .block-title {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.bf-a,
@@ -28,7 +28,7 @@ body.bf-a,
.ntf-a .node-title,
.ctf-a .comment-title,
.btf-a .block-title {
  font-family: arial, helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
}

body.bf-ss,
@@ -39,7 +39,7 @@ body.bf-ss,
.ntf-ss .node-title,
.ctf-ss .comment-title,
.btf-ss .block-title {
  font-family: garamond, perpetua, "times new roman", serif;
  font-family: Garamond, Perpetua, "Times New Roman", serif;
}

body.bf-sl,
@@ -50,7 +50,7 @@ body.bf-sl,
.ntf-sl .node-title,
.ctf-sl .comment-title,
.btf-sl .block-title {
  font-family: georgia, baskerville, palatino, "palatino linotype", "book antiqua", "times new roman", serif;
  font-family: Georgia, Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
}

body.bf-m,
@@ -61,7 +61,7 @@ body.bf-m,
.ntf-m .node-title,
.ctf-m .comment-title,
.btf-m .block-title {
  font-family: "segoe ui", "myriad pro", myriad, "trebuchet ms", arial, helvetica, sans-serif;
  font-family: "Segoe UI", "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body.bf-l,
@@ -72,7 +72,7 @@ body.bf-l,
.ntf-l .node-title,
.ctf-l .comment-title,
.btf-l .block-title {
  font-family: "lucida sans unicode", "lucida sans", "lucida grande", verdana, geneva, sans-serif;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Geneva, sans-serif;
}

body.bf-ms,
@@ -83,7 +83,7 @@ body.bf-ms,
.ntf-ms .node-title,
.ctf-ms .comment-title,
.btf-ms .block-title {
  font-family: consolas, monaco, "courier new", courier, monospace;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
}

body.bf-tahoma,
@@ -94,7 +94,7 @@ body.bf-tahoma,
.ntf-tahoma .node-title,
.ctf-tahoma .comment-title,
.btf-tahoma .block-title {
  font-family: tahoma, sans-serif;
  font-family: Tahoma, sans-serif;
}

.fs-smallest {
+91 −50
Original line number Diff line number Diff line
@@ -3,35 +3,22 @@ form {
  padding: 0;
}

input {
input,
textarea,
select {
  border: 1px solid #cccccc;
  font: 1em normal arial, helvetica, sans-serif;
  font-family: arial, helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
}

textarea {
  border: 1px solid #ccc;
  font: 1em normal arial, helvetica, sans-serif;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 2px;
}

select {
  border: 1px solid #cccccc;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
}

fieldset {
  background: transparent;
  border: 1px solid #dadada;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}
@@ -95,24 +82,23 @@ input.title {
  padding: .5em;
}

input.form-text {
input.form-text,
textarea {
  border: 1px solid #ccc;
  height: auto;
  padding: 2px;
}

input.form-text {
  padding: 3px;
}

input.form-submit {
  background: url(../images/bg-button-hover.png) repeat-x left top;
  border-color: #cdcdcd;
  color: #3f73a3;
  font-size: 0.83em;
  font-weight: 700;
  height: 24px;
  line-height: 1.6;
  padding: 3px 5px;
  text-transform: uppercase;
textarea,
input {
  font: 1em normal Arial, Helvetica, sans-serif;
}

input.form-submit,
a.button,
a.button:visited {
  background: url(../images/bg-button-hover.png) repeat-x left top;
@@ -124,6 +110,11 @@ a.button:visited {
  text-transform: uppercase;
}

input.form-submit {
  height: 24px;
  line-height: 1.6;
}

input.form-submit:hover,
a.button:hover,
input.form-submit:focus,
@@ -151,6 +142,17 @@ input.form-radio {
  margin: 2px 5px 0 0;
}

fieldset {
  background: transparent;
  border: 1px solid #dadada;
  margin: 10px 0;
  padding: 10px;
}

fieldset fieldset:last-child {
  margin-bottom: 0;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
@@ -204,6 +206,49 @@ div.resizable-textarea textarea {
  margin-top: 0;
}

fieldset {
  background: transparent;
  border: 1px solid #dadada;
  margin: 10px 0;
  padding: 10px;
}

fieldset fieldset:last-child {
  margin-bottom: 0;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

*:first-child+html fieldset {
  background-color: transparent;
  background-position: 0 10px;
  padding: 0 10px 10px;
}

*:first-child+html fieldset > .description,
*:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 10px;
}

fieldset legend {
  display: block;
  font-weight: 400;
  padding: 0 10px 0 0;
}

*:first-child+html fieldset legend,
*:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 5px;
}

fieldset#edit-advanced fieldset {
  float: left;
  margin: 0 10px 10px 0;
@@ -260,11 +305,6 @@ fieldset#edit-advanced fieldset .fieldset-legend {
  padding: 0;
}

#user-login-form li.openid-link {
  background: none;
  padding-left: 0;
}

#user-login ul {
  margin: 0 0 5px;
}
@@ -282,6 +322,7 @@ fieldset#edit-advanced fieldset .fieldset-legend {
  padding: 0 16px;
}

#user-login-form li.openid-link,
#user-login li.openid-link {
  background: none;
  padding-left: 0;
+25 −25
Original line number Diff line number Diff line
@@ -46,26 +46,6 @@
  text-decoration: none;
}

#forum td.topics {
  font-weight: 700;
  text-align: center;
  width: 9%;
}

#forum td.posts {
  text-align: center;
  width: 9%;
}

#forum td.replies {
  text-align: center;
}

#forum td.last-reply {
  color: #666;
  font-size: 0.92em;
}

#forum tr td.container {
  background: #f5f5f5;
  padding: 1em;
@@ -102,11 +82,31 @@
  padding-left: 30px;
}

#forum td.topics {
  font-weight: 700;
  text-align: center;
  width: 9%;
}

#forum td.posts {
  text-align: center;
  width: 9%;
}

#forum td.title .submitted {
  color: #666;
  font-size: 0.92em;
}

#forum td.replies {
  text-align: center;
}

#forum td.last-reply {
  color: #666;
  font-size: 0.92em;
}

#forum div.indent a {
  padding: 1.35em 0 1.35em;
}
Loading