From 92460d2a7626fa454b00d138deb7e0e3c0a93087 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 13 Aug 2020 15:16:51 -0400 Subject: [PATCH 1/3] style sheet update --- assets/css/style.css | 120 +++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 67 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 63af80c07a..e172f0afb7 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -471,19 +471,19 @@ hr { margin-top: 10px; } -.pb-video-list-title { +.pb-video-list-title { margin-top: 15px; font-weight: 700; } -.pb-video-list { +.pb-video-list { margin-top: 5px; padding-top: 0; list-style-type:none; font-weight:400; } -.pb-video-link { +.pb-video-link { font-weight: 400; } @@ -657,63 +657,67 @@ pre { } .pb-homepage-container { - text-align: center; + position:absolute; + left:0; + top:0; + width:100%; + height:100%; } -.pb-message-box { - display: inline-block; - width: 70%; - border: 1px solid gray; - border-radius: 50px; - font-family: 'Roboto', sans-serif; - font-size: 16px; - padding: 4px; +.pb-homepage-image { + z-index:1; + width: 100%; + height:100%; } -.pb-message-box a:link { - color: #dd9e21; +.pb-obj-fit-fill { + object-fit:cover; + width:100%; } -.pb-message-box a:hover { - color: #855a09; -} -.pb-message-box a:visited { - color: #1689db; +.pb-homepage-content { + z-index:2; + color: #ffffff; } -.pb-align-left { - text-align: start; +.pb-top-text { + text-align: center; } -.pb-align-right { - text-align: right; +.pb-top-text h1 { + color: #FFFFFF; + font-size:69px; + font-family: 'Verdana', sans-serif; + font-weight:500; } -.pb-margin-top { - margin-top:20px; +.pb-top-text h2 { + color: #FFFFFF; + font-size:34px; + font-family: 'Roboto', sans-serif; + width: 66%; + margin-right: auto; + margin-left: auto; + -webkit-text-fill-color: rgba(255, 255, 255, 1); + -webkit-opacity: 1; } -.pb-outline { - border: 1px dashed purple; +.pb-panel-title { + display: block; + font-size:35px; + font-weight: 700; + color: #ffffff; } -.pb-rule { - padding-top: 10px; +.pb-outer-title { + margin-top: 5px; } -.pb-link-title { - font-family: 'Roboto', sans-serif; - font-weight: 700; - padding-top: 5px; - padding-bottom: 10px; - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; +.pb-center-title { + margin-top: 0px; } - - - /**********Container****************/ .pb-container { @@ -1077,7 +1081,6 @@ pre { right: -15%; } - /************ pbTable ****************/ .pbtable { @@ -1315,7 +1318,7 @@ pre { /************ Was This Helpful Form ****************/ -.wthHeader { +.wthHeader { background-color: #EA9622; border-top-left-radius: 5px; border-top-right-radius: 5px; @@ -1324,7 +1327,7 @@ pre { margin-bottom: 15px; } -.wthBordered { +.wthBordered { border: 1px solid #cccccc; border-top-left-radius: 5px; border-top-right-radius: 5px; @@ -1332,22 +1335,22 @@ pre { padding-left: 7px; } -.wthForm { +.wthForm { padding-left: 15px; } -.wthForm.input { +.wthForm.input { margin-top: 5px; margin-bottom: 5px; } -.wthSubmit { +.wthSubmit { margin-top: 5px; margin-bottom: 5px; } -.wthLabel { - +.wthLabel { + font-family: 'Lato', sans-serif; font-weight: 400; font-size:18px; @@ -1356,8 +1359,8 @@ pre { margin-bottom: 5px; } -.wthTitle { - +.wthTitle { + font-family: 'Lato', sans-serif; font-weight: 700; font-size:24px; @@ -1366,7 +1369,7 @@ pre { -/* +/* Responsive There are 3 trigger levels, 1024, 768 and 480 @@ -2168,20 +2171,3 @@ div.pl-doc-entry{ right: 10px; left: auto; } - - - - - - - - - - - - - - - - - From aa2ffba5a24a7ff7349eafb7dd0a170acce15ddc Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 13 Aug 2020 15:17:35 -0400 Subject: [PATCH 2/3] Reverting style sheet --- assets/css/style.css | 77 +++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 40 deletions(-) mode change 100755 => 100644 assets/css/style.css diff --git a/assets/css/style.css b/assets/css/style.css old mode 100755 new mode 100644 index e172f0afb7..0af6a31a4c --- a/assets/css/style.css +++ b/assets/css/style.css @@ -657,67 +657,63 @@ pre { } .pb-homepage-container { - position:absolute; - left:0; - top:0; - width:100%; - height:100%; + text-align: center; } -.pb-homepage-image { - z-index:1; - width: 100%; - height:100%; +.pb-message-box { + display: inline-block; + width: 70%; + border: 1px solid gray; + border-radius: 50px; + font-family: 'Roboto', sans-serif; + font-size: 16px; + padding: 4px; } -.pb-obj-fit-fill { - object-fit:cover; - width:100%; +.pb-message-box a:link { + color: #dd9e21; } +.pb-message-box a:hover { + color: #855a09; +} -.pb-homepage-content { - z-index:2; - color: #ffffff; +.pb-message-box a:visited { + color: #1689db; } -.pb-top-text { - text-align: center; +.pb-align-left { + text-align: start; } -.pb-top-text h1 { - color: #FFFFFF; - font-size:69px; - font-family: 'Verdana', sans-serif; - font-weight:500; +.pb-align-right { + text-align: right; } -.pb-top-text h2 { - color: #FFFFFF; - font-size:34px; - font-family: 'Roboto', sans-serif; - width: 66%; - margin-right: auto; - margin-left: auto; - -webkit-text-fill-color: rgba(255, 255, 255, 1); - -webkit-opacity: 1; +.pb-margin-top { + margin-top:20px; } -.pb-panel-title { - display: block; - font-size:35px; - font-weight: 700; - color: #ffffff; +.pb-outline { + border: 1px dashed purple; } -.pb-outer-title { - margin-top: 5px; +.pb-rule { + padding-top: 10px; } -.pb-center-title { - margin-top: 0px; +.pb-link-title { + font-family: 'Roboto', sans-serif; + font-weight: 700; + padding-top: 5px; + padding-bottom: 10px; + border-bottom-left-radius: 20px; + border-bottom-right-radius: 20px; } + + + /**********Container****************/ .pb-container { @@ -1081,6 +1077,7 @@ pre { right: -15%; } + /************ pbTable ****************/ .pbtable { From fdea85bfcc577599e5395095ba2c5e16c94e9b1f Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 13 Aug 2020 16:30:44 -0400 Subject: [PATCH 3/3] updated hosting page --- assets/images/logos/magnite-logo-black.svg | 19 ++++++++++++ assets/images/logos/pubmatic-logo-black.svg | 18 +++++++++++ assets/images/logos/xandr-logo.svg | 1 + prebid-server/hosted-servers.md | 34 +++++++++++++-------- 4 files changed, 59 insertions(+), 13 deletions(-) create mode 100644 assets/images/logos/magnite-logo-black.svg create mode 100644 assets/images/logos/pubmatic-logo-black.svg create mode 100644 assets/images/logos/xandr-logo.svg diff --git a/assets/images/logos/magnite-logo-black.svg b/assets/images/logos/magnite-logo-black.svg new file mode 100644 index 0000000000..6bcc43a5e7 --- /dev/null +++ b/assets/images/logos/magnite-logo-black.svg @@ -0,0 +1,19 @@ + + + + + diff --git a/assets/images/logos/pubmatic-logo-black.svg b/assets/images/logos/pubmatic-logo-black.svg new file mode 100644 index 0000000000..3f9bde6ed7 --- /dev/null +++ b/assets/images/logos/pubmatic-logo-black.svg @@ -0,0 +1,18 @@ + + + + logo_color-black + Created with Sketch. + + + \ No newline at end of file diff --git a/assets/images/logos/xandr-logo.svg b/assets/images/logos/xandr-logo.svg new file mode 100644 index 0000000000..6d75d86c1f --- /dev/null +++ b/assets/images/logos/xandr-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/prebid-server/hosted-servers.md b/prebid-server/hosted-servers.md index a5eceaad6a..61d86ba563 100644 --- a/prebid-server/hosted-servers.md +++ b/prebid-server/hosted-servers.md @@ -11,17 +11,25 @@ sidebarType: 5 Several Prebid.org members host Prebid Server clusters for use by publishers. - - - - - - - - - - - -
Fill out the AppNexus Prebid Server sign-up page. If approved, you will receive an email with your assigned accountId.
Learn more about Rubicon Project's Hosted Prebid Server offering.
Contact OpenX or your account manager for information regarding OpenX's Hosted Prebid Server service
+
+
+
+
+
Magnite’s Prebid-as-a-service solution makes it easy for large publishers to deploy and control custom header bidding implementations without writing code. The combination of an intuitive UI and on-demand support from our Prebid and yield management experts enables publishers to make faster decisions and potentially capture more revenue. This solution supports display and video ads across desktop and mobile app environments via Prebid.js, Prebid Mobile and Prebid Server. Contact sales@magnite.com for more information.
+
+
+
+
OpenWrap provides a transparent enterprise wrapper solution for Prebid.js and Prebid Server. Manage demand partners and push updates via a cloud-based UI without development resources or code changes. Access powerful reporting and analytics tools for data driven business decisions and dedicated account optimization and technical support teams.

https://pubmatic.com/products/header-bidding/

+
+
+
+
Xandr offers a full managed Prebid solution including implementation and maintenance, as well as consulting support for publishers with their own tech resources. Xandr works with users to enable client and/or server-side header bidding across web, AMP, and mobile app channels, and support display, video, and native ad formats. Contact Xandr for more information, and to get a quote!
+
+
-If you're a company hosting Prebid Server for others, [join Prebid.org](/overview/what-is-prebid-org.html) to get on this list. +
+
 
+
If you're a company hosting Prebid Server for others, join Prebid.org to get on this list.
+
 
+
+