Advertisement
rccharles

asc-border-styles

Feb 26th, 2017
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.85 KB | None | 0 0
  1. @-moz-document    
  2.     url-prefix(https://discussions.apple.com)
  3.   {
  4.  
  5.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  6.     .j-inline-promoted-helpful-answer,
  7.      .j-inline-recommended-answer,
  8.     .jive-content-blog,
  9.     .jive-discussion-replies li.reply .jive-thread-message,
  10.     .j-thread-post section.j-original-message,
  11.     .j-doc .jive-content,
  12.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  13.     .jive-discussion-replies li.reply .jive-thread-message {
  14.        
  15.       /*  order of colors:
  16.              top right bottom left */
  17.        border-color: red grey blue grey !important;
  18.      
  19.        border-width: 3px !important;
  20.      
  21.          /* The following  border-stylevalues are allowed:
  22.             dotted - Defines a dotted border
  23.             dashed - Defines a dashed border
  24.             solid - Defines a solid border
  25.             double - Defines a double border
  26.             groove - Defines a 3D grooved border. The effect depends on the border-color value
  27.             ridge - Defines a 3D ridged border. The effect depends on the border-color value
  28.             inset - Defines a 3D inset border. The effect depends on the border-color value
  29.             outset - Defines a 3D outset border. The effect depends on the border-color value
  30.             none - Defines no border
  31.             hidden - Defines a hidden border
  32.          */
  33.        border-style: dotted !important;}
  34. }
  35.  
  36.     url-prefix(https://discussionsjapan.apple.com)  
  37.   {
  38.  
  39.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  40.     .j-inline-promoted-helpful-answer,
  41.      .j-inline-recommended-answer,
  42.     .jive-content-blog,
  43.     .jive-discussion-replies li.reply .jive-thread-message,
  44.     .j-thread-post section.j-original-message,
  45.     .j-doc .jive-content,
  46.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  47.     .jive-discussion-replies li.reply .jive-thread-message {      
  48.        border-color: red grey blue grey !important;    
  49.        border-width: 3px !important;    
  50.        border-style: dotted !important;}
  51. }
  52.  
  53.      
  54.     url-prefix(https://discussionskorea.apple.com)  
  55.   {
  56.  
  57.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  58.     .j-inline-promoted-helpful-answer,
  59.      .j-inline-recommended-answer,
  60.     .jive-content-blog,
  61.     .jive-discussion-replies li.reply .jive-thread-message,
  62.     .j-thread-post section.j-original-message,
  63.     .j-doc .jive-content,
  64.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  65.     .jive-discussion-replies li.reply .jive-thread-message {      
  66.        border-color: red grey blue grey !important;    
  67.        border-width: 3px !important;    
  68.        border-style: dotted !important;}
  69. }
  70.  
  71.     url-prefix(https://communities.apple.com/de)
  72.   {
  73.  
  74.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  75.     .j-inline-promoted-helpful-answer,
  76.      .j-inline-recommended-answer,
  77.     .jive-content-blog,
  78.     .jive-discussion-replies li.reply .jive-thread-message,
  79.     .j-thread-post section.j-original-message,
  80.     .j-doc .jive-content,
  81.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  82.     .jive-discussion-replies li.reply .jive-thread-message {      
  83.        border-color: red grey blue grey !important;    
  84.        border-width: 3px !important;    
  85.        border-style: dotted !important;}
  86. }
  87.     url-prefix(https://communities.apple.com/es)      
  88.   {
  89.  
  90.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  91.     .j-inline-promoted-helpful-answer,
  92.      .j-inline-recommended-answer,
  93.     .jive-content-blog,
  94.     .jive-discussion-replies li.reply .jive-thread-message,
  95.     .j-thread-post section.j-original-message,
  96.     .j-doc .jive-content,
  97.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  98.     .jive-discussion-replies li.reply .jive-thread-message {      
  99.        border-color: red grey blue grey !important;    
  100.        border-width: 3px !important;    
  101.        border-style: dotted !important;}
  102. }
  103.     url-prefix(https://communities.apple.com/fr)
  104.   {
  105.  
  106.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  107.     .j-inline-promoted-helpful-answer,
  108.      .j-inline-recommended-answer,
  109.     .jive-content-blog,
  110.     .jive-discussion-replies li.reply .jive-thread-message,
  111.     .j-thread-post section.j-original-message,
  112.     .j-doc .jive-content,
  113.     .jive-widget-featuredcontentwidget .featured-list-container .featured-list-row,
  114.     .jive-discussion-replies li.reply .jive-thread-message {      
  115.        border-color: red grey blue grey !important;    
  116.        border-width: 3px !important;    
  117.        border-style: dotted !important;}
  118. }
  119.     url-prefix(https://communities.apple.com/pt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement