You are here

right.css in Views Showcase 6

.views-showcase {
  background-color: #000;
  width: 520px;
  height: 200px;
  padding: 10px !important;
}

.views-showcase .views-showcase-big-panel ul {
  list-style-image:none;
  margin:0;
  padding:0;
  height: 200px;
}

.views-showcase .views-showcase-big-panel li {
  list-style-image: none;
  margin:0;
  padding:0;
  background: none;
}

.views-showcase-mini-list .views-showcase-pager-item .views-showcase-thumbnail,
.views-showcase-mini-list .views-showcase-pager-item .views-showcase-teaser{
  display: none;
}

.views-showcase-mini-list {
  float: right;
  width: 180px;
  overflow: hidden;
  height: 200px;
  background-color: #000;
}

.views-showcase-big-panel {
  float: left;
  width: 340px;
  height: 220px;
}

.views-showcase-pager-item {
  height: 30px;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 0 5px;
  border-bottom: 1px dashed #FFF;
}

.activeItem, .views-showcase-pager-item:hover {
  background-color: #666;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.views-showcase-pager-item .views-showcase-title a {
  color: #FFF;
  text-decoration: none;
}

.views-showcase-big-panel .views-showcase-thumbnail {
  height: 200px;
}

.views-showcase-big-panel .views-showcase-teaser {
  background: #000;
  color: #FFFFFF;
  padding: 10px;
  padding-top: 30px;
  width: 320px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 2;
  top: -120px;
  height: 40px;
  position: relative;
}


.views-showcase-big-panel .views-showcase-title {
  position: relative;
  width: 320px;
  padding: 5px 0 0 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 3;
  top: -75px;
  height: 40px;
  z-index: 3;
}

.views-showcase-big-panel .views-showcase-title a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
}

.views-showcase-field-label, .views-showcase-field-content {
  display: inline;
}

File

skins/right.css
View source
  1. .views-showcase {
  2. background-color: #000;
  3. width: 520px;
  4. height: 200px;
  5. padding: 10px !important;
  6. }
  7. .views-showcase .views-showcase-big-panel ul {
  8. list-style-image:none;
  9. margin:0;
  10. padding:0;
  11. height: 200px;
  12. }
  13. .views-showcase .views-showcase-big-panel li {
  14. list-style-image: none;
  15. margin:0;
  16. padding:0;
  17. background: none;
  18. }
  19. .views-showcase-mini-list .views-showcase-pager-item .views-showcase-thumbnail,
  20. .views-showcase-mini-list .views-showcase-pager-item .views-showcase-teaser{
  21. display: none;
  22. }
  23. .views-showcase-mini-list {
  24. float: right;
  25. width: 180px;
  26. overflow: hidden;
  27. height: 200px;
  28. background-color: #000;
  29. }
  30. .views-showcase-big-panel {
  31. float: left;
  32. width: 340px;
  33. height: 220px;
  34. }
  35. .views-showcase-pager-item {
  36. height: 30px;
  37. background-color: #000;
  38. opacity: 0.7;
  39. filter: alpha(opacity=70);
  40. padding: 0 5px;
  41. border-bottom: 1px dashed #FFF;
  42. }
  43. .activeItem, .views-showcase-pager-item:hover {
  44. background-color: #666;
  45. opacity: 0.7;
  46. filter: alpha(opacity=70);
  47. }
  48. .views-showcase-pager-item .views-showcase-title a {
  49. color: #FFF;
  50. text-decoration: none;
  51. }
  52. .views-showcase-big-panel .views-showcase-thumbnail {
  53. height: 200px;
  54. }
  55. .views-showcase-big-panel .views-showcase-teaser {
  56. background: #000;
  57. color: #FFFFFF;
  58. padding: 10px;
  59. padding-top: 30px;
  60. width: 320px;
  61. opacity: 0.8;
  62. filter: alpha(opacity=80);
  63. z-index: 2;
  64. top: -120px;
  65. height: 40px;
  66. position: relative;
  67. }
  68. .views-showcase-big-panel .views-showcase-title {
  69. position: relative;
  70. width: 320px;
  71. padding: 5px 0 0 10px;
  72. opacity: 0.8;
  73. filter: alpha(opacity=80);
  74. z-index: 3;
  75. top: -75px;
  76. height: 40px;
  77. z-index: 3;
  78. }
  79. .views-showcase-big-panel .views-showcase-title a {
  80. color: #FFFFFF;
  81. font-weight: bold;
  82. font-size: 23px;
  83. text-decoration: none;
  84. }
  85. .views-showcase-field-label, .views-showcase-field-content {
  86. display: inline;
  87. }